diff --git a/.gitignore b/.gitignore index ea7e5ff..9ecddd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/berusky-1.2.tar.gz +/berusky-1.4.tar.gz diff --git a/berusky-level-load.patch b/berusky-level-load.patch deleted file mode 100644 index 239d5d4..0000000 --- a/berusky-level-load.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/src/level_game.cpp -+++ b/src/level_game.cpp -@@ -183,7 +190,7 @@ bool level_generic::level_exists(const char *p_file) - //Fixes bug deb#431906. - static inline word translate_level_word(word w) - { --#ifdef LINXU -+#ifdef LINUX - #if BYTE_ORDER == BIG_ENDIAN - return static_cast(w >> 8) | static_cast(w << 8); - #else - diff --git a/berusky.spec b/berusky.spec index d6e0fbe..81f67ff 100644 --- a/berusky.spec +++ b/berusky.spec @@ -1,16 +1,15 @@ Summary: Sokoban clone Name: berusky -Version: 1.2 -Release: 4%{?dist} +Version: 1.4 +Release: 1%{?dist} License: GPLv2+ Group: Amusements/Games Source: http://www.anakreon.cz/download/berusky/tar.gz/%{name}-%{version}.tar.gz Source1: berusky.desktop Source2: berusky.png -Patch1: berusky-level-load.patch URL: http://www.anakreon.cz/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: berusky-data +Requires: berusky-data >= 1.4 Requires: SDL BuildRequires: SDL-devel desktop-file-utils BuildRequires: gtk2-devel @@ -27,7 +26,6 @@ This package contains a binary for the game. %prep %setup -q -n %{name}-%{version} -%patch1 -p1 -b .level-load %build %configure \ @@ -77,6 +75,9 @@ fi %{_datadir}/icons/hicolor/32x32/apps/berusky.png %changelog +* Sun Mar 25 2012 Martin Stransky 1.4-1 +- New upstream version (1.4) + * Thu Jan 12 2012 Fedora Release Engineering - 1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild @@ -130,4 +131,4 @@ fi - fixes from #237416 * Fri Apr 20 2007 Martin Stransky 1.0-1 -- initial build +- initial build \ No newline at end of file diff --git a/sources b/sources index 1408c9c..0b11611 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0afc4dbf09611ff2ed223f702755d92a berusky-1.2.tar.gz +3caddb21d5d865ea29bd2501227faec7 berusky-1.4.tar.gz