11
0

Compare commits

5 Commits

Author SHA256 Message Date
42522e9ce4 Add Gitea build results 2025-08-12 18:15:56 +02:00
5555a944c2 Accepting request 1286304 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1286304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-CIDR-Set?expand=0&rev=8
2025-06-17 16:23:13 +00:00
87307915d1 Accepting request 1284894 from devel:languages:perl:autoupdate
- updated to 0.160.0 (0.16)
   see /usr/share/doc/packages/perl-Net-CIDR-Set/Changes
  0.16      2025-06-03 13:54:58+01:00 Europe/London
    [Bug Fixes]
    - Imports are removed from the namespace.
    - Removed unused variable.
    [Documentation]
    - Modernised POD.
    - Added a security policy.
    - Updated README from POD.
    - Fixed tense in Changes for v0.15.
    [Other]
    - Removed unnecessary files from the repo and distribution.
    - Fixed issues with MANIFEST.SKIP.

OBS-URL: https://build.opensuse.org/request/show/1284894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-CIDR-Set?expand=0&rev=8
2025-06-17 09:04:43 +00:00
d42aa12967 Accepting request 1282008 from devel:languages:perl
Forwarded request #1281913 from tinita

- updated to 0.150.0 (0.15)
   see /usr/share/doc/packages/perl-Net-CIDR-Set/Changes

OBS-URL: https://build.opensuse.org/request/show/1282008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-CIDR-Set?expand=0&rev=7
2025-06-02 20:01:58 +00:00
0f17ed0c35 Accepting request 1281913 from devel:languages:perl:autoupdate
- updated to 0.150.0 (0.15)
   see /usr/share/doc/packages/perl-Net-CIDR-Set/Changes

OBS-URL: https://build.opensuse.org/request/show/1281913
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-CIDR-Set?expand=0&rev=6
2025-06-02 15:52:18 +00:00
5 changed files with 67 additions and 21 deletions

View File

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

3
Net-CIDR-Set-0.16.tar.gz Normal file
View File

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

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-CIDR-Set/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-CIDR-Set)

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jun 4 05:36:05 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.160.0 (0.16)
see /usr/share/doc/packages/perl-Net-CIDR-Set/Changes
0.16 2025-06-03 13:54:58+01:00 Europe/London
[Bug Fixes]
- Imports are removed from the namespace.
- Removed unused variable.
[Documentation]
- Modernised POD.
- Added a security policy.
- Updated README from POD.
- Fixed tense in Changes for v0.15.
[Other]
- Removed unnecessary files from the repo and distribution.
- Fixed issues with MANIFEST.SKIP.
-------------------------------------------------------------------
Wed May 28 05:35:29 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.150.0 (0.15)
see /usr/share/doc/packages/perl-Net-CIDR-Set/Changes
-------------------------------------------------------------------
Tue Apr 14 20:36:07 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-CIDR-Set
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# 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
@@ -12,24 +12,32 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Net-CIDR-Set
Version: 0.13
Release: 0
%define cpan_name Net-CIDR-Set
Name: perl-Net-CIDR-Set
Version: 0.160.0
Release: 0
# 0.16 -> normalize -> 0.160.0
%define cpan_version 0.16
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Manipulate sets of IP addresses
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-CIDR-Set/
Source: http://www.cpan.org/authors/id/A/AN/ANDYA/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RR/RRWO/%{cpan_name}-%{cpan_version}.tar.gz
Source100: README.md
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.42
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.22
BuildRequires: perl(Module::Metadata) >= 1.000015
BuildRequires: perl(namespace::autoclean)
Requires: perl(namespace::autoclean)
Provides: perl(Net::CIDR::Set) = %{version}
Provides: perl(Net::CIDR::Set::IPv4) = %{version}
Provides: perl(Net::CIDR::Set::IPv6) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -49,21 +57,22 @@ Normally this isn't necessary - the set will guess its personality from the
first data that is added to it.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
./Build test
make test
%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes README.md SECURITY.md
%license LICENSE
%changelog