Hello community,

here is the log from the commit of package cyrus-sasl for openSUSE:Factory 
checked in at 2013-09-30 14:44:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cyrus-sasl (Old)
 and      /work/SRC/openSUSE:Factory/.cyrus-sasl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cyrus-sasl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cyrus-sasl/cyrus-sasl.changes    2013-09-27 
19:47:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cyrus-sasl.new/cyrus-sasl.changes       
2013-09-30 14:44:47.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Sep 29 08:11:05 UTC 2013 - [email protected]
+
+- Add patch fix-sasl-header.diff to resolve build issues that 
+  are failing due to typedef 'sasl_malloc_t' is initialized.
+  (see gentoo#458870, fedora#906519)
+
+-------------------------------------------------------------------

New:
----
  fix-sasl-header.diff

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

Other differences:
------------------
++++++ cyrus-sasl-saslauthd.spec ++++++
--- /var/tmp/diff_new_pack.ayA7IY/_old  2013-09-30 14:44:47.000000000 +0200
+++ /var/tmp/diff_new_pack.ayA7IY/_new  2013-09-30 14:44:47.000000000 +0200
@@ -39,6 +39,7 @@
 Patch1:         shared_link_on_ppc.patch
 Patch5:         cyrus-sasl-no_rpath.patch
 Patch6:         cyrus-sasl-lfs.patch
+Patch7:         fix-sasl-header.diff
 PreReq:         %insserv_prereq %fillup_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -67,10 +68,9 @@
 %setup -n cyrus-sasl-%{version} -a 1
 %patch
 %patch1
-%patch2
-%patch3 -p1
 %patch5 -p1
 %patch6
+%patch7 -p1
 
 %build
 find . -name \*.cvsignore -print0 | xargs -0 rm -vf

++++++ cyrus-sasl.spec ++++++
--- /var/tmp/diff_new_pack.ayA7IY/_old  2013-09-30 14:44:47.000000000 +0200
+++ /var/tmp/diff_new_pack.ayA7IY/_new  2013-09-30 14:44:47.000000000 +0200
@@ -43,6 +43,7 @@
 Patch1:         shared_link_on_ppc.patch
 Patch5:         cyrus-sasl-no_rpath.patch
 Patch6:         cyrus-sasl-lfs.patch
+Patch7:         fix-sasl-header.diff
 PreReq:         %insserv_prereq %fillup_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -155,6 +156,7 @@
 %patch1
 %patch5 -p1
 %patch6
+%patch7 -p1
 
 %build
 find . -name \*.cvsignore -print0 | xargs -0 rm -fv

++++++ fix-sasl-header.diff ++++++
--- cyrus-sasl-2.1.26/include/sasl.h    2012-10-12 09:05:48.000000000 -0500
+++ cyrus-sasl-2.1.26/include/sasl.h    2013-01-31 13:21:04.007739327 -0600
@@ -223,6 +223,8 @@ extern "C" {
  * they must be called before all other SASL functions:
  */
 
+#include <sys/types.h>
+
 /* memory allocation functions which may optionally be replaced:
  */
 typedef void *sasl_malloc_t(size_t);

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to