Author: belegdol
Update of /cvs/free/rpms/lxdream/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22219
Modified Files:
.cvsignore lxdream.spec sources
Removed Files:
lxdream-0.8.2-sanerconfig.patch
Log Message:
* Thu Jul 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.1-1
- Updated to 0.9.1
- Dropped the sanerconfig patch
- Conditionalised the ExclusiveArch line
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/lxdream/F-10/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 28 Oct 2008 09:29:12 -0000 1.4
+++ .cvsignore 9 Jul 2009 20:48:48 -0000 1.5
@@ -1 +1 @@
-lxdream-0.9.tar.gz
+lxdream-0.9.1.tar.gz
Index: lxdream.spec
===================================================================
RCS file: /cvs/free/rpms/lxdream/F-10/lxdream.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lxdream.spec 28 Oct 2008 09:29:12 -0000 1.9
+++ lxdream.spec 9 Jul 2009 20:48:48 -0000 1.10
@@ -1,5 +1,5 @@
Name: lxdream
-Version: 0.9
+Version: 0.9.1
Release: 1%{?dist}
Summary: Sega Dreamcast emulator
Group: Applications/Emulators
@@ -9,7 +9,6 @@
Source0: %{name}-%{version}.tar.gz
Source1: README.fedora
Source2: %{name}.desktop
-Patch0: %{name}-0.8.2-sanerconfig.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
BuildRequires: esound-devel
@@ -21,7 +20,11 @@
Requires: hicolor-icon-theme
# there should be a {ix86} instead of i386 in the ExclusiveArch line but
# that would make plague build the package for athlon, i386, i586 and i686 :-/
+%if 0%{?fedora} >= 11
+ExclusiveArch: i586 x86_64
+%else
ExclusiveArch: i386 x86_64
+%endif
%description
lxdream is a linux-based emulator of the Sega Dreamcast system. While it is
@@ -31,7 +34,6 @@
%prep
%setup -q
-%patch0 -p1
%build
@@ -88,6 +90,17 @@
%changelog
+* Thu Jul 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.1-1
+- Updated to 0.9.1
+- Dropped the sanerconfig patch
+- Conditionalised the ExclusiveArch line
+
+* Sun Apr 12 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9-3
+- s/i386/i586/ in ExclusiveArch for F11
+
+* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9-2
+- rebuild for new F11 features
+
* Tue Oct 28 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9-1
- Updated to 0.9
- dcemu.gif is not installed anymore, so don't exclude it
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lxdream/F-10/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 28 Oct 2008 09:29:12 -0000 1.4
+++ sources 9 Jul 2009 20:48:48 -0000 1.5
@@ -1 +1 @@
-aa0708dfafdb355fb49335791ede2d20 lxdream-0.9.tar.gz
+cbc78bad884c773134265ab3d582bc25 lxdream-0.9.1.tar.gz
--- lxdream-0.8.2-sanerconfig.patch DELETED ---