automatic version update by autodist [release 1.9.6-1mamba;Fri Sep 13 2024]

This commit is contained in:
Automatic Build System 2024-10-27 09:45:23 +01:00
parent 96d7dccba7
commit a12aa35728

View File

@ -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 <autodist@openmamba.org> 1.9.6-1mamba
- automatic version update by autodist
* Mon May 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.5-2mamba
- rebuild with -DCMAKE_POSITION_INDEPENDENT_CODE=ON (-fPIC)