diff --git a/abseil-cpp.spec b/abseil-cpp.spec index baf46e7..64d6624 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -1,5 +1,5 @@ Name: abseil-cpp -Version: 20240722.0 +Version: 20240722.1 Release: 1mamba Summary: An open-source collection of C++ code (compliant to C++11) designed to augment the C++ standard library Group: System/Libraries @@ -41,7 +41,6 @@ Requires: pkg-config This package contains libraries and header files for developing applications that use %{name}. -%debug_package # Don't clean build at the end %global __spec_rmbuild_cmd /bin/true @@ -69,8 +68,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) @@ -88,6 +85,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Sat Jan 25 2025 Automatic Build System 20240722.1-1mamba +- automatic version update by autodist + * Fri Aug 02 2024 Automatic Build System 20240722.0-1mamba - automatic version update by autodist