Hello community, here is the log from the commit of package libsyncml0 for openSUSE:Factory checked in at 2012-05-29 10:33:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsyncml0 (Old) and /work/SRC/openSUSE:Factory/.libsyncml0.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsyncml0", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libsyncml0/libsyncml0.changes 2011-11-25 23:04:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libsyncml0.new/libsyncml0.changes 2012-05-29 10:34:01.000000000 +0200 @@ -1,0 +2,5 @@ +Tue May 22 17:03:21 UTC 2012 - [email protected] + +- added -fno-strict-aliasing + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsyncml0.spec ++++++ --- /var/tmp/diff_new_pack.bMwgU7/_old 2012-05-29 10:34:02.000000000 +0200 +++ /var/tmp/diff_new_pack.bMwgU7/_new 2012-05-29 10:34:02.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libsyncml0 # -# 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,14 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: libsyncml0 -BuildRequires: bluez-devel libgnutls-devel libsoup-devel libtool libwbxml2-devel libxml2-devel openobex-devel +BuildRequires: bluez-devel +BuildRequires: libgnutls-devel +BuildRequires: libsoup-devel +BuildRequires: libtool +BuildRequires: libwbxml2-devel +BuildRequires: libxml2-devel +BuildRequires: openobex-devel Url: http://libsyncml.opensync.org/ Version: 0.4.4 -Release: 136 +Release: 0 Summary: Library providing support for the SyncML protocol License: LGPL-2.1+ Group: Productivity/Other @@ -31,7 +35,9 @@ Source: libsyncml-%{version}.tar.bz2 Patch1: libsyncml-gcc45.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: gnutls openobex libsoup >= 2.2.93 +Requires: gnutls +Requires: libsoup >= 2.2.93 +Requires: openobex %description Libsyncml is a implementation of the SyncML protocol. It allows @@ -47,10 +53,16 @@ Armin Bauer <[email protected]> %package -n libsyncml-devel -License: LGPL-2.1+ Summary: Header files, libraries and development documentation for libsyncml Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} libgcrypt-devel libgnutls-devel libgpg-error-devel libsoup-devel libwbxml2-devel libxml2-devel openobex-devel +Requires: %{name} = %{version} +Requires: libgcrypt-devel +Requires: libgnutls-devel +Requires: libgpg-error-devel +Requires: libsoup-devel +Requires: libwbxml2-devel +Requires: libxml2-devel +Requires: openobex-devel %description -n libsyncml-devel This package contains the header files, static libraries and @@ -64,7 +76,6 @@ Armin Bauer <[email protected]> %package -n libsyncml-tools -License: LGPL-2.1+ Summary: Library providing support for the SyncML protocol Group: Productivity/Other Requires: %{name} = %{version} @@ -88,8 +99,10 @@ %build autoreconf -sif -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --libdir=%_libdir --localstatedir=%_localstatedir --mandir=%_mandir -make +# TODO: Enable strict-aliasing again and fix issues +CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +%configure --prefix=%_prefix --libdir=%_libdir --localstatedir=%_localstatedir --mandir=%_mandir +%{__make} %{?jobs:-j%jobs} %install make DESTDIR=$RPM_BUILD_ROOT install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
