Hello community,

here is the log from the commit of package perl-NetPacket for openSUSE:Factory 
checked in at 2019-01-03 18:09:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-NetPacket (Old)
 and      /work/SRC/openSUSE:Factory/.perl-NetPacket.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-NetPacket"

Thu Jan  3 18:09:03 2019 rev:15 rq:662486 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-NetPacket/perl-NetPacket.changes    
2015-04-18 10:39:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-NetPacket.new.28833/perl-NetPacket.changes 
2019-01-03 18:09:04.648009820 +0100
@@ -1,0 +2,17 @@
+Mon Dec 31 06:23:55 UTC 2018 - Stephan Kulow <[email protected]>
+
+- updated to 1.7.0
+   see /usr/share/doc/packages/perl-NetPacket/Changes
+
+  1.7.0 2018-12-30
+    [ ENHANCEMENTS ]
+      - Setup aliases at compile time (Nicolas R, GH#11)
+      - add recommended Net::Pcap{,Utils} from README (Zak B. Elep, GH#12)
+  
+    [ NEW FEATURES ]
+      - adds back basic support for IPv6. (Dan Book, GH#10)
+  
+    [ STATISTICS ]
+      - code churn: 16 files changed, 1177 insertions(+), 48 deletions(-)
+
+-------------------------------------------------------------------

Old:
----
  NetPacket-1.6.0.tar.gz

New:
----
  NetPacket-1.7.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-NetPacket.spec ++++++
--- /var/tmp/diff_new_pack.2jKroD/_old  2019-01-03 18:09:05.236009297 +0100
+++ /var/tmp/diff_new_pack.2jKroD/_new  2019-01-03 18:09:05.240009293 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-NetPacket
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,30 @@
 # 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-NetPacket
-Version:        1.6.0
+Version:        1.7.0
 Release:        0
 %define cpan_name NetPacket
 Summary:        Assemble/Disassemble Network Packets at the Protocol Level
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/NetPacket/
-Source0:        
http://www.cpan.org/authors/id/Y/YA/YANICK/%{cpan_name}-%{version}.tar.gz
+Url:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/Y/YA/YANICK/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Socket) >= 1.87
 BuildRequires:  perl(parent)
+Requires:       perl(Socket) >= 1.87
 Requires:       perl(parent)
+Recommends:     perl(Net::Pcap)
+Recommends:     perl(Net::PcapUtils)
 %{perl_requires}
 
 %description
@@ -52,11 +55,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -65,6 +68,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTORS doap.xml LICENSE README README.mkdn
+%doc Changes CODE_OF_CONDUCT.md CONTRIBUTORS doap.xml README README.mkdn
+%license LICENSE
 
 %changelog

++++++ NetPacket-1.6.0.tar.gz -> NetPacket-1.7.0.tar.gz ++++++
++++ 3088 lines of diff (skipped)


Reply via email to