Hello community,

here is the log from the commit of package ldapcpplib for openSUSE:Factory
checked in at Mon May 2 13:20:32 CEST 2011.



--------
--- ldapcpplib/ldapcpplib.changes       2011-04-14 16:26:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/ldapcpplib/ldapcpplib.changes  2011-04-30 
17:31:06.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Apr 30 15:30:36 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with GCC 4.6 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  ldapcpplib-gcc46.patch

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

Other differences:
------------------
++++++ ldapcpplib.spec ++++++
--- /var/tmp/diff_new_pack.rZSlMo/_old  2011-05-02 13:19:08.000000000 +0200
+++ /var/tmp/diff_new_pack.rZSlMo/_new  2011-05-02 13:19:08.000000000 +0200
@@ -25,9 +25,10 @@
 Group:          Development/Libraries/C and C++
 Summary:        C++ API for LDAPv3
 Version:        0.2.3
-Release:        1
+Release:        2
 Source:         %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Patch:          ldapcpplib-gcc46.patch
 
 %description
 C++ API for LDAPv3.
@@ -79,6 +80,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++++++ ldapcpplib-gcc46.patch ++++++
--- src/LDAPEntryList.h.orig
+++ src/LDAPEntryList.h
@@ -7,6 +7,7 @@
 #ifndef LDAP_ENTRY_LIST_H
 #define LDAP_ENTRY_LIST_H
 
+#include <cstdio>
 #include <list>
 
 class LDAPEntry;
--- src/LDAPReferenceList.h.orig
+++ src/LDAPReferenceList.h
@@ -7,6 +7,7 @@
 #ifndef LDAP_REFERENCE_LIST_H
 #define LDAP_REFERENCE_LIST_H
 
+#include <cstdio>
 #include <list>
 
 class LDAPSearchReference;

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to