Hello community,

here is the log from the commit of package jpilot for openSUSE:Factory checked 
in at 2011-11-16 17:18:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jpilot (Old)
 and      /work/SRC/openSUSE:Factory/.jpilot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jpilot", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jpilot/jpilot.changes    2011-09-23 
02:04:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jpilot.new/jpilot.changes       2011-11-16 
17:18:20.000000000 +0100
@@ -1,0 +2,35 @@
+Mon Nov 14 20:25:46 CET 2011 - [email protected]
+
+- not including date and time of the build
+- make empty function return something
+
+-------------------------------------------------------------------
+Mon Nov 14 14:25:02 CET 2011 - [email protected]
+
+- updated to 1.8.1
+  * Added a jpilot-merge utility for merging unsynced records into
+    a pdb file
+  * Fixes Debian bug #574030: jpilot: can't delete appointments
+  * Resolve bug 2012 where small months in Postcript printout
+    overlapped a calendar event. 
+  * Fix multiple memory leaks all over code base
+  * Added a VCard export format optimized for GMail/Android import
+  * Correct iCal export for repeating events with an end date
+  * Add Category and Location fields to Calendar iCal export
+  * Add categories to left-hand side of Calendar application
+  * Add "cancel sync" button and icon to main jpilot window
+  * use CRLF for ToDo iCal export per RFC
+  * Add new "future" button to repeat appt. modification dialog so 
+    that changes only affect future occurrences
+  * Ability to install files directly to SDCARD, hardcoded to
+    /PALM/Launcher/ directory
+  * Keyboard shortcuts to set priority of ToDo items with Alt+# (# is 1-5)
+  * Add ability to launch external editor to quickly edit memo or note text.
+    Bound to Ctrl-E.
+
+-------------------------------------------------------------------
+Sun Nov 13 09:11:40 UTC 2011 - [email protected]
+
+- add libtool as explicit buildrequire to avoid implicit dependency from 
prjconf
+
+-------------------------------------------------------------------

Old:
----
  jpilot-1.8.0.tar.bz2

New:
----
  jpilot-1.8.1-return.patch
  jpilot-1.8.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jpilot.spec ++++++
--- /var/tmp/diff_new_pack.DTa41u/_old  2011-11-16 17:18:22.000000000 +0100
+++ /var/tmp/diff_new_pack.DTa41u/_new  2011-11-16 17:18:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package jpilot (Version 1.8.0)
+# spec file for package jpilot
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,11 +20,12 @@
 
 Name:           jpilot
 BuildRequires:  gpgme-devel gtk2-devel intltool libgcrypt-devel openssl-devel 
perl-XML-Parser pilot-link-devel update-desktop-files
+BuildRequires:  libtool
 License:        LGPLv2.1+
 Group:          Hardware/Palm
 Requires:       pilot-link >= 0.12.5
 AutoReqProv:    on
-Version:        1.8.0
+Version:        1.8.1
 Release:        1
 Summary:        Palm Pilot Desktop for Linux
 Source:         %{name}-%{version}.tar.bz2
@@ -32,6 +33,7 @@
 Patch1:         %{name}-1.6.2-install.diff
 Patch2:         %{name}-1.6.2-desktop.patch
 Patch3:         %{name}-1.6.2-gcc.patch
+Patch4:         %{name}-1.8.1-return.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://www.jpilot.org
 
@@ -74,13 +76,20 @@
 %patch1
 %patch2
 %patch3
+%patch4
+for i in `grep -Rl __TIME__ .`; do
+       sed -i 's|__TIME__|"Undefined"|g' "$i"
+done
+for i in `grep -Rl __DATE__ .`; do
+       sed -i 's|__DATE__|"Undefined"|g' "$i"
+done
 
 %build
 autoreconf --force --install
 intltoolize --force
 test -f po/Makevars || mv po/Makevars.template po/Makevars
-CFLAGS="$RPM_OPT_FLAGS" \
-ABILIB=%{_lib} \
+export CFLAGS="$RPM_OPT_FLAGS"
+export ABILIB=%{_lib}
 %configure --disable-static --with-pic --with-flock \
            --with-libname=%{_lib} 
 make CFLAGS="$RPM_OPT_FLAGS" all %{?jobs:-j%jobs}

++++++ jpilot-1.8.1-return.patch ++++++
Index: merge.c
===================================================================
--- merge.c.orig
+++ merge.c
@@ -32,8 +32,8 @@ int sync_once(struct my_sync_info *sync_
 GtkWidget *glob_dialog;
 int *glob_date_label;
 pid_t jpilot_master_pid = -1;
-int edit_cats(GtkWidget *widget, char *db_name, struct CategoryAppInfo *cai) {}
-int jp_pack_Contact(struct Contact *c, pi_buffer_t *buf) {}
+int edit_cats(GtkWidget *widget, char *db_name, struct CategoryAppInfo *cai) { 
return EXIT_SUCCESS; }
+int jp_pack_Contact(struct Contact *c, pi_buffer_t *buf) { return 
EXIT_SUCCESS; }
 
 int read_pc_recs(char *file_name, GList **records)
 {
++++++ jpilot-1.8.0.tar.bz2 -> jpilot-1.8.1.tar.bz2 ++++++
++++ 143460 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to