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)