Mailinglist Archive: opensuse-commit (1187 mails)
| < Previous | Next > |
commit libgda
- From: root@xxxxxxx (h_root)
- Date: Mon, 3 Apr 2006 18:34:01 +0200 (CEST)
- Message-id: <20060403163401.245DE8BD7F@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libgda
checked in at Mon Apr 3 18:34:01 CEST 2006.
--------
--- GNOME/libgda/libgda.changes 2006-02-17 19:22:47.000000000 +0100
+++ libgda/libgda.changes 2006-04-03 15:54:07.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr 3 15:52:31 CEST 2006 - lmichnovic@xxxxxxx
+
+- fixed wrong variable set [#159399]
+
+-------------------------------------------------------------------
New:
----
libgda-boxed.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgda.spec ++++++
--- /var/tmp/diff_new_pack.iYoGpM/_old 2006-04-03 18:33:16.000000000 +0200
+++ /var/tmp/diff_new_pack.iYoGpM/_new 2006-04-03 18:33:16.000000000 +0200
@@ -18,7 +18,7 @@
Group: Productivity/Databases/Servers
Autoreqprov: on
Version: 1.3.91
-Release: 18
+Release: 24
Summary: GNU Data Access (GDA) Library
BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: http://www.gnome-db.org/
@@ -28,6 +28,7 @@
Patch2: libgda-vfsmonitor.patch
Patch3: libgda-syslog-vul.patch
Patch4: libgda-include.patch
+Patch5: libgda-boxed.patch
%description
GNU Data Access (GDA) is an attempt to provide uniform access to
@@ -224,6 +225,7 @@
%patch2
%patch3
%patch4
+%patch5
%build
rm -fv po/no.*
@@ -300,6 +302,8 @@
%{prefix}/share/gtk-doc/html/libgda
%changelog -n libgda
+* Mon Apr 03 2006 - lmichnovic@xxxxxxx
+- fixed wrong variable set [#159399]
* Fri Feb 17 2006 - danw@xxxxxxx
- remove libgda-fam-gamin-dload.patch and add a new patch to do
file notification via gnome-vfs (and update requires accordingly).
++++++ libgda-boxed.patch ++++++
--- libgda/gda-value.c
+++ libgda/gda-value.c
@@ -746,7 +746,7 @@
void
gda_money_free (gpointer boxed)
{
- GdaMoney *money = (GdaMoney*) money;
+ GdaMoney *money = (GdaMoney*) boxed;
g_return_if_fail (money);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |