Hello community, here is the log from the commit of package iw for openSUSE:Factory checked in at 2013-11-26 19:17:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iw (Old) and /work/SRC/openSUSE:Factory/.iw.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iw" Changes: -------- --- /work/SRC/openSUSE:Factory/iw/iw.changes 2012-12-05 13:54:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.iw.new/iw.changes 2013-11-26 19:17:24.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Nov 25 04:27:32 UTC 2013 - [email protected] + +- Update to version 3.11, matching with features in the + same kernel version. +- build with libnl-3.0, as usual this "kernel style" hand written + makefiles are total crap so extra cflags are needed. + +------------------------------------------------------------------- Old: ---- iw-3.7.tar.bz2 New: ---- iw-3.11.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iw.spec ++++++ --- /var/tmp/diff_new_pack.P0kwxu/_old 2013-11-26 19:17:24.000000000 +0100 +++ /var/tmp/diff_new_pack.P0kwxu/_new 2013-11-26 19:17:24.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package iw # -# 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 @@ -18,16 +18,16 @@ Name: iw BuildRequires: kernel-source -BuildRequires: libnl-1_1-devel BuildRequires: pkg-config +BuildRequires: pkgconfig(libnl-3.0) Summary: Configuration utility for nl80211 based wireless drivers License: ISC Group: Hardware/Wifi -Version: 3.7 +Version: 3.11 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://linuxwireless.org/en/users/Documentation/iw -Source: iw-%{version}.tar.bz2 +Source: iw-%{version}.tar.xz %description iw is a nl80211 based CLI configuration utility for wireless devices. It @@ -39,12 +39,12 @@ Johannes Berg <[email protected]> %prep -%setup +%setup -q %build # FIXME: -fno-strict-aliasing seems to be obsolete, but upstream Makefile requires it. # Either it is really obsolete or there is a hidden aliasing use. -make %{?jobs:-j%jobs} CFLAGS="${RPM_OPT_FLAGS} -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration" V=1 +make %{?jobs:-j%jobs} CFLAGS="${RPM_OPT_FLAGS} $(pkg-config --cflags libnl-3.0) -DCONFIG_LIBNL30 -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration" V=1 %install %makeinstall -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
