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

Haïkel Guémar hguemar at fedoraproject.org
Fri Aug 26 09:49:16 UTC 2011


commit 79a7f1349dc51665104f026dbbf53c39d7281b82
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Fri Aug 26 10:37:41 2011 +0200

    upstream 4.2.8
    ldap provider is back (read only)

 .gitignore  |    1 +
 libgda.spec |   30 +++++++++++++++++++++++++++++-
 sources     |    2 +-
 3 files changed, 31 insertions(+), 2 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 a749e2b..188215e 100644
--- a/libgda.spec
+++ b/libgda.spec
@@ -19,7 +19,7 @@
 
 Name:             libgda
 Epoch:            1
-Version:          4.2.5
+Version:          4.2.8
 Release:          1%{?dist}
 Summary:          Library for writing gnome database programs
 Group:            System Environment/Libraries
@@ -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
+
 * Sun Apr 10 2011 Haïkel Guémar <hguemar at fedoraproject.org> - 1:4.2.5-1
 - upstream 4.2.5
 
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