forked from pool/perl-URI
Compare commits
43 Commits
cb0862c425
...
886f8b7e9f
Author | SHA256 | Date | |
---|---|---|---|
886f8b7e9f | |||
ef71d118f6 | |||
95fa27ae9b | |||
8af572d98a | |||
fce59519a9 | |||
9f5001324f | |||
99ec1694e1 | |||
e852281d4b | |||
d0a20e121f | |||
d5ba812fd5 | |||
ff03e3bc7e | |||
3818c85368 | |||
457b700329 | |||
280d5306d5 | |||
f24f1bdee4 | |||
6a6b49a3a1 | |||
611ebf5434 | |||
b28e40cb6f | |||
|
73e72f5366 | ||
ca27373bf8 | |||
f4bfa2a04f | |||
cc93e9525d | |||
1ec22948e7 | |||
c16832c4f9 | |||
5184832b42 | |||
64c76be695 | |||
568af1f676 | |||
20060f4eec | |||
|
62519929a6 | ||
|
994f7f8803 | ||
|
a1ed1efdfa | ||
|
383c449c78 | ||
|
c41c6dfcdd | ||
|
abd4c7eded | ||
|
53eeed083c | ||
|
ee443b74ab | ||
|
512bdce901 | ||
|
6c8fd3928e | ||
628c0f86b1 | |||
9385a76bf7 | |||
|
693a639c95 | ||
|
e11a3dfd1f | ||
|
ab76b185b9 |
BIN
URI-5.27.tar.gz
(Stored with Git LFS)
BIN
URI-5.27.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,50 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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>
|
||||
|
||||
|
@@ -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,9 +18,10 @@
|
||||
|
||||
%define cpan_name URI
|
||||
Name: perl-URI
|
||||
Version: 5.270.0
|
||||
Version: 5.320.0
|
||||
Release: 0
|
||||
%define cpan_version 5.27
|
||||
# 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}
|
||||
@@ -29,11 +30,13 @@ 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}
|
||||
@@ -53,12 +56,16 @@ 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}
|
||||
@@ -67,14 +74,17 @@ 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::smb) = %{version}
|
||||
Provides: perl(URI::snews) = %{version}
|
||||
Provides: perl(URI::ssh) = %{version}
|
||||
Provides: perl(URI::telnet) = %{version}
|
||||
@@ -82,7 +92,7 @@ Provides: perl(URI::tn3270) = %{version}
|
||||
Provides: perl(URI::urn) = %{version}
|
||||
Provides: perl(URI::urn::isbn) = %{version}
|
||||
Provides: perl(URI::urn::oid) = %{version}
|
||||
%define __perllib_provides /bin/true
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -116,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
|
||||
|
||||
|
Reference in New Issue
Block a user