From 74469eb0204ba7f1c14e30432a57de9c7a39fe55f6dca3bc3f7c6cbc9946026d Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 30 May 2011 14:01:34 +0000 Subject: [PATCH] Accepting request 71782 from network:utilities - follow fedora's lead and remove Werror (forwarded request 71687 from coolo) OBS-URL: https://build.opensuse.org/request/show/71782 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memcached?expand=0&rev=14 --- memcached.changes | 5 +++++ memcached.spec | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/memcached.changes b/memcached.changes index b780790..dc0ebc6 100644 --- a/memcached.changes +++ b/memcached.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 27 12:41:52 UTC 2011 - coolo@novell.com + +- follow fedora's lead and remove Werror + ------------------------------------------------------------------- Thu May 6 12:03:59 UTC 2010 - freitag@novell.com diff --git a/memcached.spec b/memcached.spec index 717145e..3e8dd14 100644 --- a/memcached.spec +++ b/memcached.spec @@ -62,12 +62,6 @@ almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. - - -Authors: --------- - Brad Fitzpatrick - %prep %setup -n %{pkg_name}-%{pkg_version} %patch0 -p1 @@ -76,6 +70,7 @@ Authors: %build export CFLAGS="%{optflags} -g" %configure --bindir=%{_sbindir} +sed -i 's/-Werror/ /' Makefile %{__make} %check