[libldb] Update to upstream release 1.1.3

Stephen Gallagher sgallagh at fedoraproject.org
Wed Nov 23 18:53:47 UTC 2011


commit f607e3787d440f656589015a0faa24c24ae36df9
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Nov 23 13:53:29 2011 -0500

    Update to upstream release 1.1.3
    
    Build and install API documentation
    Build tdb_compat and ccan statically. They have no upstream releases to
    link against yet and their API is in flux. It is unsafe to make them
    public and shared at this time.
    
    Add explicit mention of the bundled libreplace
    https://fedorahosted.org/fpc/ticket/120
    Add explicit mention of bundled libtdb_compat and libccan
    https://fedorahosted.org/fpc/ticket/119

 libldb.spec |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/libldb.spec b/libldb.spec
index 892a58d..11c356d 100644
--- a/libldb.spec
+++ b/libldb.spec
@@ -9,7 +9,7 @@
 
 Name: libldb
 Version: 1.1.3
-Release: 1%{?dist}
+Release: 3%{?dist}
 Group: Development/Libraries
 Summary: A schema-less, ldap like, API and database
 Requires: libtalloc >= %{talloc_version}
@@ -37,6 +37,10 @@ BuildRequires: python-tdb
 BuildRequires: pytalloc-devel
 BuildRequires: doxygen
 
+Provides: bundled(libreplace)
+Provides: bundled(libtdb_compat)
+Provides: bundled(libccan)
+
 # Patches
 
 %description
@@ -84,9 +88,13 @@ Development files for the Python bindings for the LDB library
 %setup -q -n ldb-%{version}
 
 %build
+
+# tdb_compat and ccan have no upstream releases to link against yet and their
+# API is in flux. It is unsafe to make them public and shared at this time.
 %configure --disable-rpath \
            --disable-rpath-install \
            --bundled-libraries=NONE \
+           --builtin-libraries=tdb_compat,ccan,replace \
            --with-modulesdir=%{_libdir}/ldb/modules \
            --with-privatelibdir=%{_libdir}/ldb
 
@@ -167,10 +175,19 @@ rm -rf %{buildroot}
 %postun -n pyldb -p /sbin/ldconfig
 
 %changelog
-* Mon Nov 21 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.1.0-2
+* Wed Nov 23 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.1.3-3
+- Add explicit mention of the bundled libreplace
+- https://fedorahosted.org/fpc/ticket/120
+- Add explicit mention of bundled libtdb_compat and libccan
+- https://fedorahosted.org/fpc/ticket/119
+
+* Mon Nov 21 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.1.3-2
 - Build and install API documentation
+- Build tdb_compat and ccan statically. They have no upstream releases to
+  link against yet and their API is in flux. It is unsafe to make them
+  public and shared at this time.
 
-* Wed Nov 09 2011 Stepgen Gallagher <sgallagh at redhat.com> - 1.1.3-1
+* Wed Nov 09 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.1.3-1
 - New upstream release
 - Required for building newer samba4 packages
 


More information about the scm-commits mailing list