From c9f78de0f8f1bff0396c89eab61a00adee2eb342 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Apr 14 2008 19:41:34 +0000 Subject: - New upstream version 2.1.0.0 --- diff --git a/.cvsignore b/.cvsignore index 07d1f68..99cdb38 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -asc-2.0.1.0.tar.bz2 +asc-2.1.0.0.tar.bz2 diff --git a/asc-2.0.1.0-gcc43.patch b/asc-2.0.1.0-gcc43.patch index bc1aa3a..7a52b5b 100644 --- a/asc-2.0.1.0-gcc43.patch +++ b/asc-2.0.1.0-gcc43.patch @@ -76,35 +76,6 @@ #include #include "global.h" ---- asc-2.0.1.0/source/libs/loki/Reference/SmallObj.cpp 2007-04-12 22:54:00.000000000 +0200 -+++ asc-2.0.1.0.new/source/libs/loki/Reference/SmallObj.cpp 2008-01-12 12:22:17.000000000 +0100 -@@ -19,6 +19,7 @@ - #include - #include - #include -+#include - - using namespace Loki; - ---- asc-2.0.1.0/source/libs/paragui/src/core/pgfilearchive.cpp 2007-04-13 18:16:00.000000000 +0200 -+++ asc-2.0.1.0.new/source/libs/paragui/src/core/pgfilearchive.cpp 2008-01-12 12:12:41.000000000 +0100 -@@ -35,6 +35,7 @@ - ///#include "SDL_loadso.h" - #include "physfsrwops.h" - #include -+#include - #include "paragui.h" - - Uint32 PG_FileArchive::my_instance_count = 0; -@@ -109,7 +110,7 @@ - const char* sep = GetDirSeparator(); - std::string::size_type pos = 0, incr; - newpath = new std::string(path); -- incr = std::strlen(sep); -+ incr = strlen(sep); - if(incr == 1 && sep[0] == '/') - return newpath; - --- asc-2.0.1.0/source/sdl/sound.cpp 2007-04-13 18:16:09.000000000 +0200 +++ asc-2.0.1.0.new/source/sdl/sound.cpp 2008-01-12 12:25:48.000000000 +0100 @@ -8,6 +8,7 @@ diff --git a/asc.spec b/asc.spec index 2123e3d..846c3bc 100644 --- a/asc.spec +++ b/asc.spec @@ -1,6 +1,6 @@ Name: asc -Version: 2.0.1.0 -Release: 3%{?dist} +Version: 2.1.0.0 +Release: 1%{?dist} Summary: Advanced Strategic Command Group: Amusements/Games License: GPLv2+ @@ -14,9 +14,6 @@ BuildRequires: bzip2-devel libjpeg-devel libsigc++-devel physfs-devel BuildRequires: libvorbis-devel libpng-devel libtiff-devel boost-devel BuildRequires: freetype-devel expat-devel desktop-file-utils ImageMagick Requires: hicolor-icon-theme -# SDL_mixer < 1.2.8-5 has its own private copy of libmikmod causing problems -# with SDL_sound, see bug 355991 -Requires: SDL_mixer >= 1.2.8-5 %description ASC is a free, turn based strategy game. @@ -27,6 +24,7 @@ ASC is a free, turn based strategy game. %patch0 -p1 sed -i 's|$datadir/games/|$datadir/|g' configure sed -i 's|$(datadir)/games/|$(datadir)/|g' `find -name Makefile.in` +chmod -x source/libs/paragui/include/paragui.h %build @@ -82,6 +80,9 @@ fi %changelog +* Mon Apr 14 2008 Hans de Goede 2.1.0.0-1 +- New upstream version 2.1.0.0 + * Tue Feb 19 2008 Fedora Release Engineering - 2.0.1.0-3 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index 73c14f4..46c19d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2758e2bbbd5892ccba8d9b4ac5a6d6af asc-2.0.1.0.tar.bz2 +d76cf500bebdddd8e7d2a094b532e6af asc-2.1.0.0.tar.bz2