Hello community,

here is the log from the commit of package mozilla-nspr for openSUSE:Factory 
checked in at 2013-12-15 09:55:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozilla-nspr (Old)
 and      /work/SRC/openSUSE:Factory/.mozilla-nspr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozilla-nspr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozilla-nspr/mozilla-nspr.changes        
2013-11-14 08:42:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mozilla-nspr.new/mozilla-nspr.changes   
2013-12-15 09:55:27.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 12 03:58:23 UTC 2013 - uweig...@de.ibm.com
+
+- Add ppc64le-support.patch:
+  * add support for powerpc64le-linux
+
+-------------------------------------------------------------------

New:
----
  ppc64le-support.patch

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

Other differences:
------------------
++++++ mozilla-nspr.spec ++++++
--- /var/tmp/diff_new_pack.lUFXfO/_old  2013-12-15 09:55:28.000000000 +0100
+++ /var/tmp/diff_new_pack.lUFXfO/_new  2013-12-15 09:55:28.000000000 +0100
@@ -35,6 +35,7 @@
 Source:         nspr-%{version}.tar.bz2
 Source1:        baselibs.conf
 Patch0:         config-guess-sub-update.diff
+Patch1:         ppc64le-support.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -64,6 +65,7 @@
 %prep
 %setup -n nspr-%{version} -q
 %patch0 -p0
+%patch1 -p1
 
 %build
 # set buildtime to "last-modification-time"

++++++ ppc64le-support.patch ++++++
Index: nspr-4.10.2/pr/include/md/_linux.cfg
===================================================================
--- nspr-4.10.2.orig/pr/include/md/_linux.cfg
+++ nspr-4.10.2/pr/include/md/_linux.cfg
@@ -29,8 +29,13 @@
 
 #ifdef __powerpc64__
 
+#ifdef __LITTLE_ENDIAN__
+#define IS_LITTLE_ENDIAN 1
+#undef  IS_BIG_ENDIAN
+#else
 #undef  IS_LITTLE_ENDIAN
 #define IS_BIG_ENDIAN    1
+#endif
 #define IS_64
 
 #define PR_BYTES_PER_BYTE   1
@@ -75,8 +80,13 @@
 
 #elif defined(__powerpc__)
 
+#ifdef __LITTLE_ENDIAN__
+#define IS_LITTLE_ENDIAN 1
+#undef  IS_BIG_ENDIAN
+#else
 #undef  IS_LITTLE_ENDIAN
 #define IS_BIG_ENDIAN    1
+#endif
 
 #define PR_BYTES_PER_BYTE   1
 #define PR_BYTES_PER_SHORT  2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to