Author: musuruan
Update of /cvs/free/rpms/xroar/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3510
Modified Files:
.cvsignore sources xroar.spec
Removed Files:
xroar-0.28-lm.patch
Log Message:
* Tue Oct 01 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.30.3-1
- Upgrade to 0.30.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore 28 Apr 2013 13:21:26 -0000 1.14
+++ .cvsignore 1 Oct 2013 17:34:59 -0000 1.15
@@ -1,2 +1,2 @@
-xroar-0.29.5.tar.gz
+xroar-0.30.3.tar.gz
dragon.rom
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 28 Apr 2013 13:21:26 -0000 1.14
+++ sources 1 Oct 2013 17:35:00 -0000 1.15
@@ -1,2 +1,2 @@
-92401d6c360f502e3acbd5ef33761de2 xroar-0.29.5.tar.gz
+bf4e2b66a9265f141b54befc97c14155 xroar-0.30.3.tar.gz
f8b5f52c07abb4dc9102d8420605d7e4 dragon.rom
Index: xroar.spec
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/xroar.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xroar.spec 12 Aug 2013 15:46:42 -0000 1.19
+++ xroar.spec 1 Oct 2013 17:35:00 -0000 1.20
@@ -1,13 +1,11 @@
Name: xroar
-Version: 0.29.5
-Release: 2%{?dist}
+Version: 0.30.3
+Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
License: GPLv2+
URL:
http://www.6809.org.uk/dragon/xroar.shtml
Source0:
http://www.6809.org.uk/dragon/%{name}-%{version}.tar.gz
Source1:
http://www.6809.org.uk/dragon/dragon.rom
-# Hans de Goede
-Patch0: %{name}-0.28-lm.patch
BuildRequires: gtk2-devel
BuildRequires: gtkglext-devel
BuildRequires: SDL_image-devel
@@ -34,10 +32,10 @@
%prep
%setup -q
-%patch0 -p1
%build
+export LDLIBS="-lm"
%configure
make %{?_smp_mflags} VERBOSE=1
@@ -82,7 +80,7 @@
install -pm0644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/roms/dragon-minifirm.rom
# Extract Mac OS X icons
-icns2png -x macosx/%{name}.icns
+icns2png -x src/macosx/%{name}.icns
# Install icons
for i in 16 32 48 128; do
@@ -138,6 +136,9 @@
%changelog
+* Tue Oct 01 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.30.3-1
+- Upgrade to 0.30.3
+
* Mon Aug 12 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.29.5-2
- Dropped obsolete Group, Buildroot, %%clean and %%defattr
- Dropped desktop vendor tag
--- xroar-0.28-lm.patch DELETED ---