[packages/libcbor] - updated to 0.10.2 (new soname)

qboosh qboosh at pld-linux.org
Fri Mar 31 22:20:58 CEST 2023


commit 0af028623f415caca0c431f541ad4201ddbc3b3e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Mar 31 22:23:26 2023 +0200

    - updated to 0.10.2 (new soname)

 libcbor.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libcbor.spec b/libcbor.spec
index 5092eaf..ec87f58 100644
--- a/libcbor.spec
+++ b/libcbor.spec
@@ -1,17 +1,17 @@
 #
 # Conditional build:
-%bcond_without	apidocs		# do not build and package API docs
+%bcond_without	apidocs		# (Sphinx based) API documentation
 #
 Summary:	CBOR protocol implementation
 Summary(pl.UTF-8):	Implementacja protokołu CBOR
 Name:		libcbor
-Version:	0.9.0
+Version:	0.10.2
 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:	265643416bedb4fa33a1937501dae36a
+# Source0-md5:	da3a6a64614678b4f67eced25f52c53b
 URL:		http://libcbor.org/
 BuildRequires:	cmake >= 3.2
 %if %{with apidocs}
@@ -88,7 +88,7 @@ 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.9
+%attr(755,root,root) %ghost %{_libdir}/libcbor.so.0.10
 
 %files devel
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcbor.git/commitdiff/0af028623f415caca0c431f541ad4201ddbc3b3e



More information about the pld-cvs-commit mailing list