forked from pool/perl-URI
Automatic update to v5.340.0 (5.34) #1
BIN
URI-5.32.tar.gz
(Stored with Git LFS)
BIN
URI-5.32.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
URI-5.34.tar.gz
(Stored with Git LFS)
Normal file
BIN
URI-5.34.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 20:51:39 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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 <timueller+perl@suse.de>
|
Sun May 11 05:35:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-URI
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name URI
|
%define cpan_name URI
|
||||||
Name: perl-URI
|
Name: perl-URI
|
||||||
Version: 5.320.0
|
Version: 5.340.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 5.32 -> normalize -> 5.320.0
|
# 5.34 -> normalize -> 5.340.0
|
||||||
%define cpan_version 5.32
|
%define cpan_version 5.34
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Uniform Resource Identifiers (absolute and relative)
|
Summary: Uniform Resource Identifiers (absolute and relative)
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -86,6 +86,7 @@ Provides: perl(URI::sftp) = %{version}
|
|||||||
Provides: perl(URI::sip) = %{version}
|
Provides: perl(URI::sip) = %{version}
|
||||||
Provides: perl(URI::sips) = %{version}
|
Provides: perl(URI::sips) = %{version}
|
||||||
Provides: perl(URI::smb) = %{version}
|
Provides: perl(URI::smb) = %{version}
|
||||||
|
Provides: perl(URI::smtp) = %{version}
|
||||||
Provides: perl(URI::snews) = %{version}
|
Provides: perl(URI::snews) = %{version}
|
||||||
Provides: perl(URI::ssh) = %{version}
|
Provides: perl(URI::ssh) = %{version}
|
||||||
Provides: perl(URI::telnet) = %{version}
|
Provides: perl(URI::telnet) = %{version}
|
||||||
@@ -93,6 +94,8 @@ Provides: perl(URI::tn3270) = %{version}
|
|||||||
Provides: perl(URI::urn) = %{version}
|
Provides: perl(URI::urn) = %{version}
|
||||||
Provides: perl(URI::urn::isbn) = %{version}
|
Provides: perl(URI::urn::isbn) = %{version}
|
||||||
Provides: perl(URI::urn::oid) = %{version}
|
Provides: perl(URI::urn::oid) = %{version}
|
||||||
|
Provides: perl(URI::ws) = %{version}
|
||||||
|
Provides: perl(URI::wss) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@@ -127,7 +130,7 @@ components. The methods available for a specific 'URI' object depend on the
|
|||||||
scheme.
|
scheme.
|
||||||
|
|
||||||
%prep
|
%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
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user