[libgda/f16] upstream 4.2.8 ldap provider is back (read only)

Haïkel Guémar hguemar at fedoraproject.org
Fri Aug 26 05:51:10 UTC 2011


commit f0359196906f2f284a77e3b7a8831516aaf64f27
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Fri Aug 26 00:37:11 2011 +0200

    upstream 4.2.8
    ldap provider is back (read only)

 .gitignore  |    1 +
 libgda.spec |   32 ++++++++++++++++++++++++++++++--
 sources     |    2 +-
 3 files changed, 32 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3013fc..95eae92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ libgda-4.1.6.tar.bz2
 /libgda-4.2.2.tar.bz2
 /libgda-4.2.4.tar.bz2
 /libgda-4.2.5.tar.bz2
+/libgda-4.2.8.tar.bz2
diff --git a/libgda.spec b/libgda.spec
index 6550bbe..07a3dc4 100644
--- a/libgda.spec
+++ b/libgda.spec
@@ -19,8 +19,8 @@
 
 Name:             libgda
 Epoch:            1
-Version:          4.2.5
-Release:          2%{?dist}
+Version:          4.2.8
+Release:          1%{?dist}
 Summary:          Library for writing gnome database programs
 Group:            System Environment/Libraries
 License:          LGPLv2+
@@ -50,6 +50,7 @@ BuildRequires:    libsoup-devel
 BuildRequires:	  java-1.6.0-openjdk >= 1.6.0.0
 BuildRequires:    gnome-doc-utils
 BuildRequires:	  db4-devel
+BuildRequires:    openldap-devel
 # note we do not provide these, they no longer exist
 Obsoletes:        %{name}-sharp < %{epoch}:%{version}-%{release}
 Obsoletes:        %{name}-sharp-devel < %{epoch}:%{version}-%{release}
@@ -142,6 +143,20 @@ Requires:         %{name}-sqlite = %{epoch}:%{version}-%{release}
 %description sqlite-devel
 This package includes the pkgconfig file for the libgda SQLite provider.
 
+%package ldap
+Summary:          ldap provider for libgda
+Group:            System Environment/Libraries
+Requires:         %{name} = %{epoch}:%{version}-%{release}
+%description ldap
+This package includes the GDA ldap provider.
+
+%package ldap-devel
+Summary:          ldap provider for libgda pkgconfig file
+Group:            Development/Libraries
+Requires:         %{name}-ldap = %{epoch}:%{version}-%{release}, pkgconfig
+%description ldap-devel
+This package includes the pkgconfig file for the libgda ldap provider.
+
 %package sqlcipher
 Summary:          SQLite provider for libgda
 Group:            System Environment/Libraries
@@ -412,6 +427,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/libgda-sqlite-4.0.pc
 
+%files ldap
+%defattr(-,root,root,-)
+%{_libdir}/%{name}-4.0/providers/%{name}-ldap.so
+%{_datadir}/%{name}-4.0/ldap_specs*.xml
+
+%files ldap-devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/libgda-ldap-4.0.pc
+
 %files sqlcipher
 %defattr(-,root,root,-)
 %{_libdir}/%{name}-4.0/providers/%{name}-sqlcipher.so
@@ -479,6 +503,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 25 2011 Haïkel Guémar <hguemar at fedoraproject.org> - 1:4.2.8-1
+- upstream 4.2.8
+- ldap read-only support is back
+
 * Mon Jul  4 2011 Mark Chappell <tremble at fedoraproject.org> - 1:4.2.5-2
 - Rebuild for graphviz so name bump.
 
diff --git a/sources b/sources
index 65a979e..b7d2e7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d01b2a71aafc8fd8de9405fc49e70bff  libgda-4.2.5.tar.bz2
+320e6d237776ce4fab79e7c2210521da  libgda-4.2.8.tar.bz2


More information about the scm-commits mailing list