Hello community,

here is the log from the commit of package libcryptopp for openSUSE:Factory 
checked in at 2014-04-04 16:35:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-22 
19:34:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libcryptopp.new/libcryptopp.changes     
2014-04-04 16:35:24.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr  3 13:21:06 UTC 2014 - [email protected]
+
+- libcryptopp-m68k.patch: define IS_LITTLE_ENDIAN on m68k
+
+-------------------------------------------------------------------

New:
----
  libcryptopp-m68k.patch

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

Other differences:
------------------
++++++ libcryptopp.spec ++++++
--- /var/tmp/diff_new_pack.xAsmv1/_old  2014-04-04 16:35:25.000000000 +0200
+++ /var/tmp/diff_new_pack.xAsmv1/_new  2014-04-04 16:35:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcryptopp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -37,6 +37,7 @@
 # PATCH-FEATURE-OPENSUSE libcryptopp-shared.patch -- improve shared library 
creation
 Patch1:         libcryptopp-shared.patch
 Patch2:         libcryptopp-s390.patch
+Patch3:         libcryptopp-m68k.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  unzip
@@ -72,6 +73,7 @@
 %setup -q -c "%{name}-%{version}"
 %patch1 -p1
 %patch2
+%patch3 -p1
 
 %build
 make %{?_smp_mflags} \


++++++ libcryptopp-m68k.patch ++++++
Index: libcryptopp-5.6.2/config.h
===================================================================
--- libcryptopp-5.6.2.orig/config.h
+++ libcryptopp-5.6.2/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(__s390__) || defined(__s390x__) || 
(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__)) || defined(__mc68000__))
 #      define IS_BIG_ENDIAN
 #endif
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to