Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-URI for openSUSE:Factory 
checked in at 2023-09-06 18:55:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-URI (Old)
 and      /work/SRC/openSUSE:Factory/.perl-URI.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-URI"

Wed Sep  6 18:55:30 2023 rev:50 rq:1108773 version:5.210.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-URI/perl-URI.changes        2023-05-04 
17:09:23.975952204 +0200
+++ /work/SRC/openSUSE:Factory/.perl-URI.new.1766/perl-URI.changes      
2023-09-06 18:55:49.902507597 +0200
@@ -1,0 +2,15 @@
+Thu Aug 24 03:09:00 UTC 2023 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 5.21
+   see /usr/share/doc/packages/perl-URI/Changes
+
+  5.21      2023-08-23 16:02:14Z
+      - Fix version declarations in icap.pm and icaps.pm (GH#131) (Olaf Alders)
+
+  5.20      2023-08-23 14:13:23Z
+     - Remove Shebang and Taint from all tests.
+     - Fix t/query.t to get rid of a warning about join() on
+        array with undef
+     - Add icap and icaps URIs (GH#130) (david-dick)
+
+-------------------------------------------------------------------

Old:
----
  URI-5.19.tar.gz

New:
----
  URI-5.21.tar.gz

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

Other differences:
------------------
++++++ perl-URI.spec ++++++
--- /var/tmp/diff_new_pack.p1HDtf/_old  2023-09-06 18:55:51.206554083 +0200
+++ /var/tmp/diff_new_pack.p1HDtf/_new  2023-09-06 18:55:51.210554226 +0200
@@ -18,12 +18,13 @@
 
 %define cpan_name URI
 Name:           perl-URI
-Version:        5.19
+Version:        5.210.0
 Release:        0
+%define cpan_version 5.21
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Uniform Resource Identifiers (absolute and relative)
 URL:            https://metacpan.org/release/%{cpan_name}
-Source0:        
https://cpan.metacpan.org/authors/id/S/SI/SIMBABQUE/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRequires:  perl
@@ -34,6 +35,53 @@
 BuildRequires:  perl(Test::Warnings)
 BuildRequires:  perl(parent)
 Requires:       perl(parent)
+Provides:       perl(URI) = 5.210.0
+Provides:       perl(URI::Escape) = 5.210.0
+Provides:       perl(URI::Heuristic) = 5.210.0
+Provides:       perl(URI::IRI) = 5.210.0
+Provides:       perl(URI::QueryParam) = 5.210.0
+Provides:       perl(URI::Split) = 5.210.0
+Provides:       perl(URI::URL) = 5.210.0
+Provides:       perl(URI::WithBase) = 5.210.0
+Provides:       perl(URI::data) = 5.210.0
+Provides:       perl(URI::file) = 5.210.0
+Provides:       perl(URI::file::Base) = 5.210.0
+Provides:       perl(URI::file::FAT) = 5.210.0
+Provides:       perl(URI::file::Mac) = 5.210.0
+Provides:       perl(URI::file::OS2) = 5.210.0
+Provides:       perl(URI::file::QNX) = 5.210.0
+Provides:       perl(URI::file::Unix) = 5.210.0
+Provides:       perl(URI::file::Win32) = 5.210.0
+Provides:       perl(URI::ftp) = 5.210.0
+Provides:       perl(URI::gopher) = 5.210.0
+Provides:       perl(URI::http) = 5.210.0
+Provides:       perl(URI::https) = 5.210.0
+Provides:       perl(URI::icap) = 5.210.0
+Provides:       perl(URI::icaps) = 5.210.0
+Provides:       perl(URI::ldap) = 5.210.0
+Provides:       perl(URI::ldapi) = 5.210.0
+Provides:       perl(URI::ldaps) = 5.210.0
+Provides:       perl(URI::mailto) = 5.210.0
+Provides:       perl(URI::mms) = 5.210.0
+Provides:       perl(URI::news) = 5.210.0
+Provides:       perl(URI::nntp) = 5.210.0
+Provides:       perl(URI::nntps) = 5.210.0
+Provides:       perl(URI::pop) = 5.210.0
+Provides:       perl(URI::rlogin) = 5.210.0
+Provides:       perl(URI::rsync) = 5.210.0
+Provides:       perl(URI::rtsp) = 5.210.0
+Provides:       perl(URI::rtspu) = 5.210.0
+Provides:       perl(URI::sftp) = 5.210.0
+Provides:       perl(URI::sip) = 5.210.0
+Provides:       perl(URI::sips) = 5.210.0
+Provides:       perl(URI::snews) = 5.210.0
+Provides:       perl(URI::ssh) = 5.210.0
+Provides:       perl(URI::telnet) = 5.210.0
+Provides:       perl(URI::tn3270) = 5.210.0
+Provides:       perl(URI::urn) = 5.210.0
+Provides:       perl(URI::urn::isbn) = 5.210.0
+Provides:       perl(URI::urn::oid) = 5.210.0
+%define         __perllib_provides /bin/true
 %{perl_requires}
 
 %description
@@ -67,7 +115,7 @@
 scheme.
 
 %prep
-%autosetup  -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{cpan_version}
 
 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 
644
 

++++++ URI-5.19.tar.gz -> URI-5.21.tar.gz ++++++
++++ 1996 lines of diff (skipped)

Reply via email to