Hello community, here is the log from the commit of package libopensync for openSUSE:Factory checked in at 2012-10-11 10:56:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libopensync (Old) and /work/SRC/openSUSE:Factory/.libopensync.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libopensync", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libopensync/libopensync.changes 2011-11-22 17:48:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libopensync.new/libopensync.changes 2012-10-11 11:02:25.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Oct 8 20:38:23 UTC 2012 - [email protected] + +- do not fail on deprecated glib functions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libopensync.spec ++++++ --- /var/tmp/diff_new_pack.isxtdf/_old 2012-10-11 11:02:26.000000000 +0200 +++ /var/tmp/diff_new_pack.isxtdf/_new 2012-10-11 11:02:26.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libopensync # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,19 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: libopensync -BuildRequires: glib2-devel libxml2-devel python-devel sqlite3-devel swig +BuildRequires: glib2-devel BuildRequires: libtool +BuildRequires: libxml2-devel +BuildRequires: python-devel +BuildRequires: sqlite3-devel +BuildRequires: swig Url: http://www.opensync.org Version: 0.22 -Release: 164 +Release: 0 Summary: A Platform and Distribution Independent Synchronization Framework License: LGPL-2.1+ Group: Productivity/Other -AutoReqProv: on Source: %{name}-%{version}.tar.bz2 Patch0: libopensync-wrapper-wno_uninitialized.diff Patch1: libopensync-fix-vcal-reminder.diff @@ -49,31 +50,21 @@ To sync various sources, additionally install the plug-ins. - - -Authors: --------- - Armin Bauer <[email protected]> - %package devel -License: LGPL-2.1+ Summary: Header files, libraries and development documentation for libopensync Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} libxml2-devel glib2-devel python-devel sqlite3-devel +Requires: %{name} = %{version} +Requires: glib2-devel +Requires: libxml2-devel +Requires: python-devel +Requires: sqlite3-devel %description devel This package contains the header files, static libraries and development documentation for libopensync. If you like to develop programs using libopensync, you will need to install this package. - - -Authors: --------- - Armin Bauer <[email protected]> - %package tools -License: LGPL-2.1+ Summary: Tools for libopensync Group: Productivity/Other Requires: %{name} = %{version} @@ -83,14 +74,7 @@ distribution independent. This package contains some tools needed for testing and debugging it. - - -Authors: --------- - Armin Bauer <[email protected]> - %package -n python-opensync -License: LGPL-2.1+ Summary: Python bindings for OpenSync Group: Productivity/Other Requires: %name = %version @@ -105,12 +89,6 @@ To sync various sources, additionally install the plug-ins. - - -Authors: --------- - Armin Bauer <[email protected]> - %prep %setup -q %patch0 @@ -124,7 +102,7 @@ %build autoreconf -sif # -fno-strict-aliasing needed for python wrapper -CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-error=deprecated-declarations" %configure --disable-static --with-pic --libexecdir=%{_libdir}/opensync/ --enable-tools --disable-profiling --disable-unit-tests %{__make} %{?jobs:-j%jobs} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
