rpms/metacity/devel werror-no-thanks.patch, NONE, 1.1 metacity.spec, 1.173, 1.174

Matthias Clasen mclasen at fedoraproject.org
Tue Nov 25 03:12:07 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/metacity/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15647

Modified Files:
	metacity.spec 
Added Files:
	werror-no-thanks.patch 
Log Message:
down with -Werror 


werror-no-thanks.patch:

--- NEW FILE werror-no-thanks.patch ---
diff -up metacity-2.25.8/configure.werror metacity-2.25.8/configure
--- metacity-2.25.8/configure.werror	2008-11-24 22:08:04.000000000 -0500
+++ metacity-2.25.8/configure	2008-11-24 22:08:15.000000000 -0500
@@ -21223,9 +21223,6 @@ if test "x$enable_debug" = "xyes"; then
 	CFLAGS="$CFLAGS -g -O"
 fi
 
-# Warnings are there for a reason
-CFLAGS="$CFLAGS -Wall -Werror -ansi"
-
 # Use gnome-doc-utils:
 
 gdu_cv_version_required=0.9.0


Index: metacity.spec
===================================================================
RCS file: /cvs/extras/rpms/metacity/devel/metacity.spec,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- metacity.spec	25 Nov 2008 02:54:58 -0000	1.173
+++ metacity.spec	25 Nov 2008 03:11:35 -0000	1.174
@@ -1,7 +1,7 @@
 Summary: Unobtrusive window manager
 Name: metacity
 Version: 2.25.8
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://download.gnome.org/sources/metacity/
 Source0: http://download.gnome.org/sources/metacity/2.25/metacity-%{version}.tar.bz2
 Patch0: default-theme.patch
@@ -13,6 +13,8 @@
 Patch3: string-leak.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=558723
 Patch4: stop-spamming-xsession-errors.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=562196
+Patch5: werror-no-thanks.patch
 
 License: GPLv2+
 Group: User Interface/Desktops
@@ -74,6 +76,7 @@
 %patch2 -p1 -b .leaks
 %patch3 -p1 -b .string-leak
 %patch4 -p1 -b .stop-spamming-xsession-errors
+%patch5 -p1 -b .werror-no-thanks
 
 %build
 rm -rf $RPM_BUILD_ROOT
@@ -176,7 +179,7 @@
 %{_mandir}/man1/metacity-window-demo.1.gz
 
 %changelog
-* Mon Nov 24 2008 Matthias Clasen  <mclasen at redhat.com> - 2.25.8-2
+* Mon Nov 24 2008 Matthias Clasen  <mclasen at redhat.com> - 2.25.8-3
 - Update to 2.25.8
 
 * Sat Nov 22 2008 Matthias Clasen  <mclasen at redhat.com> - 2.25.5-4




More information about the fedora-extras-commits mailing list