Hello community,

here is the log from the commit of package perl-NetPacket for openSUSE:Factory 
checked in at 2015-04-18 10:39:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-NetPacket (Old)
 and      /work/SRC/openSUSE:Factory/.perl-NetPacket.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-NetPacket"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-NetPacket/perl-NetPacket.changes    
2013-10-21 12:32:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-NetPacket.new/perl-NetPacket.changes       
2015-04-18 10:39:12.000000000 +0200
@@ -1,0 +2,51 @@
+Tue Apr 14 15:38:57 UTC 2015 - co...@suse.com
+
+- updated to 1.6.0
+   see /usr/share/doc/packages/perl-NetPacket/Changes
+
+  1.6.0 2015-03-13
+   [ENHANCEMENTS]
+   - Clean up inheritance code (Philip Prindeville).
+   - Add a truckload of constants (Philip Prindeville).
+  
+   [STATISTICS]
+   - code churn: 12 files changed, 343 insertions(+), 220 deletions(-)
+  
+  1.5.0 2014-06-15
+   [ENHANCEMENTS]
+   - Addition of NetPacket::IPX. (Daniel Collins)
+   - NetPacket::Ethernet implements 'encode'. (RT#93928, Guido Hungerbuehler)
+  
+   [STATISTICS]
+   - code churn: 7 files changed, 337 insertions(+), 13 deletions(-)
+  
+  1.4.4 2013-11-30
+   [BUG FIXES]
+   - NetPacket::USBMon: also handle big endian perl without quad type. 
+     (GH#5, Andreas Schwab)
+   - Typo fix in comments. (GH#6, fschlich)
+  
+   [STATISTICS]
+   - code churn: 3 files changed, 13 insertions(+), 4 deletions(-)
+  
+  1.4.3 2013-10-03
+   [BUG FIXES]
+   - Unpack data in LittleEndian format. (GH#4, k0da)
+  
+   [STATISTICS]
+   - code churn: 3 files changed, 62 insertions(+), 27 deletions(-)
+  
+  1.4.2 2013-09-25
+   [BUG FIXES]
+   - Dist::Zilla::Plugin::Test::Compile was causing test to potentially hang
+     on Windows. (reported by Karen Etheridge)
+  
+   [MISC]
+   - Tidy up the changelog. (GH#3, Neil Bowers)
+  
+   [STATISTICS]
+   - code churn: 2 files changed, 46 insertions(+), 20 deletions(-)
+- obsoletes perl-NetPacket-backport.patch
+- remove upstreamed perl-NetPacket-bigendian.patch
+
+-------------------------------------------------------------------

Old:
----
  NetPacket-1.4.1.tar.gz
  perl-NetPacket-backport.patch
  perl-NetPacket-bigendian.patch

New:
----
  NetPacket-1.6.0.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-NetPacket.spec ++++++
--- /var/tmp/diff_new_pack.RV4Tvk/_old  2015-04-18 10:39:12.000000000 +0200
+++ /var/tmp/diff_new_pack.RV4Tvk/_new  2015-04-18 10:39:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-NetPacket
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,72 +17,54 @@
 
 
 Name:           perl-NetPacket
-Version:        1.4.1
+Version:        1.6.0
 Release:        0
-Summary:        Assemble/disassemble network packets at the protocol level
+%define cpan_name NetPacket
+Summary:        Assemble/Disassemble Network Packets at the Protocol Level
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
-Source:         
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/NetPacket-%{version}.tar.gz
-Patch1:         perl-NetPacket-backport.patch
-Patch2:         perl-NetPacket-bigendian.patch
-Url:            http://search.cpan.org/dist/NetPacket
+Url:            http://search.cpan.org/dist/NetPacket/
+Source0:        
http://www.cpan.org/authors/id/Y/YA/YANICK/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+BuildRequires:  perl
 BuildRequires:  perl-macros
-%if 0%{?suse_version} > 1120
-BuildRequires:  perl(Test::More) >= 0.94
-%endif
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(constant)
-BuildRequires:  perl(vars)
-Requires:       perl(constant)
-Requires:       perl(vars)
-%if 0%{?suse_version} >= 1120
-BuildArch:      noarch
-%endif
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(parent)
+Requires:       perl(parent)
+%{perl_requires}
 
 %description
-"NetPacket" provides a base class for a cluster of modules related to
-decoding and encoding of network protocols. Each "NetPacket" descendent
+'NetPacket' provides a base class for a cluster of modules related to
+decoding and encoding of network protocols. Each 'NetPacket' descendent
 module knows how to encode and decode packets for the network protocol it
 implements. Consult the documentation for the module in question for
 protocol-specific implementation.
-Note that there is no inheritance in the "NetPacket::" cluster of modules
-other than each protocol module being a "NetPacket". This was seen to be
+
+Note that there is no inheritance in the 'NetPacket::' cluster of modules
+other than each protocol module being a 'NetPacket'. This was seen to be
 too restrictive as imposing inheritance relationships (for example between
 the IP, UDP and TCP protocols) would make things like tunneling or other
 unusual situations difficult.
 
 %prep
-%setup -q -n "NetPacket-%{version}"
-%patch1
-%patch2 -p1
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl ./Build.PL
-./Build
-
-%install
-./Build pure_install --destdir "%{buildroot}" --installdirs vendor
-%perl_process_packlist
-
-%if 0%{?suse_version} > 1120
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
-%endif
+%{__make} test
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%install
+%perl_make_install
+%perl_process_packlist
+%perl_gen_filelist
 
-%files
-%defattr(-,root,root)
-%doc README LICENSE Changes
-%{perl_vendorlib}/NetPacket
-%{perl_vendorlib}/NetPacket.pm
-%doc %{perl_man3dir}/NetPacket.%{perl_man3ext}%{ext_man}
-%doc %{perl_man3dir}/NetPacket::*.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes CONTRIBUTORS doap.xml LICENSE README README.mkdn
 
 %changelog

++++++ NetPacket-1.4.1.tar.gz -> NetPacket-1.6.0.tar.gz ++++++
++++ 2464 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

Reply via email to