[openldap] new upstream release (2.4.30)

jvcelak jvcelak at fedoraproject.org
Thu Mar 1 13:24:56 UTC 2012


commit a4d33565bbd54aca7ca3e4b02e202602fc8f7be1
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Thu Mar 1 14:20:35 2012 +0100

    new upstream release (2.4.30)
    
    Resolves: #798958

 .gitignore                                 |    1 +
 openldap-man-clients-missing-options.patch |  574 ----------------------------
 openldap-result-write-polling.patch        |  125 ------
 openldap.spec                              |   19 +-
 sources                                    |    2 +-
 5 files changed, 13 insertions(+), 708 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1aff779..ab8bb38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /openldap-2.4.28.tgz
 /openldap-2.4.29.tgz
+/openldap-2.4.30.tgz
diff --git a/openldap.spec b/openldap.spec
index 2986143..eb0e6fd 100644
--- a/openldap.spec
+++ b/openldap.spec
@@ -7,8 +7,8 @@
 %global systemctl_bin /usr/bin/systemctl
 
 Name: openldap
-Version: 2.4.29
-Release: 4%{?dist}
+Version: 2.4.30
+Release: 1%{?dist}
 Summary: LDAP support libraries
 Group: System Environment/Daemons
 License: OpenLDAP
@@ -37,10 +37,8 @@ Patch5: openldap-ldaprc-currentdir.patch
 Patch6: openldap-userconfig-setgid.patch
 Patch7: openldap-dns-priority.patch
 Patch8: openldap-syncrepl-unset-tls-options.patch
-Patch9: openldap-result-write-polling.patch
-Patch10: openldap-constraint-count.patch
-Patch11: openldap-man-clients-missing-options.patch
-Patch12: openldap-man-sasl-nocanon.patch
+Patch9: openldap-constraint-count.patch
+Patch10: openldap-man-sasl-nocanon.patch
 
 # Fedora specific patches
 Patch100: openldap-fedora-systemd.patch
@@ -146,8 +144,6 @@ pushd openldap-%{version}
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
-%patch11 -p1
-%patch12 -p1
 
 %patch100 -p1
 
@@ -659,6 +655,13 @@ exit 0
 %{evolution_connector_prefix}/
 
 %changelog
+* Thu Mar 01 2012 Jan Vcelak <jvcelak at redhat.com> 2.4.30-1
+- new upstream release
+  + server: fixes in mdb backend
+  + server: fixes in manual pages
+  + server: fixes in syncprov, syncrepl, and pcache
+- removed patches which were merged upstream
+
 * Wed Feb 22 2012 Jan Vcelak <jvcelak at redhat.com> 2.4.29-4
 - fix: missing options in manual pages of client tools (#796232)
 - fix: SASL_NOCANON option missing in ldap.conf manual page (#732915)
diff --git a/sources b/sources
index d5bff83..e1829a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9821ee7d3316c55030106589a6adb26e  openldap-2.4.29.tgz
+4f210937cf87e3467a536dd3fed1b8b4  openldap-2.4.30.tgz


More information about the scm-commits mailing list