Hello community, here is the log from the commit of package perl-Net-Netmask for openSUSE:Factory checked in at 2013-10-06 18:37:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Net-Netmask (Old) and /work/SRC/openSUSE:Factory/.perl-Net-Netmask.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-Netmask" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Net-Netmask/perl-Net-Netmask.changes 2012-03-29 07:46:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Net-Netmask.new/perl-Net-Netmask.changes 2013-10-06 18:37:58.000000000 +0200 @@ -1,0 +2,10 @@ +Fri Oct 4 09:11:12 UTC 2013 - [email protected] + +- updated to 1.9019 + - Rename $b to $bits so that netmask can be sorted. Change mostly + from https://rt.cpan.org/Ticket/Display.html?id=76939 + - Minor MANIFEST fix. + - Add network split() function. + - Re-arrange the distribution a bit. + +------------------------------------------------------------------- Old: ---- Net-Netmask-1.9016.tar.gz New: ---- Net-Netmask-1.9019.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Net-Netmask.spec ++++++ --- /var/tmp/diff_new_pack.lmFTuo/_old 2013-10-06 18:37:59.000000000 +0200 +++ /var/tmp/diff_new_pack.lmFTuo/_new 2013-10-06 18:37:59.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Net-Netmask # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,56 +15,56 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Net-Netmask -Version: 1.9016 -Release: 1 -Provides: perl_nm -Obsoletes: perl_nm -AutoReqProv: on -Group: Development/Libraries/Perl -License: Artistic-1.0 or GPL-1.0+ -Url: http://cpan.org/modules/by-module/Net/ +Version: 1.9019 +Release: 0 +%define cpan_name Net-Netmask Summary: Parse, manipulate and lookup IP network blocks -Source: Net-Netmask-%{version}.tar.gz +License: Artistic-1.0 or GPL-1.0+ +Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/Net-Netmask/ +Source: http://www.cpan.org/authors/id/M/MU/MUIR/modules/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros +#BuildRequires: perl(Net::Netmask) +%{perl_requires} %description -Parse, manipulate and lookup IP network blocks. - +Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an +object-oriented interface. Nearly all functions are methods that operate on +a Net::Netmask object. + +There are methods that provide the nearly all bits of information about a +network block that you might want. + +There are also functions to put a network block into a table and then later +lookup network blocks by IP address in that table. There are functions to +turn a IP address range into a list of CIDR blocks. There are functions to +turn a list of CIDR blocks into a list of IP addresses. - -Authors: --------- - David Muir Sharnoff <[email protected]> +There is a function for sorting by text IP address. %prep -%setup -n Net-Netmask-%{version} -q +%setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build -perl Makefile.PL -make %{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -make test +%{__make} test %install %perl_make_install %perl_process_packlist +%perl_gen_filelist -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc CHANGELOG README -%doc %{_mandir}/man?/* -%{perl_vendorlib}/Net -%{perl_vendorarch}/auto/Net +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes README %changelog ++++++ Net-Netmask-1.9016.tar.gz -> Net-Netmask-1.9019.tar.gz ++++++ ++++ 2754 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
