Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
0565eb0e3b | |||
886f8b7e9f | |||
ef71d118f6 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
BIN
URI-5.31.tar.gz
(Stored with Git LFS)
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
BIN
URI-5.32.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
Thu Dec 12 16:45:26 UTC 2024 - 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) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,15 +18,16 @@
|
|||||||
|
|
||||||
%define cpan_name URI
|
%define cpan_name URI
|
||||||
Name: perl-URI
|
Name: perl-URI
|
||||||
Version: 5.310.0
|
Version: 5.320.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 5.31 -> normalize -> 5.310.0
|
# 5.32 -> normalize -> 5.320.0
|
||||||
%define cpan_version 5.31
|
%define cpan_version 5.32
|
||||||
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}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -84,6 +85,7 @@ Provides: perl(URI::scp) = %{version}
|
|||||||
Provides: perl(URI::sftp) = %{version}
|
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::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}
|
||||||
@@ -125,7 +127,7 @@ components. The methods available for a specific 'URI' object depend on the
|
|||||||
scheme.
|
scheme.
|
||||||
|
|
||||||
%prep
|
%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
|
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