Hello community,

here is the log from the commit of package heroes-tron for openSUSE:Factory 
checked in at 2012-10-11 10:44:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/heroes-tron (Old)
 and      /work/SRC/openSUSE:Factory/.heroes-tron.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "heroes-tron", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/heroes-tron/heroes-tron.changes  2012-05-31 
17:05:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.heroes-tron.new/heroes-tron.changes     
2012-10-11 10:48:57.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 10 11:06:27 UTC 2012 - [email protected]
+
+- Use __swabX from linux/swab.h instead of __arch_swabX 
+
+-------------------------------------------------------------------

New:
----
  heroes-bigendian.patch

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

Other differences:
------------------
++++++ heroes-tron.spec ++++++
--- /var/tmp/diff_new_pack.dkzJZ0/_old  2012-10-11 10:48:58.000000000 +0200
+++ /var/tmp/diff_new_pack.dkzJZ0/_new  2012-10-11 10:48:58.000000000 +0200
@@ -18,8 +18,8 @@
 
 Name:           heroes-tron
 BuildRequires:  SDL_mixer-devel
-BuildRequires:  automake
 BuildRequires:  autoconf >= 2.68
+BuildRequires:  automake
 BuildRequires:  xorg-x11
 %define myname heroes
 %define data_version 1.5
@@ -36,6 +36,7 @@
 Patch3:         %{myname}-%{version}-gcc_warning.diff 
 Patch4:         heroes-build-fixes.patch 
 Patch5:         automake-1.12.patch
+Patch6:         heroes-bigendian.patch
 Url:            http://heroes.sourceforge.net/download.html
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Game Like Tron and Nibbles Games
@@ -58,6 +59,7 @@
 %patch3
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 %build 
 %define sharedir %{_prefix}/share

++++++ heroes-bigendian.patch ++++++
Index: heroes-0.21/src/bytesex.h
===================================================================
--- heroes-0.21.orig/src/bytesex.h
+++ heroes-0.21/src/bytesex.h
@@ -27,9 +27,9 @@
 
 #ifdef linux
 
-#include <asm/byteorder.h>
-#define BSWAP16(x) __arch__swab16(x)
-#define BSWAP32(x) __arch__swab32(x)
+#include <linux/swab.h>
+#define BSWAP16(x) __swab16(x)
+#define BSWAP32(x) __swab32(x)
 
 #else /* ! linux */
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to