Hello community,

here is the log from the commit of package openldap2 for openSUSE:Factory 
checked in at 2015-03-01 14:52:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openldap2 (Old)
 and      /work/SRC/openSUSE:Factory/.openldap2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openldap2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openldap2/openldap2-client.changes       
2015-01-20 21:53:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openldap2.new/openldap2-client.changes  
2015-03-01 14:52:30.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb 19 10:03:30 UTC 2015 - [email protected]
+
+- Add 0009-gcc5.patch to pass -P to the preprocessor in configure checks
+  for Berkeley DB version
+
+-------------------------------------------------------------------
openldap2.changes: same change

New:
----
  0009-gcc5.patch

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

Other differences:
------------------
++++++ openldap2-client.spec ++++++
--- /var/tmp/diff_new_pack.NoR3H4/_old  2015-03-01 14:52:32.000000000 +0100
+++ /var/tmp/diff_new_pack.NoR3H4/_new  2015-03-01 14:52:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openldap2-client
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -48,6 +48,7 @@
 Patch6:         0006-No-Build-date-and-time-in-binaries.dif
 Patch7:         0007-Recover-on-DB-version-change.dif
 Patch8:         0008-ITS-7723-fix-reference-counting.patch
+Patch9:         0009-gcc5.patch
 Patch100:       openldap-2.3.37.dif
 Patch101:       openldap-2.3.37-libldap-suid.diff
 Patch102:       openldap-2.3.37-libldap-ldapi_url.dif
@@ -209,6 +210,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 cp %{SOURCE5} .
 cp %{SOURCE6} .
 cd ../openldap-2.3.37

openldap2.spec: same change
++++++ 0009-gcc5.patch ++++++
Index: openldap-2.4.39/build/openldap.m4
===================================================================
--- openldap-2.4.39.orig/build/openldap.m4      2014-01-25 14:36:15.000000000 
+0100
+++ openldap-2.4.39/build/openldap.m4   2015-02-19 10:58:35.128769091 +0100
@@ -328,7 +328,7 @@ AC_DEFUN([OL_BDB_HEADER_VERSION],
 #endif
 __db_version DB_VERSION_MAJOR
 ])
-       set X `eval "$ac_cpp conftest.$ac_ext" | $EGREP __db_version` none none
+       set X `eval "$ac_cpp -P conftest.$ac_ext" | $EGREP __db_version` none 
none
        ol_cv_bdb_major=${3}
 ])
 case $ol_cv_bdb_major in [[1-9]]*) : ;; *)
@@ -344,7 +344,7 @@ AC_CACHE_CHECK([for Berkeley DB minor ve
 #endif
 __db_version DB_VERSION_MINOR
 ])
-       set X `eval "$ac_cpp conftest.$ac_ext" | $EGREP __db_version` none none
+       set X `eval "$ac_cpp -P conftest.$ac_ext" | $EGREP __db_version` none 
none
        ol_cv_bdb_minor=${3}
 ])
 case $ol_cv_bdb_minor in [[0-9]]*) : ;; *)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to