Mailinglist Archive: opensuse-commit (1318 mails)
| < Previous | Next > |
commit jpilot
- From: root@xxxxxxx (h_root)
- Date: Sun, 6 Aug 2006 21:51:17 +0200 (CEST)
- Message-id: <20060806195117.7F4C7950F9@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package jpilot
checked in at Sun Aug 6 21:51:17 CEST 2006.
--------
--- jpilot/jpilot.changes 2006-06-16 13:14:49.000000000 +0200
+++ jpilot/jpilot.changes 2006-08-04 14:57:05.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Aug 4 14:54:52 CEST 2006 - anosek@xxxxxxx
+
+- fixed a memory problem resulting in a segfault when modifying
+ records
+- fixed unresolved symbol glob_tooltips when using jpilot-sync
+
+-------------------------------------------------------------------
New:
----
jpilot-0.99.8-memory.patch
jpilot-0.99.8-sync.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jpilot.spec ++++++
--- /var/tmp/diff_new_pack.zpRnUL/_old 2006-08-06 21:49:31.000000000 +0200
+++ /var/tmp/diff_new_pack.zpRnUL/_new 2006-08-06 21:49:31.000000000 +0200
@@ -17,7 +17,7 @@
Requires: plink
Autoreqprov: on
Version: 0.99.8
-Release: 14
+Release: 15
Summary: Palm Pilot Desktop for Linux
Source: %{name}-%{version}.tar.bz2
Source1: README.SuSE
@@ -27,6 +27,8 @@
Patch4: %{name}-%{version}-desktop.patch
Patch5: %{name}-%{version}-gcc.patch
Patch6: %{name}-%{version}-beyond_range.patch
+Patch7: %{name}-%{version}-memory.patch
+Patch8: %{name}-%{version}-sync.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: http://www.jpilot.org
@@ -71,6 +73,8 @@
%patch4
%patch5
%patch6
+%patch7
+%patch8
cd po
rename no nb no.*
@@ -127,6 +131,10 @@
%doc docs/plugin.html
%changelog -n jpilot
+* Fri Aug 04 2006 - anosek@xxxxxxx
+- fixed a memory problem resulting in a segfault when modifying
+ records
+- fixed unresolved symbol glob_tooltips when using jpilot-sync
* Fri Jun 16 2006 - lmichnovic@xxxxxxx
- fixed writing beyond array range [#184792] (beyond_range.patch)
* Wed Jan 25 2006 - mls@xxxxxxx
++++++ jpilot-0.99.8-memory.patch ++++++
# original title of this patch was patch.0.99.8-memory
--- utils.c.orig 2005-12-11 13:04:24.000000000 -0500
+++ utils.c 2005-12-11 13:04:38.000000000 -0500
@@ -2042,9 +2042,6 @@
fwrite(RecordBuffer->data, header.rec_len, 1, pc_in);
#endif /* PILOT_LINK_0_12 */
jp_logf(JP_LOG_DEBUG, "record deleted\n");
-#ifdef PILOT_LINK_0_12
- pi_buffer_free(RecordBuffer);
-#endif /* PILOT_LINK_0_12 */
fclose(pc_in);
#ifdef PILOT_LINK_0_12
pi_buffer_free(RecordBuffer);
++++++ jpilot-0.99.8-sync.patch ++++++
# original title of this patch was patch.jpilot-sync
Index: jpilot-sync.c
===================================================================
RCS file: /cvs/jpilot/jpilot_src/jpilot-sync.c,v
retrieving revision 1.23
diff -u -r1.23 jpilot-sync.c
--- jpilot-sync.c 28 Jan 2005 16:54:13 -0000 1.23
+++ jpilot-sync.c 5 Nov 2005 15:07:57 -0000
@@ -44,6 +44,7 @@
pid_t glob_child_pid;
GtkWidget *glob_dialog;
pid_t glob_child_pid;
+extern GtkTooltips *glob_tooltips;
unsigned char skip_plugins;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |