Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package abseil-cpp for openSUSE:Factory checked in at 2022-04-05 19:55:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/abseil-cpp (Old) and /work/SRC/openSUSE:Factory/.abseil-cpp.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "abseil-cpp" Tue Apr 5 19:55:14 2022 rev:22 rq:966833 version:20211102.0 Changes: -------- --- /work/SRC/openSUSE:Factory/abseil-cpp/abseil-cpp.changes 2022-03-11 11:39:59.686522066 +0100 +++ /work/SRC/openSUSE:Factory/.abseil-cpp.new.1900/abseil-cpp.changes 2022-04-05 19:55:24.618262437 +0200 @@ -1,0 +2,5 @@ +Mon Apr 4 11:37:33 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Implement shlib packaging policy + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ abseil-cpp.spec ++++++ --- /var/tmp/diff_new_pack.OQl4wf/_old 2022-04-05 19:55:25.146256549 +0200 +++ /var/tmp/diff_new_pack.OQl4wf/_new 2022-04-05 19:55:25.150256505 +0200 @@ -17,6 +17,7 @@ Name: abseil-cpp +%define lname libabsl2111_0_0 Version: 20211102.0 Release: 0 Summary: C++11 libraries which augment the C++ stdlib @@ -36,9 +37,19 @@ standard library. It also provides features incorporated into C++14 and C++17 standards. +%package -n %{lname} +Summary: C++11 libraries which augment the C++ stdlib +Obsoletes: abseil-cpp < %version-%release +Provides: abseil-cpp = %version-%release + +%description -n %{lname} +Abseil is a collection of C++11 libraries which augment the C++ +standard library. It also provides features incorporated into C++14 +and C++17 standards. + %package devel Summary: Header files for Abseil -Requires: %{name} = %{version} +Requires: %{lname} = %{version} %description devel Abseil is a collection of C++11 libraries which augment the C++ @@ -49,11 +60,6 @@ %autosetup -p1 %build -# let rpm/OBS have some versioning to work with when it comes to upgrades and rebuilds -cat >"%{_builddir}/abslx.sym" <<-EOF - ABSL_%{version} { global: *; }; -EOF -%define build_ldflags -Wl,--version-script=%{_builddir}/abslx.sym %if 0%{suse_version} < 1500 export CXX=g++-11 %endif @@ -64,10 +70,10 @@ %cmake_install %fdupes %{buildroot}/%{_prefix} -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig -%files +%files -n %{lname} %license LICENSE %{_libdir}/libabsl_*.so.*