Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2012-12-28 15:04:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and      /work/SRC/openSUSE:Factory/.libgsasl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgsasl", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes        2012-08-23 
16:04:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2012-12-28 
15:04:03.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Aug 16 21:34:34 UTC 2012 - [email protected]
+
+- fix-arm.patch: Add hack to fix compiling on ARM
+
+-------------------------------------------------------------------

New:
----
  fix-arm.patch

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

Other differences:
------------------
++++++ libgsasl.spec ++++++
--- /var/tmp/diff_new_pack.WTwzt3/_old  2012-12-28 15:04:04.000000000 +0100
+++ /var/tmp/diff_new_pack.WTwzt3/_new  2012-12-28 15:04:04.000000000 +0100
@@ -21,6 +21,7 @@
 Release:        0
 Source:         %{name}-%{version}.tar.gz
 Patch1:         libgsasl-stdio.h.patch
+Patch2:         fix-arm.patch
 Summary:        Implementation of the SASL framework and a few common SASL 
mechanisms
 License:        LGPL-2.1+ and GPL-3.0+
 Group:          Development/Libraries/C and C++
@@ -85,6 +86,9 @@
 %prep
 %setup -q
 %patch1 -p1
+%ifarch %arm
+%patch2 -p1
+%endif
 
 %build
 %configure --disable-static --with-pic

++++++ fix-arm.patch ++++++
Index: libgsasl-1.6.1/gl/stdint.in.h
===================================================================
--- libgsasl-1.6.1.orig/gl/stdint.in.h
+++ libgsasl-1.6.1/gl/stdint.in.h
@@ -234,8 +234,8 @@ typedef unsigned long long int gl_uint64
 #undef uint_fast32_t
 #undef int_fast64_t
 #undef uint_fast64_t
-typedef long int gl_int_fast8_t;
-typedef unsigned long int gl_uint_fast8_t;
+typedef signed char gl_int_fast8_t;
+typedef unsigned char gl_uint_fast8_t;
 typedef long int gl_int_fast16_t;
 typedef unsigned long int gl_uint_fast16_t;
 typedef long int gl_int_fast32_t;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to