[packages/spdlog] - updated to 1.11.0 (new soname)

qboosh qboosh at pld-linux.org
Thu Apr 6 20:58:53 CEST 2023


commit 6a2dd3af0882a46d270e0b2635d03bc460f9fb0a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Apr 6 21:01:26 2023 +0200

    - updated to 1.11.0 (new soname)

 spdlog.spec | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/spdlog.spec b/spdlog.spec
index bbfa4ae..8da2ebe 100644
--- a/spdlog.spec
+++ b/spdlog.spec
@@ -1,16 +1,17 @@
 Summary:	Very fast C++ logging library
 Summary(pl.UTF-8):	Bardzo szybka biblioteka C++ do logowania
 Name:		spdlog
-Version:	1.10.0
-Release:	2
+Version:	1.11.0
+Release:	1
 Epoch:		1
 License:	MIT
 Group:		Development/Libraries
 #Source0Download: https://github.com/gabime/spdlog/releases
 Source0:	https://github.com/gabime/spdlog/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	effea813cd81cfb5588806c5754e14f1
+# Source0-md5:	287c6492c25044fd2da9947ab120b2bd
 URL:		https://github.com/gabime/spdlog
 BuildRequires:	cmake >= 3.10
+BuildRequires:	libstdc++-devel >= 6:4.7
 BuildRequires:	libfmt-devel >= 5.3.0
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.605
@@ -58,14 +59,14 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post    -p /sbin/ldconfig
-%postun    -p /sbin/ldconfig
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc LICENSE README.md
 %attr(755,root,root) %{_libdir}/libspdlog.so.*.*.*
-%ghost %{_libdir}/libspdlog.so.1
+%ghost %{_libdir}/libspdlog.so.1.11
 
 %files devel
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/spdlog.git/commitdiff/6a2dd3af0882a46d270e0b2635d03bc460f9fb0a



More information about the pld-cvs-commit mailing list