Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libieee1284 for openSUSE:Factory checked in at 2024-02-08 19:02:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libieee1284 (Old) and /work/SRC/openSUSE:Factory/.libieee1284.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libieee1284" Thu Feb 8 19:02:26 2024 rev:2 rq:1145023 version:0.2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/libieee1284/libieee1284.changes 2023-03-08 14:53:06.658851949 +0100 +++ /work/SRC/openSUSE:Factory/.libieee1284.new.1815/libieee1284.changes 2024-02-08 19:02:38.576134231 +0100 @@ -1,0 +2,8 @@ +Wed Feb 7 21:20:51 UTC 2024 - Jan Engelhardt <jeng...@inai.de> + +- Adhere to shared library naming guidelines, + rename libieee12843 to libieee1284-3 +- Move documentation to -devel subpackage, + it is not essential for the shared library + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libieee1284.spec ++++++ --- /var/tmp/diff_new_pack.4TRLD7/_old 2024-02-08 19:02:39.084152595 +0100 +++ /var/tmp/diff_new_pack.4TRLD7/_new 2024-02-08 19:02:39.088152740 +0100 @@ -1,7 +1,7 @@ # # spec file for package libieee1284 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,13 @@ %define sover 3 -%define soname %{sover} -%define libname libieee1284%{soname} +%define libname libieee1284-%{sover} Name: libieee1284 Version: 0.2.11 Release: 0 Summary: A Library for Interfacing IEEE 1284-Compatible Devices License: GPL-2.0-or-later AND MIT -Group: System/Libraries +Group: Development/Libraries/C and C++ URL: https://cyberelk.net/tim/software/libieee1284/ #Git-Clone: https://github.com/twaugh/libieee1284.git Source: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -53,6 +52,9 @@ %package -n %{libname} Summary: A Library for Interfacing IEEE 1284-Compatible Devices Group: System/Libraries +%if "%sover" == "3" +Obsoletes: libieee12843 < %{version}-%{release} +%endif %description -n %{libname} This library is intended to be used by applications that need to @@ -69,8 +71,7 @@ 1284-Compatible Devices. %prep -%setup -q -%patch1 -p1 +%autosetup -p1 cp %{SOURCE1} . %build @@ -83,8 +84,9 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print # create symbolic links to the actual library -ln -sf %{buildroot}/%{_libdir}/libieee1284.so.3.2.1 libieee1284.so.3 -ln -sf %{buildroot}/%{_libdir}/libieee1284.so.3.2.1 libieee1284.so +pwd +#ln -sf %{buildroot}/%{_libdir}/libieee1284.so.3.2.1 libieee1284.so.3 +#ln -sf %{buildroot}/%{_libdir}/libieee1284.so.3.2.1 libieee1284.so %fdupes -s %{buildroot} %post -n %{libname} -p /sbin/ldconfig @@ -92,10 +94,10 @@ %files -n %{libname} %license COPYING -%doc AUTHORS ChangeLog NEWS README TODO %{_libdir}/libieee1284.so.%{sover}* %files devel +%doc AUTHORS ChangeLog NEWS README TODO %doc interface.pdf %{_bindir}/libieee1284_test %{_includedir}/ieee1284.h ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.4TRLD7/_old 2024-02-08 19:02:39.120153896 +0100 +++ /var/tmp/diff_new_pack.4TRLD7/_new 2024-02-08 19:02:39.124154041 +0100 @@ -1,2 +1,3 @@ -libieee1284 +libieee1284-3 + obsoletes "libieee12843 < <version>-<release>"