diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-12 02:54:27 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-12 02:54:27 +0000 |
commit | a99db0ac59a69000da5f4be76e50346bd429bdd2 (patch) | |
tree | e283226bcc67fc50d50303e97ed89bdc20b078a2 /gnome-extra/libgda/files | |
parent | Added 'xbase' flag for gnome-extra/libgda (diff) | |
download | historical-a99db0ac59a69000da5f4be76e50346bd429bdd2.tar.gz historical-a99db0ac59a69000da5f4be76e50346bd429bdd2.tar.bz2 historical-a99db0ac59a69000da5f4be76e50346bd429bdd2.zip |
New release: 1.2.1. Resolves bug #63817.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'gnome-extra/libgda/files')
-rw-r--r-- | gnome-extra/libgda/files/digest-libgda-1.2.1 | 1 | ||||
-rw-r--r-- | gnome-extra/libgda/files/libgda-1.2.1-mdb_fix.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/gnome-extra/libgda/files/digest-libgda-1.2.1 b/gnome-extra/libgda/files/digest-libgda-1.2.1 new file mode 100644 index 000000000000..f3e6e5355713 --- /dev/null +++ b/gnome-extra/libgda/files/digest-libgda-1.2.1 @@ -0,0 +1 @@ +MD5 513a3b7adb66fa5641bae5394f60c017 libgda-1.2.1.tar.bz2 1223001 diff --git a/gnome-extra/libgda/files/libgda-1.2.1-mdb_fix.patch b/gnome-extra/libgda/files/libgda-1.2.1-mdb_fix.patch new file mode 100644 index 000000000000..b4a13b31766b --- /dev/null +++ b/gnome-extra/libgda/files/libgda-1.2.1-mdb_fix.patch @@ -0,0 +1,12 @@ +diff -NurdB libgda-1.2.1/providers/mdb/gda-mdb-provider.c libgda-1.2.1-mdb/providers/mdb/gda-mdb-provider.c +--- libgda-1.2.1/providers/mdb/gda-mdb-provider.c 2004-12-28 08:15:51.000000000 -0500 ++++ libgda-1.2.1-mdb/providers/mdb/gda-mdb-provider.c 2005-05-11 20:27:34.000000000 -0500 +@@ -209,7 +209,7 @@ + mdb_cnc = g_new0 (GdaMdbConnection, 1); + mdb_cnc->cnc = cnc; + mdb_cnc->server_version = NULL; +- mdb_cnc->mdb = mdb_open (filename, MDB_WRITABLE); ++ mdb_cnc->mdb = mdb_open (filename); + if (!mdb_cnc->mdb) { + gda_connection_add_error_string (cnc, _("Could not open file %s"), filename); + g_free (mdb_cnc); |