Hello community,

here is the log from the commit of package hostap-utils for openSUSE:Factory 
checked in at 2015-08-01 11:34:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hostap-utils (Old)
 and      /work/SRC/openSUSE:Factory/.hostap-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hostap-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hostap-utils/hostap-utils.changes        
2014-10-29 21:09:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.hostap-utils.new/hostap-utils.changes   
2015-08-01 11:34:34.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 12 16:08:35 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hostap-utils.spec ++++++
--- /var/tmp/diff_new_pack.npnRAk/_old  2015-08-01 11:34:35.000000000 +0200
+++ /var/tmp/diff_new_pack.npnRAk/_new  2015-08-01 11:34:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hostap-utils
 #
-# 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
@@ -23,28 +23,22 @@
 License:        GPL-2.0+
 Group:          Hardware/Wifi
 Url:            http://hostap.epitest.fi/
-Source:         http://w1.fi/releases/%name-%version.tar.gz
-Patch:          hostap-utils.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source:         http://w1.fi/releases/%{name}-%{version}.tar.gz
+Patch0:         hostap-utils.diff
 BuildRequires:  openssl-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains various tools for configuring Prism2 cards driven
 by the HostAP kernel module. In particular, it contains a utility to
 query and flash firmware of Prism2 adapters.
 
-
-
-Authors:
---------
-    Jouni Malinen <[email protected]>
-
 %prep
-%setup
-%patch -p1
+%setup -q
+%patch0 -p1
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" make %{?_smp_mflags}
+CFLAGS="%{optflags}" CC="gcc" make %{?_smp_mflags}
 
 %install
 mkdir -p %{buildroot}/%{_sbindir}


Reply via email to