11
0

Compare commits

3 Commits

Author SHA256 Message Date
df1f0aa9a4 Add Gitea build results 2025-08-12 18:16:02 +02:00
c1df16ee36 Accepting request 1282015 from devel:languages:perl
Forwarded request #1281921 from tinita

- updated to 2.0003
   see /usr/share/doc/packages/perl-Net-Netmask/Changes
  2.0003 2025-05-17
   - Quiet warning (thanks, Todd Rinaldo!)

OBS-URL: https://build.opensuse.org/request/show/1282015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Netmask?expand=0&rev=31
2025-06-02 20:02:08 +00:00
21e9010afa Accepting request 1281921 from devel:languages:perl:autoupdate
- updated to 2.0003
   see /usr/share/doc/packages/perl-Net-Netmask/Changes
  2.0003 2025-05-17
   - Quiet warning (thanks, Todd Rinaldo!)

OBS-URL: https://build.opensuse.org/request/show/1281921
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Netmask?expand=0&rev=39
2025-06-02 15:54:10 +00:00
5 changed files with 33 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24a9b2e7c6bcc1302d79744eba4c021bf3de47f149aafaccd94f9b042fddbf94
size 44672

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74a2021259cb6cf7bbb9f4caa2677dca820fd93c8f1322336f48a48793155bdc
size 43996

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Net-Netmask/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Net-Netmask)

View File

@@ -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>

View File

@@ -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