Hello community,

here is the log from the commit of package iw for openSUSE:Factory checked in 
at 2015-04-06 00:25:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2014-10-25 08:32:30.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.iw.new/iw.changes       2015-04-06 
00:25:44.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Apr  3 08:21:13 UTC 2015 - mplus...@suse.com
+
+- Update to version 4.0
+  * Support all new kernel features upto 4.0
+- Cleanup spec file with spec-cleaner
+- User url for source
+
+-------------------------------------------------------------------

Old:
----
  iw-3.17.tar.xz

New:
----
  iw-4.0.tar.xz

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

Other differences:
------------------
++++++ iw.spec ++++++
--- /var/tmp/diff_new_pack.I80tUn/_old  2015-04-06 00:25:44.000000000 +0200
+++ /var/tmp/diff_new_pack.I80tUn/_new  2015-04-06 00:25:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iw
 #
-# Copyright (c) 2014 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,39 +17,32 @@
 
 
 Name:           iw
-BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libnl-3.0)
+Version:        4.0
+Release:        0
 Summary:        Configuration utility for nl80211 based wireless drivers
 License:        ISC
 Group:          Hardware/Wifi
-Version:        3.17
-Release:        0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://linuxwireless.org/en/users/Documentation/iw
-Source:         iw-%{version}.tar.xz
+Source:         https://kernel.org/pub/software/network/iw/iw-%{version}.tar.xz
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libnl-3.0)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 iw is a nl80211 based CLI configuration utility for wireless devices. It
 supports almost all new drivers that have been added to the kernel
 recently.
 
-Authors:
---------
-    Johannes Berg <johan...@sipsolutions.net>
-
 %prep
 %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} $(pkg-config --cflags 
libnl-3.0) -DCONFIG_LIBNL30 -Wundef -Wstrict-prototypes -Wno-trigraphs 
-fno-strict-aliasing -fno-common -Werror-implicit-function-declaration" V=1
+make %{?_smp_mflags} CFLAGS="%{optflags} $(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
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)

++++++ iw-3.17.tar.xz -> iw-4.0.tar.xz ++++++
++++ 1729 lines of diff (skipped)


Reply via email to