diff --git a/.cvsignore b/.cvsignore index 852603b..e1615ee 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wesnoth-1.5.14.tar.bz2 +wesnoth-1.6a.tar.bz2 diff --git a/sources b/sources index 0c5973b..90b54de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9386a2abc4f442f1e05e44b6e0dc6852 wesnoth-1.5.14.tar.bz2 +3c4618eb64d1e5aeb6a00ab3956d5080 wesnoth-1.6a.tar.bz2 diff --git a/wesnoth.spec b/wesnoth.spec index f46b2c2..8ad59cd 100644 --- a/wesnoth.spec +++ b/wesnoth.spec @@ -1,12 +1,12 @@ Name: wesnoth -Version: 1.5.14 +Version: 1.6 Release: 1%{?dist} Summary: Turn-based strategy game with a fantasy theme Group: Amusements/Games License: GPLv2+ URL: http://www.wesnoth.org -Source0: http://www.%{name}.org/files/%{name}-%{version}.tar.bz2 +Source0: http://www.%{name}.org/files/%{name}-%{version}a.tar.bz2 Source1: wesnothd.init Source2: %{name}.sysconfig Patch0: %{name}-1.2.8-gcc43.patch @@ -83,7 +83,7 @@ This package contains the data files for Wesnoth. ##%endif %prep -%setup -q +%setup -qn wesnoth-1.6a %patch0 -p1 -b .gcc43 %patch1 -p0 autoreconf @@ -116,6 +116,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --mode="0644" --vendor fedora \ + --remove-key="Version" \ icons/%{name}.desktop # add icon for menus @@ -141,6 +142,7 @@ make install-exec DESTDIR=${RPM_BUILD_ROOT} desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --mode="0644" --vendor fedora \ + --remove-key="Version" \ icons/%{name}_editor.desktop # arrange server package files @@ -247,6 +249,9 @@ fi #%endif %changelog +* Mon Mar 23 2009 Jon Ciesla - 1.6-1 +- Update to 1.6 stable. + * Tue Mar 17 2009 Jon Ciesla - 1.5.14-1 - Update to 1.5.14.