From 8b9e434bca8f327b3dc2255ac949ce65450bbaf1 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Aug 18 2012 15:00:32 +0000 Subject: New upstream release 0.9.0 (rhbz#847653) --- diff --git a/.gitignore b/.gitignore index 7c58827..d495c65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ openmsx-0.7.2.tar.gz /openmsx-0.8.1.tar.gz /openmsx-0.8.2.tar.gz +/openmsx-0.9.0.tar.gz diff --git a/openmsx-0.8.2-zlib.patch b/openmsx-0.8.2-zlib.patch deleted file mode 100644 index 8cc356c..0000000 --- a/openmsx-0.8.2-zlib.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up openmsx-0.8.2/src/serialize.hh~ openmsx-0.8.2/src/serialize.hh ---- openmsx-0.8.2/src/serialize.hh~ 2012-01-25 21:49:36.000000000 +0100 -+++ openmsx-0.8.2/src/serialize.hh 2012-07-28 12:15:32.541535197 +0200 -@@ -18,8 +18,7 @@ - #include - #include - #include -- --typedef void* gzFile; -+#include - - namespace openmsx { - diff --git a/openmsx.spec b/openmsx.spec index 6301347..7479099 100644 --- a/openmsx.spec +++ b/openmsx.spec @@ -1,13 +1,12 @@ Name: openmsx -Version: 0.8.2 -Release: 4%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: An emulator for the MSX home computer system Group: Applications/Emulators License: GPL+ URL: http://openmsx.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: openmsx-0.6.1-installbase.patch -Patch1: openmsx-0.8.2-zlib.patch BuildRequires: desktop-file-utils BuildRequires: docbook-utils BuildRequires: glew-devel >= 1.3.2 @@ -28,7 +27,6 @@ all aspects of the MSX with 100% accuracy. %prep %setup -q %patch0 -p1 -%patch1 -p1 # Verbose compilation sed -i 's/@$(COMPILE_ENV)/$(COMPILE_ENV)/' build/main.mk @@ -58,9 +56,6 @@ echo '%{_datadir}/%{name}/machines/Boosted_MSX2_EN' > doc/Boosted_MSX2_EN-README cat share/machines/Boosted_MSX2_EN/README >> doc/Boosted_MSX2_EN-README touch -r share/machines/Boosted_MSX2_EN/README doc/Boosted_MSX2_EN-README -# Some clean ups -rm share/extensions/msxdos2/roms/SHA1SUMS - %build %configure @@ -142,6 +137,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sat Aug 18 2012 Hans de Goede - 0.9.0-1 +- New upstream release 0.9.0 (rhbz#847653) + * Sat Jul 28 2012 Hans de Goede - 0.8.2-4 - Fix FTBFS diff --git a/sources b/sources index d0f24c6..8b45f4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -42bceabdd89a4986e745f74ac44da631 openmsx-0.8.2.tar.gz +e2a2818dac56035e808c4be4da341dcc openmsx-0.9.0.tar.gz