Hello community,

here is the log from the commit of package ldapcpplib for openSUSE:Factory 
checked in at 2012-04-23 16:11:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ldapcpplib (Old)
 and      /work/SRC/openSUSE:Factory/.ldapcpplib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/ldapcpplib/ldapcpplib.changes    2011-11-14 
11:57:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ldapcpplib.new/ldapcpplib.changes       
2012-04-23 16:11:28.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Apr 18 11:38:45 UTC 2012 - [email protected]
+
+- license update: OLDAP-2.8
+  Use SPDX syntax (http://www.spdx.org/licenses)
+
+-------------------------------------------------------------------
+Thu Mar 15 22:06:38 UTC 2012 - [email protected]
+
+- Add ldapcpplib-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  ldapcpplib-gcc47.patch

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

Other differences:
------------------
++++++ ldapcpplib.spec ++++++
--- /var/tmp/diff_new_pack.oJeujN/_old  2012-04-23 16:11:29.000000000 +0200
+++ /var/tmp/diff_new_pack.oJeujN/_new  2012-04-23 16:11:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ldapcpplib
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           ldapcpplib
 Url:            http://www.openldap.org
-BuildRequires:  doxygen gcc-c++ openldap2-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
 BuildRequires:  libtool
-License:        BSD3c(or similar) ; OpenLDAP Public License 2.7
-Group:          Development/Libraries/C and C++
+BuildRequires:  openldap2-devel
 Summary:        C++ API for LDAPv3
+License:        OLDAP-2.8
+Group:          Development/Libraries/C and C++
 Version:        0.3.0
-Release:        1
+Release:        0
 Source:         %{name}-%{version}.tar.bz2
+Patch0:         ldapcpplib-gcc47.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,12 +43,10 @@
     Ralf Haferkamp <[email protected]>
 
 %package -n libldapcpp1
-License:        BSD3c(or similar) ; OpenLDAP Public License 2.7
 Summary:        C++ API for LDAPv3
-AutoReqProv:    on
+Group:          Development/Libraries/C and C++
 Provides:       ldapcpplib = %{version}-%{release}
 Obsoletes:      ldapcpplib <= 0.0.5 
-Group:          Development/Libraries/C and C++
 
 %description -n libldapcpp1
 This package provides a C++ library for accessing LDAP (Version 3)
@@ -60,13 +59,13 @@
     Ralf Haferkamp <[email protected]>
 
 %package -n libldapcpp-devel
-License:        BSD3c(or similar) ; OpenLDAP Public License 2.7
 Summary:        Files for Developing libldapcpp Applications
-AutoReqProv:    on
+Group:          Development/Libraries/C and C++
 Provides:       ldapcpplib-devel = %{version}
 Obsoletes:      ldapcpplib-devel <= 0.0.5
-Requires:       libldapcpp1 = %{version} openldap2-devel libstdc++-devel
-Group:          Development/Libraries/C and C++
+Requires:       libldapcpp1 = %{version}
+Requires:       libstdc++-devel
+Requires:       openldap2-devel
 
 %description -n libldapcpp-devel
 This package contains files needed for development with the LDAP C++
@@ -80,6 +79,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++++++ ldapcpplib-gcc47.patch ++++++
Index: ldapcpplib-0.3.0/src/SaslInteractionHandler.cpp
===================================================================
--- ldapcpplib-0.3.0.orig/src/SaslInteractionHandler.cpp
+++ ldapcpplib-0.3.0/src/SaslInteractionHandler.cpp
@@ -7,6 +7,7 @@
 #include <iostream>
 #include <iomanip>
 #include <limits>
+#include <unistd.h>
 #include "config.h"
 
 #ifdef HAVE_TERMIOS_H
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to