2 Commits

Author SHA256 Message Date
886f8b7e9f Accepting request 1279820 from devel:languages:perl
Forwarded request #1279809 from tinita

- updated to 5.320.0 (5.32)
   see /usr/share/doc/packages/perl-URI/Changes
  5.32      2025-05-10 21:26:50Z
      - Add authority() to URI::otpauth (GH#152) (GH#153) (Lester Hightower)
      - Implement URI::smb for Samba/CIFS (GH#149) (buralien)
      - Silence warnings issued in t/otpauth.t (GH#154) (Olaf Alders)

OBS-URL: https://build.opensuse.org/request/show/1279820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-URI?expand=0&rev=56
2025-05-27 16:49:22 +00:00
ef71d118f6 Accepting request 1279809 from devel:languages:perl:autoupdate
- updated to 5.320.0 (5.32)
   see /usr/share/doc/packages/perl-URI/Changes
  5.32      2025-05-10 21:26:50Z
      - Add authority() to URI::otpauth (GH#152) (GH#153) (Lester Hightower)
      - Implement URI::smb for Samba/CIFS (GH#149) (buralien)
      - Silence warnings issued in t/otpauth.t (GH#154) (Olaf Alders)

OBS-URL: https://build.opensuse.org/request/show/1279809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-URI?expand=0&rev=88
2025-05-24 16:13:20 +00:00
4 changed files with 20 additions and 8 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun May 11 05:35:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 5.320.0 (5.32)
see /usr/share/doc/packages/perl-URI/Changes
5.32 2025-05-10 21:26:50Z
- Add authority() to URI::otpauth (GH#152) (GH#153) (Lester Hightower)
- Implement URI::smb for Samba/CIFS (GH#149) (buralien)
- Silence warnings issued in t/otpauth.t (GH#154) (Olaf Alders)
-------------------------------------------------------------------
Thu Dec 12 16:45:26 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-URI
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# 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.310.0
Version: 5.320.0
Release: 0
# 5.31 -> normalize -> 5.310.0
%define cpan_version 5.31
# 5.32 -> normalize -> 5.320.0
%define cpan_version 5.32
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Uniform Resource Identifiers (absolute and relative)
URL: https://metacpan.org/release/%{cpan_name}
@@ -84,6 +84,7 @@ Provides: perl(URI::scp) = %{version}
Provides: perl(URI::sftp) = %{version}
Provides: perl(URI::sip) = %{version}
Provides: perl(URI::sips) = %{version}
Provides: perl(URI::smb) = %{version}
Provides: perl(URI::snews) = %{version}
Provides: perl(URI::ssh) = %{version}
Provides: perl(URI::telnet) = %{version}
@@ -125,7 +126,7 @@ components. The methods available for a specific 'URI' object depend on the
scheme.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%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