Hello community, here is the log from the commit of package libopensync for openSUSE:Factory checked in at Mon May 23 12:04:34 CEST 2011.
-------- --- libopensync/libopensync.changes 2010-05-28 16:45:12.000000000 +0200 +++ /mounts/work_src_done/STABLE/libopensync/libopensync.changes 2011-05-20 15:45:13.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 20 13:44:08 UTC 2011 - [email protected] + +- Fixed compiler warnings about unused variables + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- libopensync-fixed-unused-variables.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libopensync.spec ++++++ --- /var/tmp/diff_new_pack.I1cQ6q/_old 2011-05-23 12:04:10.000000000 +0200 +++ /var/tmp/diff_new_pack.I1cQ6q/_new 2011-05-23 12:04:10.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package libopensync (Version 0.22) +# spec file for package libopensync # -# 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 @@ -22,7 +22,7 @@ BuildRequires: glib2-devel libxml2-devel python-devel sqlite3-devel swig Url: http://www.opensync.org Version: 0.22 -Release: 152 +Release: 162 Summary: A Platform and Distribution Independent Synchronization Framework License: LGPLv2.1+ Group: Productivity/Other @@ -33,6 +33,7 @@ Patch2: libopensync-vformat-infinite-loop.diff Patch3: libopensync-sqlite-buildfix.diff Patch4: libopensync-swig-fix.diff +Patch5: libopensync-fixed-unused-variables.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %define prefix /usr @@ -115,6 +116,7 @@ %patch2 %patch3 %patch4 -p1 +%patch5 -p1 %build autoreconf -sif ++++++ libopensync-fixed-unused-variables.diff ++++++ Index: libopensync-0.22/tools/osynctest.c =================================================================== --- libopensync-0.22.orig/tools/osynctest.c +++ libopensync-0.22/tools/osynctest.c @@ -81,8 +81,7 @@ double writetime; double _second() /* note that some compilers like AIX xlf do not require the trailing '_' */ { struct timeval tp; - int rtn; - rtn=gettimeofday(&tp, NULL); + gettimeofday(&tp, NULL); return ((double)tp.tv_sec+(1.e-6)*tp.tv_usec); } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
