Hello community,

here is the log from the commit of package gnugk for openSUSE:Factory checked 
in at 2012-08-26 14:21:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnugk (Old)
 and      /work/SRC/openSUSE:Factory/.gnugk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnugk", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnugk/gnugk.changes      2011-12-12 
17:01:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnugk.new/gnugk.changes 2012-08-26 
14:21:47.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 20 11:23:32 UTC 2012 - [email protected]
+
+- fix build on armv7l 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnugk.spec ++++++
--- /var/tmp/diff_new_pack.6KKPJz/_old  2012-08-26 14:21:48.000000000 +0200
+++ /var/tmp/diff_new_pack.6KKPJz/_new  2012-08-26 14:21:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnugk
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           gnugk
 BuildRequires:  SDL-devel
 BuildRequires:  automake
@@ -29,7 +30,8 @@
 BuildRequires:  speex-devel
 Url:            http://www.gnugk.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       pwlib openh323
+Requires:       openh323
+Requires:       pwlib
 Provides:       openh323gk
 Obsoletes:      openh323gk
 PreReq:         %insserv_prereq %fillup_prereq grep diffutils
@@ -63,7 +65,12 @@
 %install
 export M=`uname -m`
 # only ix86 have problematic unames.
-case $M in ??86) M=x86;; esac
+case $M in 
+  ??86) M=x86
+  ;;
+  armv7l) M=armv7hl
+  ;;
+esac
 mkdir -p $RPM_BUILD_ROOT/usr/sbin
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
 install -m 755 obj_linux_"$M"_r/gnugk $RPM_BUILD_ROOT%{_sbindir}

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to