Hello community,

here is the log from the commit of package libpcap for openSUSE:Factory checked 
in at 2014-08-25 11:02:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpcap (Old)
 and      /work/SRC/openSUSE:Factory/.libpcap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpcap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpcap/libpcap.changes  2014-02-17 
09:56:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libpcap.new/libpcap.changes     2014-08-25 
11:03:24.000000000 +0200
@@ -1,0 +2,16 @@
+Sun Aug 17 19:50:37 UTC 2014 - andreas.stie...@gmx.de
+
+- libpcap 1.6.1:
+  * some fixes for the any device
+  * changes for how --enable-XXX works
+- includes changes from 1.6.0:
+  * fixes for byte order issues with NFLOG captures
+  * Handle using cooked mode for DLT_NETLINK in activate_new().
+    removing libpcap-netlink.patch, upstream, [bnc#863823]
+  * on platforms where you can not capture on down interfaces, do
+    not list them, but: do list interfaces which are down, if you
+    can capture on them!
+- libpcap does not build with bluez 5.21, disable bluetooth
+  ( bluetooth/mgmt.h moved to kernel )
+
+-------------------------------------------------------------------

Old:
----
  libpcap-1.5.3.tar.gz
  libpcap-1.5.3.tar.gz.sig
  libpcap-netlink.patch

New:
----
  libpcap-1.6.1.tar.gz
  libpcap-1.6.1.tar.gz.sig

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

Other differences:
------------------
++++++ libpcap.spec ++++++
--- /var/tmp/diff_new_pack.AqAfZS/_old  2014-08-25 11:03:25.000000000 +0200
+++ /var/tmp/diff_new_pack.AqAfZS/_new  2014-08-25 11:03:25.000000000 +0200
@@ -16,8 +16,11 @@
 #
 
 
+# bluetooth not working with bluez 5.21
+%bcond_with    bluetooth
+
 Name:           libpcap
-Version:        1.5.3
+Version:        1.6.1
 Release:        0
 Summary:        A Library for Network Sniffers
 License:        BSD-3-Clause
@@ -32,10 +35,8 @@
 Patch2:         libpcap-1.0.0-ppp.patch
 Patch3:         libpcap-1.0.0-s390.patch
 Patch4:         libpcap-ocloexec.patch
-Patch5:         libpcap-netlink.patch
 BuildRequires:  automake
 BuildRequires:  bison
-BuildRequires:  bluez-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  flex
 BuildRequires:  libusb-devel
@@ -46,6 +47,9 @@
 %if 0%{?suse_version} >= 1230
 BuildRequires:  gpg-offline
 %endif
+%if %{with bluetooth}
+BuildRequires:  bluez-devel
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -97,7 +101,6 @@
 %patch2
 %patch3
 %patch4 -p1
-%patch5 -p1
 %build
 %ifarch %sparc
 pic="PIC"
@@ -107,6 +110,11 @@
 autoreconf -fiv
 export CFLAGS="%{optflags} -f$pic" CXXFLAGS="%{optflags} -f$pic"
 %configure \
+%if %{with bluetooth}
+       --enable-bluetooth=yes \
+%else
+       --enable-bluetooth=no \
+%endif 
   --enable-ipv6
 make %{?_smp_mflags} all shared
 

++++++ libpcap-1.5.3.tar.gz -> libpcap-1.6.1.tar.gz ++++++
++++ 9114 lines of diff (skipped)


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

Reply via email to