Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
5d452041a5 | |||
4742c3e6b2 | |||
c008013681 | |||
a7c9f5dab7 | |||
97104091f5 | |||
805c587eb8 | |||
9e1710077b |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:30f303c0735948da33370decc7e87cfa68bc430aa44b81d18f8d823b6d1abfbf
|
|
||||||
size 11593
|
|
3
Net-CIDR-0.26.tar.gz
Normal file
3
Net-CIDR-0.26.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:85ce0e6cefb71073bfab8a5d266b66ee7ccfaef084aed4307b0d604720bfd001
|
||||||
|
size 12418
|
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,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 21 05:32:29 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.260.0 (0.26)
|
||||||
|
see /usr/share/doc/packages/perl-Net-CIDR/ChangeLog
|
||||||
|
|
||||||
|
0.26 Sam Varshavchik <mrsam@courier-mta.com>
|
||||||
|
|
||||||
|
cidrvalidate() should accept IPv6 addresses with one uncompressed
|
||||||
|
0.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 24 05:34:50 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.250.0 (0.25)
|
||||||
|
see /usr/share/doc/packages/perl-Net-CIDR/ChangeLog
|
||||||
|
|
||||||
|
0.25 Sam Varshavchik <mrsam@courier-mta.com>
|
||||||
|
Fix warning with Perl 5.40
|
||||||
|
0.24.1
|
||||||
|
No changes, re-pushed due to a release problem.
|
||||||
|
0.24
|
||||||
|
2025-03-09 brian d foy <briandfoy@pobox.com>
|
||||||
|
* Strip leading zeros from octets from addr2cidr
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 11 05:33:41 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.230.0 (0.23)
|
||||||
|
see /usr/share/doc/packages/perl-Net-CIDR/ChangeLog
|
||||||
|
|
||||||
|
0.23
|
||||||
|
2025-03-09 brian d foy <briandfoy@pobox.com>
|
||||||
|
* Allow unabbreviated IPv6 addresses.
|
||||||
|
0.22
|
||||||
|
2025-03-09 Sam Varshavchik <mrsam@courier-mta.com>
|
||||||
|
* Improve several error messages.
|
||||||
|
2025-03-09 brian d foy <briandfoy@pobox.com>
|
||||||
|
* Allow unabbreviated IPv6 addresses.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 31 03:08:33 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
Wed Mar 31 03:08:33 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Net-CIDR
|
# spec file for package perl-Net-CIDR
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 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,16 +18,22 @@
|
|||||||
|
|
||||||
%define cpan_name Net-CIDR
|
%define cpan_name Net-CIDR
|
||||||
Name: perl-Net-CIDR
|
Name: perl-Net-CIDR
|
||||||
Version: 0.21
|
Version: 0.260.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Manipulate IPv4/IPv6 netblocks in CIDR notation
|
# 0.26 -> normalize -> 0.260.0
|
||||||
|
%define cpan_version 0.26
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
|
Summary: Manipulate IPv4/IPv6 netblocks in CIDR notation
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/M/MR/MRSAM/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MR/MRSAM/%{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
|
||||||
|
BuildRequires: perl(Test::More) >= 1
|
||||||
|
Provides: perl(Net::CIDR) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -41,7 +47,7 @@ their parameters consist of validated IPs or CIDRs. See cidrvalidate() and
|
|||||||
BUGS, below, for more information.
|
BUGS, below, for more information.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user