Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gflags for openSUSE:Factory checked in at 2022-05-02 16:25:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gflags (Old) and /work/SRC/openSUSE:Factory/.gflags.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gflags" Mon May 2 16:25:43 2022 rev:4 rq:974324 version:2.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gflags/gflags.changes 2020-08-21 19:09:54.412560450 +0200 +++ /work/SRC/openSUSE:Factory/.gflags.new.1538/gflags.changes 2022-05-02 16:25:52.572858665 +0200 @@ -1,0 +2,7 @@ +Wed Apr 27 09:04:01 UTC 2022 - Jan Engelhardt <[email protected]> + +- Resolve rpmlint report "libgflags2.x86_64: E: + shlib-policy-name-error SONAME: libgflags.so.2.2, expected + package suffix: 2_2" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gflags.spec ++++++ --- /var/tmp/diff_new_pack.k76bjZ/_old 2022-05-02 16:25:53.404859590 +0200 +++ /var/tmp/diff_new_pack.k76bjZ/_new 2022-05-02 16:25:53.408859595 +0200 @@ -1,7 +1,7 @@ # # spec file for package gflags # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig -Requires: libgflags2 = %{version} +Requires: libgflags2_2 = %{version} %description The gflags package contains a library that implements commandline @@ -35,10 +35,11 @@ string, and the ability to define flags in the source file in which they're used. -%package -n libgflags2 +%package -n libgflags2_2 Summary: Library for commandline flag processing +Conflicts: libgflags2 -%description -n libgflags2 +%description -n libgflags2_2 The gflags package contains a library that implements commandline flags processing. As such, it is a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like @@ -47,7 +48,7 @@ %package devel Summary: Development files for gflags library -Requires: libgflags2 = %{version} +Requires: libgflags2_2 = %{version} %description devel This package contains headers and build system meta files. @@ -60,7 +61,7 @@ This package contains the static libraries for gflags. %prep -%setup -q +%autosetup %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects @@ -85,15 +86,15 @@ export LD_LIBRARY_PATH=`pwd`/build/lib %ctest -%post -n libgflags2 -p /sbin/ldconfig -%postun -n libgflags2 -p /sbin/ldconfig +%post -n libgflags2_2 -p /sbin/ldconfig +%postun -n libgflags2_2 -p /sbin/ldconfig %files %license COPYING.txt %doc AUTHORS.txt ChangeLog.txt README.md %{_bindir}/%{name}_completions.sh -%files -n libgflags2 +%files -n libgflags2_2 %license COPYING.txt %{_libdir}/libgflags.so.* %{_libdir}/libgflags_nothreads.so.*
