diff --git a/wesnoth.spec b/wesnoth.spec index 1915d2b..b9182a2 100644 --- a/wesnoth.spec +++ b/wesnoth.spec @@ -1,6 +1,6 @@ Name: wesnoth Version: 1.5.11 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Turn-based strategy game with a fantasy theme Group: Amusements/Games @@ -100,7 +100,8 @@ autoreconf --enable-python \ --with-fifodir=/var/run/wesnothd \ --with-server-uid=$(id -u) \ - --with-server-gid=$(id -g) + --with-server-gid=$(id -g) \ + --disable-strict-compilation #%ifnarch noarch make %{?_smp_mflags} #%endif @@ -246,6 +247,9 @@ fi #%endif %changelog +* Wed Feb 25 2009 Jon Ciesla - 1.5.11-5 +- Drop -Werror. + * Wed Feb 25 2009 Jon Ciesla - 1.5.11-4 - Add pango BR.