Hello community,

here is the log from the commit of package perl-Net-Pcap for openSUSE:Factory 
checked in at 2013-08-07 20:50:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-Pcap (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Net-Pcap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Net-Pcap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-Pcap/perl-Net-Pcap.changes      
2012-02-14 19:05:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-Pcap.new/perl-Net-Pcap.changes 
2013-08-07 20:50:13.000000000 +0200
@@ -1,0 +2,20 @@
+Sat Jul 27 11:58:51 UTC 2013 - co...@suse.com
+
+- updated to 0.17
+   - [BUGFIX] CPAN-RT#43308: Net::Pcap no longer enables immediate
+     (unsafe) signals delivery.
+   - [BUGFIX] Fix allocated size in pcap_open(), pcap_createsrcstr()
+     and pcap_parsesrcstr(). 
+   - [API] Now make the C-like API available by default. Added the
+     pcap_perl_settings() function and UNSAFE_SIGNALS pseudo-bloc.
+   - [CODE] Replaced all occurrences of safemalloc() with Newx().
+   - [CODE] Silenced some warnings.
+   - [DOC] Added a long note about Net::Pcap and signals delivery.
+   - [DOC] Improved README.
+   - [DOC] Mention Net::Pcap::Easy.
+   - [TESTS] Fixed t/17-lib_version.t to handle two digits versions.
+   - [TESTS] CPAN-RT#44448: Fixed t/17-lib_version.t to handle
+     versions from the CVS, thanks to Craig Davison.
+   - [TESTS] Refactored t/01-api.t and added checks for the new API.
+
+-------------------------------------------------------------------

Old:
----
  Net-Pcap-0.16.tar.gz

New:
----
  Net-Pcap-0.17.tar.gz

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

Other differences:
------------------
++++++ perl-Net-Pcap.spec ++++++
--- /var/tmp/diff_new_pack.ug3m5h/_old  2013-08-07 20:50:13.000000000 +0200
+++ /var/tmp/diff_new_pack.ug3m5h/_new  2013-08-07 20:50:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Pcap
 #
-# Copyright (c) 2012 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
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Net-Pcap
-Version:        0.16
+Version:        0.17
 Release:        0
 Summary:        Interface to pcap LBL packet capture library
 License:        Artistic-1.0 or GPL-1.0+
@@ -43,10 +43,10 @@
 %else
 BuildRequires:  libpcap
 %endif
-Requires:       perl(XSLoader)
+Requires:       perl(Carp)
 Requires:       perl(Socket)
 Requires:       perl(Sys::Hostname)
-Requires:       perl(Carp)
+Requires:       perl(XSLoader)
 
 %description
 Net::Pcap is a Perl binding to the LBL pcap(3) library. The README for libpcap
@@ -77,7 +77,7 @@
 
 %prep
 %setup -q -n "Net-Pcap-%{version}"
-%patch1
+%patch1 -p1
 
 %__sed -i '/^auto_install/d' Makefile.PL
 

++++++ Net-Pcap-0.16.tar.gz -> Net-Pcap-0.17.tar.gz ++++++
++++ 5403 lines of diff (skipped)

++++++ perl-Net-Pcap-fix_libpcap_detection.patch ++++++
--- /var/tmp/diff_new_pack.ug3m5h/_old  2013-08-07 20:50:14.000000000 +0200
+++ /var/tmp/diff_new_pack.ug3m5h/_new  2013-08-07 20:50:14.000000000 +0200
@@ -1,10 +1,13 @@
---- Makefile.PL.orig   2011-12-16 07:09:06.919216001 +0100
-+++ Makefile.PL        2011-12-16 07:09:15.081216001 +0100
-@@ -22,7 +22,6 @@
+Index: Net-Pcap-0.17/Makefile.PL
+===================================================================
+--- Net-Pcap-0.17.orig/Makefile.PL
++++ Net-Pcap-0.17/Makefile.PL
+@@ -22,8 +22,6 @@ elsif ($^O eq 'cygwin') {
      cygwin_pcap_headers();
  }
  else {
--    $options{CCFLAGS} = '-Wall -Wwrite-strings' if $Config{ccname} eq 'gcc' 
and $] >= 5.006;
+-    $options{CCFLAGS} = "-Wall -Wwrite-strings"
+-        if $Config{ccname} eq "gcc" and $] >= 5.006;
      $options{LIBS}    = '-lpcap';
  }
  

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to