Hello community,

here is the log from the commit of package xsupplicant for openSUSE:Factory 
checked in at 2014-11-24 11:19:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xsupplicant (Old)
 and      /work/SRC/openSUSE:Factory/.xsupplicant.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xsupplicant"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xsupplicant/xsupplicant.changes  2012-03-28 
00:02:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xsupplicant.new/xsupplicant.changes     
2014-11-24 11:19:16.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Nov 18 22:54:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in builddocs.sh script
+- add patches:
+  * xsupplicant-1.2.8-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  xsupplicant-1.2.8-fix-bashisms.patch

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

Other differences:
------------------
++++++ xsupplicant.spec ++++++
--- /var/tmp/diff_new_pack.l5HhAz/_old  2014-11-24 11:19:18.000000000 +0100
+++ /var/tmp/diff_new_pack.l5HhAz/_new  2014-11-24 11:19:18.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xsupplicant
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,22 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           xsupplicant
-BuildRequires:  bison flex libiw-devel libpcap-devel libtool openssl-devel
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  libiw-devel
+BuildRequires:  libpcap-devel
+BuildRequires:  libtool
+BuildRequires:  openssl-devel
 Url:            http://www.open1x.org/
 Version:        1.2.8
-Release:        135
+Release:        0
+Summary:        Free implementation of  IEEE 802.1X protocol
 License:        GPL-2.0+ or BSD-4-Clause
 Group:          Productivity/Networking/Radius/Clients
-Summary:        Free implementation of  IEEE 802.1X protocol
 Source:         xsupplicant-%{version}.tar.bz2
 Patch:          xsupplicant-strncat.patch
 Patch1:         xsupplicant-iwlib.patch
 Patch2:         xsupplicant.linux-compiler.patch
 Patch3:         xsupplicant-1.2.8-shared.patch
+Patch4:         xsupplicant-1.2.8-fix-bashisms.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,6 +58,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3
+%patch4 -p1
 
 %build
 autoreconf -fiv

++++++ xsupplicant-1.2.8-fix-bashisms.patch ++++++
diff -Ndur xsupplicant-1.2.8/doc/builddocs.sh 
xsupplicant-1.2.8-fix-bashisms/doc/builddocs.sh
--- xsupplicant-1.2.8/doc/builddocs.sh  2005-09-07 00:25:09.000000000 +0300
+++ xsupplicant-1.2.8-fix-bashisms/doc/builddocs.sh     2014-11-19 
00:51:29.669027110 +0200
@@ -20,7 +20,7 @@
            /usr/share/sgml/openjade/xml.dcl "
 
 # print usage message
-function usage {
+usage() {
   echo "Usage: $(basename $0) [-f <directory>]"
   echo "Create the Xsupplicant documentation in PDF, HTML and TXT format."
   echo " "
@@ -58,7 +58,7 @@
 
 # make sure that jade is in the user's path
 JADE_PATH=`which jade 2> /dev/null`
-if [ x$JADE_PATH == x ]
+if [ -z "$JADE_PATH" ]
 then
     echo "jade not found in your path...exiting!"
     exit 1
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to