diff --git a/URI-5.32.tar.gz b/URI-5.32.tar.gz deleted file mode 100644 index fa6b5f5..0000000 --- a/URI-5.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9632067d34e14e0dae2da94631c4f25a387fcc48d06fa29330e8b3c04c4e913d -size 133071 diff --git a/URI-5.34.tar.gz b/URI-5.34.tar.gz new file mode 100644 index 0000000..dec46d7 --- /dev/null +++ b/URI-5.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de64c779a212ff1821896c5ca2bb69e74767d2674cee411e777deea7a22604a8 +size 134385 diff --git a/perl-URI.changes b/perl-URI.changes index 6ed9946..4d6497f 100644 --- a/perl-URI.changes +++ b/perl-URI.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Oct 9 20:51:39 UTC 2025 - Tina Müller + +- updated to 5.340.0 (5.34) + see /usr/share/doc/packages/perl-URI/Changes + + 5.34 2025-09-17 11:00:27Z + - Add WebSocket (ws, wss) URI (GH#158) (david-dick) + + 5.33 2025-09-17 03:23:13Z + - Add smtp scheme (GH#156) (SineSwiper) + ------------------------------------------------------------------- Sun May 11 05:35:57 UTC 2025 - Tina Müller diff --git a/perl-URI.spec b/perl-URI.spec index 9383abc..84842b9 100644 --- a/perl-URI.spec +++ b/perl-URI.spec @@ -1,7 +1,7 @@ # # spec file for package perl-URI # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name URI Name: perl-URI -Version: 5.320.0 +Version: 5.340.0 Release: 0 -# 5.32 -> normalize -> 5.320.0 -%define cpan_version 5.32 +# 5.34 -> normalize -> 5.340.0 +%define cpan_version 5.34 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Uniform Resource Identifiers (absolute and relative) URL: https://metacpan.org/release/%{cpan_name} @@ -86,6 +86,7 @@ Provides: perl(URI::sftp) = %{version} Provides: perl(URI::sip) = %{version} Provides: perl(URI::sips) = %{version} Provides: perl(URI::smb) = %{version} +Provides: perl(URI::smtp) = %{version} Provides: perl(URI::snews) = %{version} Provides: perl(URI::ssh) = %{version} Provides: perl(URI::telnet) = %{version} @@ -93,6 +94,8 @@ Provides: perl(URI::tn3270) = %{version} Provides: perl(URI::urn) = %{version} Provides: perl(URI::urn::isbn) = %{version} Provides: perl(URI::urn::oid) = %{version} +Provides: perl(URI::ws) = %{version} +Provides: perl(URI::wss) = %{version} %undefine __perllib_provides %{perl_requires} @@ -127,7 +130,7 @@ components. The methods available for a specific 'URI' object depend on the scheme. %prep -%autosetup -n %{cpan_name}-%{cpan_version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644