Hello community,

here is the log from the commit of package kismet for openSUSE:Factory checked 
in at 2016-04-28 16:56:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kismet (Old)
 and      /work/SRC/openSUSE:Factory/.kismet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kismet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kismet/kismet.changes    2014-09-28 
19:54:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kismet.new/kismet.changes       2016-04-28 
17:00:48.000000000 +0200
@@ -1,0 +2,15 @@
+Wed Apr 13 12:53:01 UTC 2016 - [email protected]
+
+- Kismet 2016-01-R1:
+  * force validation of fcs by default for all sources
+  * support for recent autotools
+  * fixes for crashes when alert backlog was set to zero
+  *  fixes for failures in some VIF situations
+  * fixes to resizing windows
+  * fixes to GPS averaging
+  * fixes to Radiotap changes in recent kernels
+  * add WPS state parsing
+  * handle BSSTimestamp parsing
+- upstream sources no longer signed, use source URLs
+
+-------------------------------------------------------------------

Old:
----
  kismet-2013-03-R1b.tar.xz
  kismet-2013-03-R1b.tar.xz.asc
  kismet.keyring

New:
----
  kismet-2016-01-R1.tar.xz

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

Other differences:
------------------
++++++ kismet.spec ++++++
--- /var/tmp/diff_new_pack.FWvf64/_old  2016-04-28 17:00:51.000000000 +0200
+++ /var/tmp/diff_new_pack.FWvf64/_new  2016-04-28 17:00:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kismet
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,33 +16,21 @@
 #
 
 
-%define realver 2010-01-R1
-
+%define realver 2016-01-R1
 Name:           kismet
-Version:        2013_03_R1b
+Version:        2016_01_R1
 Release:        0
-%define realver 2013-03-R1b
 Summary:        An 802.11 Wireless Network Sniffer
 License:        GPL-2.0+
 Group:          Productivity/Networking/Diagnostic
-Url:            http://www.kismetwireless.net/
-Source:         %{name}-%{realver}.tar.xz
-Source1:        %{name}-%{realver}.tar.xz.asc
-Source2:        %{name}.keyring
+Url:            https://www.kismetwireless.net/
+Source:         https://www.kismetwireless.net/code/%{name}-%{realver}.tar.xz
 Patch0:         kismet-2011-03-R2-makefile.diff
 BuildRequires:  ImageMagick-devel
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 BuildRequires:  libexpat-devel
-%if 0%{?suse_version} >= 1210
-BuildRequires:  pkgconfig(libnl-3.0) >= 3.0
-%else
-BuildRequires:  libnl-devel
-%endif
 BuildRequires:  libpcap-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  pcre-devel
@@ -52,6 +40,11 @@
 Requires:       wget
 Requires:       wireless-tools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1210
+BuildRequires:  pkgconfig(libnl-3.0) >= 3.0
+%else
+BuildRequires:  libnl-devel
+%endif
 
 %description
 Kismet is an 802.11 wireless network sniffer. This is different from a
@@ -65,23 +58,23 @@
 with cards that use the ar5k chipset.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:1}}
 %setup -q -n %{name}-%{realver}
 %patch0
+
 %build
 %if 0%{?suse_version} >= 1220
 #This is needed as apcupsd doesn't recognize ppc64 correctly
-cp /usr/share/automake-*/config.* . 
+cp %{_datadir}/automake-*/config.* .
 %endif
 export CFLAGS="%{optflags} -Wall -fstack-protector -fno-strict-aliasing 
`ncurses5-config --cflags`"
 export CXXFLAGS="%{optflags} -Wall -fstack-protector -fno-strict-aliasing 
`ncurses5-config --cflags`"
 export LDFLAGS="-Wl,--as-needed"
 %configure --enable-ipv6 --disable-setuid
-make dep
+make %{?_smp_mflags} dep
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-, root, root)

++++++ kismet-2013-03-R1b.tar.xz -> kismet-2016-01-R1.tar.xz ++++++
++++ 4018 lines of diff (skipped)


Reply via email to