Mailinglist Archive: opensuse-commit (1262 mails)

< Previous Next >
commit multisync
  • From: root@xxxxxxx (h_root)
  • Date: Thu, 7 Sep 2006 01:23:25 +0200 (CEST)
  • Message-id: <20060906232325.8E8B218AE73@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package multisync
checked in at Thu Sep 7 01:23:25 CEST 2006.

--------
--- multisync/multisync.changes 2006-01-25 21:38:27.000000000 +0100
+++ multisync/multisync.changes 2006-09-05 12:50:53.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 5 12:30:49 CEST 2006 - behlert@xxxxxxx
+
+- added some 64 bit enablements (no bug seen, but as precaution)
+- some Makefile.* cleanups
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ multisync.spec ++++++
--- /var/tmp/diff_new_pack.bpoLQO/_old 2006-09-07 01:23:09.000000000 +0200
+++ /var/tmp/diff_new_pack.bpoLQO/_new 2006-09-07 01:23:09.000000000 +0200
@@ -5,7 +5,7 @@
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild
@@ -16,9 +16,9 @@
License: GPL
Group: Productivity/Other
#Provides: multisync
-Summary: A calendar (and other PIM data) synchronization program.
+Summary: A Calendar and Other PIM Data Synchronization Program
Version: 0.82+cvs
-Release: 12
+Release: 28
# Source: multisync-%{version}.tar.bz2
# Patch: multisync-%{version}.diff
# Patch1: autogen-%{version}.diff
@@ -33,10 +33,10 @@
# PreReq: %fillup_prereq %insserv_prereq

%description
-MultiSync is a free modular program to synchronize calendars,
-addressbooks and other PIM data between programs on your computer and
-other computers, mobile devices, PDAs or cell phones. MultiSync works
-on any Gnome platform, such as Linux.
+MultiSync is a free modular program to synchronize calendars, address
+books and other PIM data between programs on your computer and other
+computers, mobile devices, PDAs, or cell phones. MultiSync works on any
+GNOME platform, such as Linux.



@@ -231,6 +231,9 @@
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED" \
./autogen.sh --prefix=%{_prefix} \
--libdir=%{_libdir} \
+%if "%_lib" != "lib"
+ --enable-libsuffix=64 \
+%endif
--infodir=%{_infodir} \
--mandir=%{_mandir} \
--sysconfdir=%{_sysconfdir}
@@ -262,6 +265,9 @@
LIBS="$LIBS -L/opt/gnome/%{_lib}" \
./configure --prefix=%{_prefix} \
--libdir=%{_libdir} \
+%if "%_lib" != "lib"
+ --enable-libsuffix=64 \
+%endif
--infodir=%{_infodir} \
--mandir=%{_mandir} \
--sysconfdir=%{_sysconfdir} \
@@ -401,6 +407,9 @@
%doc %{_defaultdocdir}/multisync/plugins/syncml

%changelog -n multisync
+* Tue Sep 05 2006 - behlert@xxxxxxx
+- added some 64 bit enablements (no bug seen, but as precaution)
+- some Makefile.* cleanups
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Wed Jan 18 2006 - ro@xxxxxxx

++++++ multisync-0.82cvs.diff ++++++
--- /var/tmp/diff_new_pack.bpoLQO/_old 2006-09-07 01:23:09.000000000 +0200
+++ /var/tmp/diff_new_pack.bpoLQO/_new 2006-09-07 01:23:10.000000000 +0200
@@ -96,6 +96,29 @@
icalcomponent* changedcomp;

cal_component_get_uid(comp, (const char**) &uid);
+diff -urN multisync-0.82.orig/plugins/irmc_sync/src/Makefile.in multisync-0.82/plugins/irmc_sync/src/Makefile.in
+--- multisync-0.82.orig/plugins/irmc_sync/src/Makefile.in 2006-09-05 10:48:20.000000000 +0000
++++ multisync-0.82/plugins/irmc_sync/src/Makefile.in 2006-09-05 10:51:58.000000000 +0000
+@@ -182,7 +182,7 @@
+ install_sh = @install_sh@
+
+ # not a nice way to do it
+-libdir = $(prefix)/lib/multisync
++libdir = $(libdir)/multisync
+ libexecdir = @libexecdir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+diff -urN multisync-0.82.orig/plugins/irmc_sync/src/Makefile.am multisync-0.82/plugins/irmc_sync/src/Makefile.am
+--- multisync-0.82.orig/plugins/irmc_sync/src/Makefile.am 2006-09-05 10:48:20.000000000 +0000
++++ multisync-0.82/plugins/irmc_sync/src/Makefile.am 2006-09-05 10:51:58.000000000 +0000
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to produce Makefile.in
+ # not a nice way to do it
+-libdir=$(prefix)/lib/multisync
++libdir=$(libdir)/multisync
+
+ SUBDIRS = bfb
+
diff -urN multisync-0.82.orig/plugins/irmc_sync/configure.in multisync-0.82/plugins/irmc_sync/configure.in
--- multisync-0.82.orig/plugins/irmc_sync/configure.in 2004-04-12 23:03:05.000000000 +0200
+++ multisync-0.82/plugins/irmc_sync/configure.in 2004-07-15 14:27:57.443357704 +0200


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread