Author: lisu Date: Wed Jul 8 10:11:00 2009 GMT Module: packages Tag: DEVEL ---- Log message: - up to 1.7.1 - disable -Werror (use patch from HEAD)
---- Files affected: packages/wesnoth: wesnoth.spec (1.108.2.2 -> 1.108.2.3) ---- Diffs: ================================================================ Index: packages/wesnoth/wesnoth.spec diff -u packages/wesnoth/wesnoth.spec:1.108.2.2 packages/wesnoth/wesnoth.spec:1.108.2.3 --- packages/wesnoth/wesnoth.spec:1.108.2.2 Fri Jun 5 15:59:06 2009 +++ packages/wesnoth/wesnoth.spec Wed Jul 8 12:10:55 2009 @@ -2,7 +2,8 @@ # TODO # - rename language files s...@latin to s...@latn and include them # - use desktop file included with project (consider which one are better) -# - dont know what should I do with s...@latin and racv man pages +# - dont know what should I do with s...@latin man pages +# - unpackaged language files # Conditional build %bcond_without server # without server %bcond_without tools # without tools @@ -12,17 +13,18 @@ Summary(hu.UTF-8): Fantasy környezetben játszódó stratégiai játék Summary(pl.UTF-8): Strategiczna gra z motywem fantasy Name: wesnoth -Version: 1.7.0 +Version: 1.7.1 Release: 0.1 Epoch: 1 License: GPL v2+ Group: X11/Applications/Games/Strategy Source0: http://dl.sourceforge.net/wesnoth/%{name}-%{version}.tar.bz2 -# Source0-md5: ed4ce3cc0f278d726264c4121de969cf +# Source0-md5: 6aa0f07b0c72219b8177bdb5bde440f1 Source1: %{name}.desktop Source2: %{name}_editor.desktop Source3: %{name}d.init Patch0: %{name}-locale_dir.patch +Patch1: %{name}-werror.patch URL: http://www.wesnoth.org/ BuildRequires: SDL-devel >= 1.2.7 BuildRequires: SDL_image-devel >= 1.2 @@ -108,6 +110,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %{__sed} -i 's,$PYTHON_PREFIX"/lib/,"%{_libdir}/,g' configure.ac %{__sed} -i 's,lua5.1,lua51,' configure.ac @@ -283,6 +286,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.108.2.3 2009/07/08 10:10:55 lisu +- up to 1.7.1 +- disable -Werror (use patch from HEAD) + Revision 1.108.2.2 2009/06/05 13:59:06 lisu - notice patch removal in previous log ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wesnoth/wesnoth.spec?r1=1.108.2.2&r2=1.108.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
