[packages/libcbor] - updated to 0.12.0 (new soname)
qboosh
qboosh at pld-linux.org
Sat Aug 23 17:19:56 CEST 2025
commit b005f6db1ddc95d405db2916029f0ade906ef2fe
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Aug 23 17:22:34 2025 +0200
- updated to 0.12.0 (new soname)
libcbor.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libcbor.spec b/libcbor.spec
index fa5a490..1472e0d 100644
--- a/libcbor.spec
+++ b/libcbor.spec
@@ -5,13 +5,13 @@
Summary: CBOR protocol implementation
Summary(pl.UTF-8): Implementacja protokołu CBOR
Name: libcbor
-Version: 0.11.0
+Version: 0.12.0
Release: 1
License: MIT
Group: Libraries
#Source0Download: https://github.com/PJK/libcbor/releases
Source0: https://github.com/PJK/libcbor/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: dd39ecd3e3c7adf2eccc585e5c2c2265
+# Source0-md5: 418235589f8e5c7988845143151d9f02
URL: http://libcbor.org/
BuildRequires: cmake >= 3.2
%if %{with apidocs}
@@ -88,11 +88,11 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc CHANGELOG.md LICENSE.md README.md
%attr(755,root,root) %{_libdir}/libcbor.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libcbor.so.0.11
+%ghost %{_libdir}/libcbor.so.0.12
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libcbor.so
+%{_libdir}/libcbor.so
%{_includedir}/cbor
%{_includedir}/cbor.h
%{_pkgconfigdir}/libcbor.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libcbor.git/commitdiff/b005f6db1ddc95d405db2916029f0ade906ef2fe
More information about the pld-cvs-commit
mailing list