Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
df1f0aa9a4 | |||
c1df16ee36 | |||
21e9010afa |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24a9b2e7c6bcc1302d79744eba4c021bf3de47f149aafaccd94f9b042fddbf94
|
||||
size 44672
|
3
Net-Netmask-2.0003.tar.gz
Normal file
3
Net-Netmask-2.0003.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74a2021259cb6cf7bbb9f4caa2677dca820fd93c8f1322336f48a48793155bdc
|
||||
size 43996
|
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 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 18 05:34:39 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.0003
|
||||
see /usr/share/doc/packages/perl-Net-Netmask/Changes
|
||||
|
||||
2.0003 2025-05-17
|
||||
- Quiet warning (thanks, Todd Rinaldo!)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 03:07:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Net-Netmask
|
||||
#
|
||||
# Copyright (c) 2022 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,21 +18,22 @@
|
||||
|
||||
%define cpan_name Net-Netmask
|
||||
Name: perl-Net-Netmask
|
||||
Version: 2.0002
|
||||
Version: 2.0003
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Understand and manipulate IP netmasks
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/J/JM/JMASLAK/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999811
|
||||
BuildRequires: perl(Test2::V0) >= 0.000111
|
||||
BuildRequires: perl(Test::UseAllModules) >= 0.17
|
||||
BuildRequires: perl(Test::UseAllModules) >= 0.170
|
||||
Requires: perl(Math::BigInt) >= 1.999811
|
||||
Recommends: perl(AnyEvent) >= 7.14
|
||||
Recommends: perl(AnyEvent) >= 7.140
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -58,8 +59,9 @@ address.
|
||||
IPv6 support was added in 1.9104.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@@ -74,7 +76,7 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING errors.err README TODO
|
||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING README TODO
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user