Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wget2 for openSUSE:Factory checked 
in at 2023-09-02 22:07:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wget2 (Old)
 and      /work/SRC/openSUSE:Factory/.wget2.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wget2"

Sat Sep  2 22:07:26 2023 rev:6 rq:1108475 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/wget2/wget2.changes      2022-06-04 
23:27:22.736776619 +0200
+++ /work/SRC/openSUSE:Factory/.wget2.new.1766/wget2.changes    2023-09-02 
22:08:01.960077587 +0200
@@ -1,0 +2,13 @@
+Fri Sep  1 11:56:36 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2.1.0
+  * New option --follow-sitemaps
+  * New option --dane (cert validation via DNS)
+  * Implement --check-certificate=quiet
+  * Support proxies on non-default ports
+  * Added CIDR support for no_proxy (IPv4 and IPv6)
+  * Add decoding of numeric XML entities
+  * Support compilation of wget.h from C++
+  * Handle comments in robots.txt correctly
+
+-------------------------------------------------------------------

Old:
----
  wget2-2.0.1.tar.gz
  wget2-2.0.1.tar.gz.sig

New:
----
  wget2-2.1.0.tar.gz
  wget2-2.1.0.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wget2.spec ++++++
--- /var/tmp/diff_new_pack.FiIkvh/_old  2023-09-02 22:08:03.092118038 +0200
+++ /var/tmp/diff_new_pack.FiIkvh/_new  2023-09-02 22:08:03.096118181 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wget2
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,8 @@
 
 
 Name:           wget2
-Version:        2.0.1
+%define lname libwget2
+Version:        2.1.0
 Release:        0
 Summary:        A Tool for Mirroring FTP and HTTP Servers
 License:        GPL-3.0-or-later AND LGPL-3.0-or-later
@@ -52,24 +53,27 @@
 HTTP header. HTTP/2 has been implemented. Wget2 also consumes less
 system and user CPU cycles than Wget1.x.
 
-%package -n libwget1
+%package -n %lname
 Summary:        A library to download and mirror FTP/HTTP sites
 License:        LGPL-3.0-or-later
 Group:          System/Libraries
 
-%description -n libwget1
+%description -n %lname
 Wget enables you to retrieve WWW documents or FTP files from a
 server. This can be done in script files or via the command line.
 
 libwget which provides an interface to many useful functions used by
 Wget2.
 
-%package -n libwget-devel
+%package devel
 Summary:        Development files for libwget
 License:        LGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
+Requires:       %lname = %version-%release
+Obsoletes:      libwget-devel < %version-%release
+Provides:       libwget-devel = %version-%release
 
-%description -n libwget-devel
+%description devel
 libwget which provides an interface to many useful functions used by
 Wget2.
 
@@ -92,18 +96,18 @@
 rm -f "%buildroot/%_bindir"/*_noinstall "%buildroot/%_libdir"/*.la
 %find_lang %name
 
-%post   -n libwget1 -p /sbin/ldconfig
-%postun -n libwget1 -p /sbin/ldconfig
+%post   -n %lname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
 %files -f %name.lang
 %_bindir/wget*
 %license COPYING
 
-%files -n libwget1
+%files -n %lname
 %_libdir/libwget*.so.*
 %license COPYING.LESSER
 
-%files -n libwget-devel
+%files devel
 %_mandir/man3/*.3*
 %_libdir/pkgconfig/*.pc
 %_libdir/libwget*.so

++++++ wget2-2.0.1.tar.gz -> wget2-2.1.0.tar.gz ++++++
++++ 171381 lines of diff (skipped)

Reply via email to