Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package net6 for openSUSE:Factory checked in at 2024-02-09 23:52:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/net6 (Old) and /work/SRC/openSUSE:Factory/.net6.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "net6" Fri Feb 9 23:52:41 2024 rev:31 rq:1145244 version:1.3.14 Changes: -------- --- /work/SRC/openSUSE:Factory/net6/net6.changes 2015-04-25 11:26:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.net6.new.1815/net6.changes 2024-02-09 23:53:04.960613055 +0100 @@ -1,0 +2,5 @@ +Thu Feb 8 15:53:32 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Prepare for RPM 4.20: use autosetup. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ net6.spec ++++++ --- /var/tmp/diff_new_pack.DRwPTw/_old 2024-02-09 23:53:05.456630929 +0100 +++ /var/tmp/diff_new_pack.DRwPTw/_new 2024-02-09 23:53:05.460631073 +0100 @@ -1,7 +1,7 @@ # # spec file for package net6 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,19 +20,18 @@ Version: 1.3.14 Release: 0 Summary: Network access framework for IPv4/IPv6 -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/GNOME -Url: http://gobby.0x539.de/ +URL: http://gobby.0x539.de/ Source: http://releases.0x539.de/net6/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM net6-gnutls30.patch zai...@opensuse.org -- Fix build with gnutls30, patch taken from Arch linux. Patch0: net6-gnutls30.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gettext-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(sigc++-2.0) -BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: %{name}-lang = %{version} %description @@ -53,38 +52,31 @@ portable to both the Windows and Unix-like platforms. %lang_package + %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build %configure --disable-static --with-pic -make %{?jobs:-j%jobs} +%make_build %install -%makeinstall +%make_install %find_lang %{name} -%fdupes $RPM_BUILD_ROOT -rm -f %{buildroot}%{_libdir}/*.la - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -/sbin/ldconfig +%fdupes %{buildroot} +find %{buildroot} -type f -name "*.la" -delete -print -%postun -/sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files -%defattr (-, root, root) -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_libdir}/*.so.* %files lang -f %{name}.lang %files devel -%defattr (-, root, root) %{_includedir}/net6 %{_libdir}/pkgconfig/*.pc %{_libdir}/*.so