rpms/libopensync-plugin-syncml/devel libopensync-plugin-syncml.spec, 1.18, 1.19

Kevin Kofler kkofler at fedoraproject.org
Thu Apr 2 03:39:38 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/libopensync-plugin-syncml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6318/devel

Modified Files:
	libopensync-plugin-syncml.spec 
Log Message:
- disable -Werror so deprecation warnings from libsyncml don't break the build


Index: libopensync-plugin-syncml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-syncml/devel/libopensync-plugin-syncml.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- libopensync-plugin-syncml.spec	2 Apr 2009 03:20:52 -0000	1.18
+++ libopensync-plugin-syncml.spec	2 Apr 2009 03:39:07 -0000	1.19
@@ -8,7 +8,6 @@
 License:        LGPLv2+
 URL:            http://www.opensync.org
 Source0:        http://www.opensync.org/download/releases/%{version}/%{name}-%{version}.tar.bz2
-#Patch1:         cmake.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
@@ -22,8 +21,8 @@
 
 %prep
 %setup -q
-
-#%patch1 -p1
+# disable -Werror so deprecation warnings from libsyncml don't break the build
+sed -i -e 's/-Werror//g' src/Makefile.in
 
 %build
 %configure
@@ -47,6 +46,7 @@
 %changelog
 * Thu Apr 02 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.22-2
 - BR libsoup22-devel instead of libsoup-devel
+- disable -Werror so deprecation warnings from libsyncml don't break the build
 
 * Wed Apr 01 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1:0.22-1
 - Revert even further to 0.22 because of recent opensync downgrade




More information about the fedora-extras-commits mailing list