From a12aa35728be293b58e3058f10220b4977523633 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sun, 27 Oct 2024 09:45:23 +0100 Subject: [PATCH] automatic version update by autodist [release 1.9.6-1mamba;Fri Sep 13 2024] --- jsoncpp.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/jsoncpp.spec b/jsoncpp.spec index 65af550..cc36e94 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -1,7 +1,7 @@ %define pkgver %(echo %version | tr _ -) Name: jsoncpp -Version: 1.9.5 -Release: 2mamba +Version: 1.9.6 +Release: 1mamba Summary: An implementation of a JSON reader and writer in C++ Group: System/Libraries Vendor: openmamba @@ -54,8 +54,6 @@ This package contains libraries and header files for developing applications tha %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files -n lib%{name} %defattr(-,root,root) @@ -76,6 +74,9 @@ This package contains libraries and header files for developing applications tha %{_libdir}/cmake/jsoncpp/jsoncpp*.cmake %changelog +* Fri Sep 13 2024 Automatic Build System 1.9.6-1mamba +- automatic version update by autodist + * Mon May 06 2024 Silvan Calarco 1.9.5-2mamba - rebuild with -DCMAKE_POSITION_INDEPENDENT_CODE=ON (-fPIC)