3 Commits

Author SHA256 Message Date
0565eb0e3b Add Gitea build results 2025-08-12 18:18:21 +02:00
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
5 changed files with 33 additions and 8 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-URI/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-URI)

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,15 +18,16 @@
%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}
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -84,6 +85,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 +127,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