diff --git a/wesnoth.spec b/wesnoth.spec index de3ffd4..8b5d579 100644 --- a/wesnoth.spec +++ b/wesnoth.spec @@ -1,6 +1,6 @@ Name: wesnoth Version: 1.2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Turn-based strategy game with a fantasy theme Group: Amusements/Games @@ -17,6 +17,7 @@ BuildRequires: SDL_net-devel BuildRequires: freetype-devel BuildRequires: libpng-devel BuildRequires: fribidi-devel +BuildRequires: python-devel BuildRequires: desktop-file-utils BuildRequires: gettext @@ -74,6 +75,7 @@ chmod -x MANUAL* --enable-editor \ --enable-tools \ --enable-server \ + --enable-python \ --with-fifodir=/var/run/wesnothd \ --with-server-uid=$(id -u) \ --with-server-gid=$(id -g) @@ -160,8 +162,11 @@ fi %ghost /var/run/wesnothd/socket %changelog +* Sat Dec 1 2007 Brian Pepple - 1.2.8-2 +- Enable python support. + * Thu Nov 29 2007 Brian Pepple - 1.2.8-1 -- Update to 1.2.8. +- Update to 1.2.8. Fixes #405661 (CVE-2007-5742) * Tue Oct 9 2007 Brian Pepple - 1.2.7-1 - Update to 1.2.7. Fixes #324841 (CVE-2007-3917)