Author: belegdol
Update of /cvs/nonfree/rpms/qmc2/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5324
Modified Files:
.cvsignore qmc2-ini.patch qmc2.spec sources
Removed Files:
qmc2-gcc44.patch
Log Message:
* Thu Apr 23 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.12.b8
- Updated to 0.2b8
- Updated the ini patch
- Dropped the upstreamed gcc44 patch
- Dropped the F11 Beta workaround
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 9 Mar 2009 18:09:53 -0000 1.7
+++ .cvsignore 23 Apr 2009 20:00:44 -0000 1.8
@@ -1 +1 @@
-qmc2-0.2.b7.tar.bz2
+qmc2-0.2.b8.tar.bz2
qmc2-ini.patch:
Index: qmc2-ini.patch
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/devel/qmc2-ini.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qmc2-ini.patch 9 Mar 2009 18:09:53 -0000 1.4
+++ qmc2-ini.patch 23 Apr 2009 20:00:44 -0000 1.5
@@ -1,7 +1,7 @@
---- qmc2-0.2/sdlmame/inst/qmc2.ini.template.ini~ 2009-01-16 17:27:17.000000000 +0100
-+++ qmc2-0.2/sdlmame/inst/qmc2.ini.template 2009-02-13 14:24:37.000000000 +0100
-@@ -7,7 +7,42 @@
- qmc2-sdlmess\FilesAndDirectories\FlyerDirectory=DATADIR/qmc2/fly/
+--- inst/qmc2.ini.template.ini~ 2009-03-30 18:33:59.000000000 +0200
++++ inst/qmc2.ini.template 2009-04-16 11:49:51.000000000 +0200
+@@ -17,7 +17,42 @@
+ qmc2-sdlmess\FilesAndDirectories\TitleDirectory=DATADIR/qmc2/ttl/
[MAME]
+Configuration\Global\rompath="DATADIR/mame/roms;DATADIR/mame/chds"
Index: qmc2.spec
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/devel/qmc2.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- qmc2.spec 30 Mar 2009 16:41:58 -0000 1.14
+++ qmc2.spec 23 Apr 2009 20:00:44 -0000 1.15
@@ -1,8 +1,8 @@
-%define beta b7
+%define beta b8
Name: qmc2
Version: 0.2
-Release: 0.11.%{beta}%{?dist}
+Release: 0.12.%{beta}%{?dist}
Summary: M.A.M.E./M.E.S.S. Catalog / Launcher II, common files
Group: Applications/Emulators
@@ -10,7 +10,6 @@
URL:
http://qmc2.arcadehits.net/
Source0:
http://dl.sourceforge.net/qmc2/%{name}-%{version}.%{beta}.tar.bz2
Patch1: qmc2-ini.patch
-Patch2: qmc2-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -59,15 +58,11 @@
mv %{name} sdlmess
pushd sdlmess
-%patch1 -p2 -b .ini~
-%patch2 -p0 -b .gcc44
-mv arch/Linux/Fedora_release_10.91.cfg arch/Linux/Fedora_release_10.92.cfg
+%patch1 -p0 -b .ini~
popd
pushd sdlmame
-%patch1 -p2 -b .ini~
-%patch2 -p0 -b .gcc44
-mv arch/Linux/Fedora_release_10.91.cfg arch/Linux/Fedora_release_10.92.cfg
+%patch1 -p0 -b .ini~
popd
@@ -145,6 +140,12 @@
%changelog
+* Thu Apr 23 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.12.b8
+- Updated to 0.2b8
+- Updated the ini patch
+- Dropped the upstreamed gcc44 patch
+- Dropped the F11 Beta workaround
+
* Mon Mar 30 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.11.b7
- Handle the template properly
- Updated the configs for Fedora 11 Beta
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/qmc2/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 9 Mar 2009 18:09:53 -0000 1.7
+++ sources 23 Apr 2009 20:00:44 -0000 1.8
@@ -1 +1 @@
-fa8de835c8f19a47cc4cf76eb5977e43 qmc2-0.2.b7.tar.bz2
+a15d454be8b5a70ed3e6c39b0c03cba4 qmc2-0.2.b8.tar.bz2
--- qmc2-gcc44.patch DELETED ---