[libldb] Add patch by Stephen Gallagher to include manual pages for ldb_connect() and several other functions

Jakub Hrozek jhrozek at fedoraproject.org
Thu Feb 7 10:48:00 UTC 2013


commit f330d836848b5990bc381d20c43eebaabbcb056f
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Thu Feb 7 11:37:31 2013 +0100

    Add patch by Stephen Gallagher to include manual pages for ldb_connect() and several other functions.

 libldb.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libldb.spec b/libldb.spec
index 1915221..40b331f 100644
--- a/libldb.spec
+++ b/libldb.spec
@@ -9,7 +9,7 @@
 
 Name: libldb
 Version: 1.1.14
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Libraries
 Summary: A schema-less, ldap like, API and database
 Requires: libtalloc >= %{talloc_version}
@@ -42,6 +42,7 @@ Provides: bundled(libreplace)
 Provides: bundled(libtdb_compat)
 
 # Patches
+Patch0001:  0001-ldb-Move-doxygen-comments-for-ldb_connect-to-the-rig.patch
 
 %description
 An extensible library that implements an LDAP like API to access remote LDAP
@@ -86,6 +87,7 @@ Development files for the Python bindings for the LDB library
 
 %prep
 %setup -q -n ldb-%{version}
+%patch0001 -p3 -b .docs
 
 %build
 
@@ -177,6 +179,10 @@ rm -rf %{buildroot}
 %postun -n pyldb -p /sbin/ldconfig
 
 %changelog
+* Wed Jan 30 2013 Jakub Hrozek <jhrozek at redhat.com> - 1.1.14-2
+- Add patch by Stephen Gallagher to include manual pages for
+  ldb_connect() and several other functions.
+
 * Sat Dec 01 2012 Jakub Hrozek <jhrozek at redhat.com> - 1.1.14-1
 - New upstream release 1.1.14
 


More information about the scm-commits mailing list