Sync from SUSE:SLFO:Main perl-URI revision e9444c3e6b51932333fc138c3da99d19

This commit is contained in:
2025-04-17 18:03:29 +02:00
parent c65dfee058
commit 3d4b8d34bf
4 changed files with 138 additions and 7 deletions

BIN
URI-5.19.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
URI-5.31.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,76 @@
-------------------------------------------------------------------
Thu Dec 12 16:45:26 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 5.310.0 (5.31)
see /usr/share/doc/packages/perl-URI/Changes
5.31 2024-11-06 03:38:29Z
- Re-releasing with corrected module permissions. No changes since 5.31
5.30 2024-10-08 21:18:35Z
- Add scp, ftps, ftpes, irc, ircs schemes (GH#16) (SineSwiper)
-------------------------------------------------------------------
Fri Sep 6 05:34:12 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 5.290.0 (5.29)
see /usr/share/doc/packages/perl-URI/Changes
5.29 2024-09-05 16:09:30Z
- Add otpauth URI (GH#145) (david-dick)
-------------------------------------------------------------------
Wed Mar 27 03:08:07 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 5.28
see /usr/share/doc/packages/perl-URI/Changes
5.28 2024-03-27 01:49:44Z
- Using Scalar::Util::reftype instead of just ref(), but mindful this time
about definedness to avoid warnings (GH#140) (Jacques Deguest)
-------------------------------------------------------------------
Fri Mar 8 23:11:08 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Sat Feb 10 03:10:09 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 5.27
see /usr/share/doc/packages/perl-URI/Changes
5.27 2024-02-09 15:01:24Z
- Add missing NAME section to POD of URI::geo (GH#142) (gregor herrmann)
5.26 2024-02-02 19:04:40Z
- Add URI::geo (GH#141) (david-dick)
5.25 2024-01-27 16:11:41Z
- cache scheme so it never attempt to load it again (GH#55) (mschae94)
5.24 2024-01-26 04:36:32Z
- Really revert "use Scalar::Util::reftype instead of ref to check for
ARRAY" (GH#136) (Olaf Alders)
5.23 2024-01-25 21:02:18Z
- Revert the reftype change introduced in 5.22 as it causes warnings.
(GH#134) (Olaf Alders)
5.22 2024-01-25 15:22:54Z
- Use Scalar::Util::reftype instead of ref to check for ARRAY (GH#132)
(Jacques Deguest)
-------------------------------------------------------------------
Thu Aug 24 03:09:00 UTC 2023 - Tina Müller <timueller+perl@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)
-------------------------------------------------------------------
Mon May 1 03:12:10 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-URI
#
# Copyright (c) 2023 SUSE LLC
# 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
@@ -18,22 +18,80 @@
%define cpan_name URI
Name: perl-URI
Version: 5.19
Version: 5.310.0
Release: 0
# 5.31 -> normalize -> 5.310.0
%define cpan_version 5.31
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
BuildRequires: perl-macros
BuildRequires: perl(MIME::Base32)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Needs)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(parent)
Requires: perl(MIME::Base32)
Requires: perl(parent)
Provides: perl(URI) = %{version}
Provides: perl(URI::Escape) = %{version}
Provides: perl(URI::Heuristic) = %{version}
Provides: perl(URI::IRI) = %{version}
Provides: perl(URI::QueryParam) = %{version}
Provides: perl(URI::Split) = %{version}
Provides: perl(URI::URL) = %{version}
Provides: perl(URI::WithBase) = %{version}
Provides: perl(URI::data) = %{version}
Provides: perl(URI::file) = %{version}
Provides: perl(URI::file::Base) = %{version}
Provides: perl(URI::file::FAT) = %{version}
Provides: perl(URI::file::Mac) = %{version}
Provides: perl(URI::file::OS2) = %{version}
Provides: perl(URI::file::QNX) = %{version}
Provides: perl(URI::file::Unix) = %{version}
Provides: perl(URI::file::Win32) = %{version}
Provides: perl(URI::ftp) = %{version}
Provides: perl(URI::ftpes) = %{version}
Provides: perl(URI::ftps) = %{version}
Provides: perl(URI::geo) = %{version}
Provides: perl(URI::gopher) = %{version}
Provides: perl(URI::http) = %{version}
Provides: perl(URI::https) = %{version}
Provides: perl(URI::icap) = %{version}
Provides: perl(URI::icaps) = %{version}
Provides: perl(URI::irc) = %{version}
Provides: perl(URI::ircs) = %{version}
Provides: perl(URI::ldap) = %{version}
Provides: perl(URI::ldapi) = %{version}
Provides: perl(URI::ldaps) = %{version}
Provides: perl(URI::mailto) = %{version}
Provides: perl(URI::mms) = %{version}
Provides: perl(URI::news) = %{version}
Provides: perl(URI::nntp) = %{version}
Provides: perl(URI::nntps) = %{version}
Provides: perl(URI::otpauth) = %{version}
Provides: perl(URI::pop) = %{version}
Provides: perl(URI::rlogin) = %{version}
Provides: perl(URI::rsync) = %{version}
Provides: perl(URI::rtsp) = %{version}
Provides: perl(URI::rtspu) = %{version}
Provides: perl(URI::scp) = %{version}
Provides: perl(URI::sftp) = %{version}
Provides: perl(URI::sip) = %{version}
Provides: perl(URI::sips) = %{version}
Provides: perl(URI::snews) = %{version}
Provides: perl(URI::ssh) = %{version}
Provides: perl(URI::telnet) = %{version}
Provides: perl(URI::tn3270) = %{version}
Provides: perl(URI::urn) = %{version}
Provides: perl(URI::urn::isbn) = %{version}
Provides: perl(URI::urn::oid) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -67,7 +125,7 @@ components. The methods available for a specific 'URI' object depend on the
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