Hello community,

here is the log from the commit of package sunpinyin for openSUSE:Factory 
checked in at 2013-03-26 07:03:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sunpinyin (Old)
 and      /work/SRC/openSUSE:Factory/.sunpinyin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sunpinyin", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/sunpinyin/sunpinyin.changes      2012-06-26 
17:38:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sunpinyin.new/sunpinyin.changes 2013-03-26 
07:03:05.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Mar 23 22:50:44 UTC 2013 - sch...@suse.de
+
+- sunpinyin-aarch64.patch: get endianess for aarch64
+
+-------------------------------------------------------------------

New:
----
  sunpinyin-aarch64.patch

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

Other differences:
------------------
++++++ sunpinyin.spec ++++++
--- /var/tmp/diff_new_pack.6oGF43/_old  2013-03-26 07:03:08.000000000 +0100
+++ /var/tmp/diff_new_pack.6oGF43/_new  2013-03-26 07:03:08.000000000 +0100
@@ -26,6 +26,7 @@
 Source:                %{name}-%{version}.tar.bz2
 Source1:       lm_sc.t3g.arpa.tar.bz2
 Source2:       dict.utf8.tar.bz2
+Patch:          sunpinyin-aarch64.patch
 BuildRequires: scons
 %if 0%{?suse_version}
 BuildRequires: sqlite3-devel
@@ -61,6 +62,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %{__cp} -r %{S:1} ./raw/

++++++ sunpinyin-aarch64.patch ++++++
Index: sunpinyin-2.0.4/SConstruct
===================================================================
--- sunpinyin-2.0.4.orig/SConstruct
+++ sunpinyin-2.0.4/SConstruct
@@ -242,6 +242,7 @@ def AppendEndianCheck(conf):
   || defined(_POWER)   || defined(__powerpc__) \
   || defined(__ppc__)  || defined(__hpux) || defined(__hppa) \
   || defined(_MIPSEB)  || defined(_POWER) \
+  || defined(__AARCH64EB__) \
   || defined(__s390__) || (defined(__sh__) && defined(__BIG_ENDIAN__))
 # define WORDS_BIGENDIAN 1
 
@@ -253,6 +254,7 @@ def AppendEndianCheck(conf):
   || defined(__x86_64)  || defined(__x86_64__) \
   || defined(_M_X64)    || defined(__bfin__) \
   || defined(__alpha__) || defined(__ARMEL__) \
+  || defined(__AARCH64EL__) \
   || defined(_MIPSEL)   || (defined(__sh__) && defined(__LITTLE_ENDIAN__))
 # undef WORDS_BIGENDIAN
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to