Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
71f751cb4d | |||
2fa9e8040e | |||
48e4911b06 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e113e7abb4ece80b15c9410eb005159e021a6985c7ad542a6c62ea2d714ff82c
|
||||
size 119976
|
3
Domain-PublicSuffix-0.21.tar.gz
Normal file
3
Domain-PublicSuffix-0.21.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0903e7c6385b932dd0f537b584b8884111b9356e5fe44f3a9fc6310ce5c300d
|
||||
size 125192
|
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)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 16:20:31 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.210.0 (0.21)
|
||||
see /usr/share/doc/packages/perl-Domain-PublicSuffix/Changes
|
||||
|
||||
0.21 2024-11-26 00:02 GMT
|
||||
- Refresh PublicSuffix list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:17:36 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
@@ -18,14 +18,16 @@
|
||||
|
||||
%define cpan_name Domain-PublicSuffix
|
||||
Name: perl-Domain-PublicSuffix
|
||||
Version: 0.200.0
|
||||
Version: 0.210.0
|
||||
Release: 0
|
||||
%define cpan_version 0.20
|
||||
# 0.21 -> normalize -> 0.210.0
|
||||
%define cpan_version 0.21
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Parse a domain down to root
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/N/NM/NMELNICK/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -35,8 +37,8 @@ BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(Class::Accessor::Fast)
|
||||
Requires: perl(Net::IDN::Encode) >= 2.401
|
||||
Requires: perl(Test::More) >= 0.88
|
||||
Provides: perl(Domain::PublicSuffix) = 0.200.0
|
||||
Provides: perl(Domain::PublicSuffix::Default) = 0.200.0
|
||||
Provides: perl(Domain::PublicSuffix) = %{version}
|
||||
Provides: perl(Domain::PublicSuffix::Default) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
|
Reference in New Issue
Block a user