Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package SampleICC for openSUSE:Factory checked in at 2022-05-01 18:54:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SampleICC (Old) and /work/SRC/openSUSE:Factory/.SampleICC.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SampleICC" Sun May 1 18:54:10 2022 rev:11 rq:974188 version:1.6.8 Changes: -------- --- /work/SRC/openSUSE:Factory/SampleICC/SampleICC.changes 2019-09-25 08:47:44.426228720 +0200 +++ /work/SRC/openSUSE:Factory/.SampleICC.new.1538/SampleICC.changes 2022-05-01 18:54:16.603201270 +0200 @@ -1,0 +2,7 @@ +Wed Apr 27 23:59:56 UTC 2022 - Jan Engelhardt <[email protected]> + +- Resolve rpmlint report "libSampleICC1.x86_64: E: + shlib-policy-name-error SONAME: libICC_utils.so.2, expected + package suffix: 2" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SampleICC.spec ++++++ --- /var/tmp/diff_new_pack.GCGRYG/_old 2022-05-01 18:54:17.063201697 +0200 +++ /var/tmp/diff_new_pack.GCGRYG/_new 2022-05-01 18:54:17.071201704 +0200 @@ -1,7 +1,7 @@ # # spec file for package SampleICC # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2011-2014 Kai-Uwe Behrmann # # All modifications and additions to the file contributed by third parties @@ -35,21 +35,22 @@ BuildRequires: libxml2-devel BuildRequires: pkgconfig -%package -n lib%{name}1 +%package -n lib%{name}2 Summary: Colour Management System Libraries -Group: Development/Libraries/Other +Group: System/Libraries +Obsoletes: libSampleICC1 < %{version}-%{release} %package -n lib%{name}-devel Summary: Headers, Configuration and static Libs + Documentation -Group: Development/Libraries/Other -Requires: lib%{name}1 = %{version} +Group: Development/Libraries/C and C++ +Requires: lib%{name}2 = %{version}-%{release} %description SampleICC is a C++ library for reading, writing, manipulating, and applying ICC profiles along with applications that make use of this library. -%description -n lib%{name}1 +%description -n lib%{name}2 SampleICC is a C++ library for reading, writing, manipulating, and applying ICC profiles along with applications that make use of this library. @@ -59,26 +60,26 @@ applications. %prep -%setup -q +%autosetup %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects %configure %install -make %{?_smp_mflags} +%make_build %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n lib%{name}1 -p /sbin/ldconfig -%postun -n lib%{name}1 -p /sbin/ldconfig +%post -n lib%{name}2 -p /sbin/ldconfig +%postun -n lib%{name}2 -p /sbin/ldconfig %files %license COPYING %doc AUTHORS ChangeLog README %{_bindir}/* -%files -n lib%{name}1 +%files -n lib%{name}2 %license COPYING %doc AUTHORS ChangeLog README %{_libdir}/lib%{name}.so.*
