Author: belegdol
Update of /cvs/free/rpms/lxdream/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22061
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/devel/.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:10 -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/devel/lxdream.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- lxdream.spec 12 Apr 2009 11:11:37 -0000 1.11
+++ lxdream.spec 9 Jul 2009 20:48:10 -0000 1.12
@@ -1,6 +1,6 @@
Name: lxdream
-Version: 0.9
-Release: 3%{?dist}
+Version: 0.9.1
+Release: 1%{?dist}
Summary: Sega Dreamcast emulator
Group: Applications/Emulators
License: GPLv2+
@@ -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,11 @@
%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
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lxdream/devel/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:10 -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 ---