Hello community,

here is the log from the commit of package libcryptopp for openSUSE:Factory 
checked in at 2013-12-22 19:34:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcryptopp (Old)
 and      /work/SRC/openSUSE:Factory/.libcryptopp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcryptopp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcryptopp/libcryptopp.changes  2013-09-27 
17:38:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcryptopp.new/libcryptopp.changes     
2013-12-22 19:34:38.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Dec 18 02:40:17 CET 2013 - [email protected]
+
+- define as big endian on s390/s390x (libcryptopp-s390.patch)
+
+-------------------------------------------------------------------

New:
----
  libcryptopp-s390.patch

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

Other differences:
------------------
++++++ libcryptopp.spec ++++++
--- /var/tmp/diff_new_pack.QLM8qR/_old  2013-12-22 19:34:38.000000000 +0100
+++ /var/tmp/diff_new_pack.QLM8qR/_new  2013-12-22 19:34:38.000000000 +0100
@@ -36,6 +36,7 @@
 Source2:        cryptopp.pc
 # PATCH-FEATURE-OPENSUSE libcryptopp-shared.patch -- improve shared library 
creation
 Patch1:         libcryptopp-shared.patch
+Patch2:         libcryptopp-s390.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  unzip
@@ -70,6 +71,7 @@
 %prep
 %setup -q -c "%{name}-%{version}"
 %patch1 -p1
+%patch2
 
 %build
 make %{?_smp_mflags} \


++++++ libcryptopp-s390.patch ++++++
--- config.h
+++ config.h
@@ -4,7 +4,7 @@
 // ***************** Important Settings ********************
 
 // define this if running on a big-endian CPU
-#if !defined(IS_LITTLE_ENDIAN) && (defined(__BIG_ENDIAN__) || defined(__sparc) 
|| defined(__sparc__) || defined(__hppa__) || defined(__MIPSEB__) || 
defined(__ARMEB__) || (defined(__MWERKS__) && !defined(__INTEL__)))
+#if !defined(IS_LITTLE_ENDIAN) && (defined(__BIG_ENDIAN__) || defined(__sparc) 
|| defined(__sparc__) || defined(__hppa__) || defined(__MIPSEB__) || 
defined(__ARMEB__) || defined(__s390__) || defined(__s390x__) || 
(defined(__MWERKS__) && !defined(__INTEL__)))
 #      define IS_BIG_ENDIAN
 #endif
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to