rpms/libgda/devel libgda.spec,1.28,1.29

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Aug 15 20:58:58 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/libgda/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23280

Modified Files:
	libgda.spec 
Log Message:
* Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1:3.0.1-3
- Enable microsoft access (mdb) support now that mdbtools is in Fedora



Index: libgda.spec
===================================================================
RCS file: /cvs/extras/rpms/libgda/devel/libgda.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- libgda.spec	8 Aug 2007 14:59:44 -0000	1.28
+++ libgda.spec	15 Aug 2007 20:58:26 -0000	1.29
@@ -4,8 +4,8 @@
 # --with db2
 # --with oracle
 # --with sybase
-# --with mdb
 # --without ldap
+# --without mdb
 # --without mysql
 # --without odbc
 # --without postgres
@@ -19,14 +19,14 @@
 %define           ORACLE   0
 %define           POSTGRES 1
 %define           SYBASE   0
-%define           MDB      0
+%define           MDB      1
 %define           LDAP     1
 
 %{?_with_db2:%define IBMDB2     1}
-%{?_with_mdb:%define MDB        1}
 %{?_with_oracle:%define ORACLE  1}
 %{?_with_sybase:%define SYBASE  1}
 %{?_without_ldap:%define LDAP   0}
+%{?_without_mdb:%define MDB     0}
 %{?_without_mysql:%define MYSQL 0}
 %{?_without_odbc:%define ODBC   0}
 %{?_without_postgres:%define POSTGRES 0}
@@ -35,7 +35,7 @@
 Name:             libgda
 Epoch:            1
 Version:          3.0.1
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          Library for writing gnome database programs
 Group:            System Environment/Libraries
 License:          LGPLv2+
@@ -523,6 +523,9 @@
 
 
 %changelog
+* Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1:3.0.1-3
+- Enable microsoft access (mdb) support now that mdbtools is in Fedora
+
 * Wed Aug  8 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1:3.0.1-2
 - Build against system sqlite instead of own private copy (this is possible now
   that the system sqlite is of a high enough version) 




More information about the fedora-extras-commits mailing list