Author: musuruan
Update of /cvs/free/rpms/xroar/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6604
Modified Files:
.cvsignore sources xroar.spec
Removed Files:
xroar-0.23-info.patch
Log Message:
* Sat Jun 25 2011 Andrea Musuruane <musuruan(a)gmail.com> 0.25.3-1
- Upgrade to 0.25.3
- Dropped JACK dependency now that pulseaudio is supported
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xroar/F-15/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 12 Sep 2010 10:21:23 -0000 1.5
+++ .cvsignore 25 Jun 2011 16:05:27 -0000 1.6
@@ -1,2 +1,2 @@
-xroar-0.24.tar.gz
+xroar-0.25.3.tar.gz
dragon.rom
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xroar/F-15/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 12 Sep 2010 10:21:23 -0000 1.5
+++ sources 25 Jun 2011 16:05:27 -0000 1.6
@@ -1,2 +1,2 @@
-2ed30f4ec8ef2c2e54ef25f7f8d95ce6 xroar-0.24.tar.gz
+488e1eebeb34292d01ec891581184bf4 xroar-0.25.3.tar.gz
f8b5f52c07abb4dc9102d8420605d7e4 dragon.rom
Index: xroar.spec
===================================================================
RCS file: /cvs/free/rpms/xroar/F-15/xroar.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xroar.spec 14 Oct 2010 22:05:20 -0000 1.6
+++ xroar.spec 25 Jun 2011 16:05:27 -0000 1.7
@@ -1,24 +1,21 @@
Name: xroar
-Version: 0.24
-Release: 2%{?dist}
+Version: 0.25.3
+Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
Group: Applications/Emulators
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
-# Andrea Musuruane
-Patch0: %{name}-0.23-info.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel
-BuildRequires: ImageMagick
-BuildRequires: jack-audio-connection-kit-devel
-BuildRequires: libGLU-devel
-BuildRequires: libsndfile-devel
-BuildRequires: pkgconfig
+BuildRequires: gtkglext-devel
BuildRequires: SDL_image-devel
-BuildRequires: ncurses-devel
+BuildRequires: libsndfile-devel
+BuildRequires: pulseaudio-libs-devel
BuildRequires: texinfo
+BuildRequires: texinfo-tex
+BuildRequires: ImageMagick
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
Requires(post): info
@@ -38,18 +35,15 @@
%prep
%setup -q
-# Fix info dir entry
-%patch0 -p1
-
%build
%configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} VERBOSE=1
# Build docs
-make doc/xroar.info
make doc/xroar.txt
make doc/xroar.html
+make doc/xroar.pdf
# Create icon
convert gp32/icon.bmp -transparent '#000000' %{name}.png
@@ -138,10 +132,14 @@
%{_datadir}/applications/dribble-%{name}-minifirm.desktop
%{_infodir}/%{name}.info*
%doc ChangeLog COPYING.GPL COPYING.LGPL-2.1 README
-%doc doc/%{name}.txt doc/%{name}.html doc/%{name}-screens.png
+%doc doc/%{name}.txt doc/%{name}.html doc/%{name}.pdf doc/%{name}-screens.png
%changelog
+* Sat Jun 25 2011 Andrea Musuruane <musuruan(a)gmail.com> 0.25.3-1
+- Upgrade to 0.25.3
+- Dropped JACK dependency now that pulseaudio is supported
+
* Fri Oct 15 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.24-2
- Rebuilt for gcc bug
--- xroar-0.23-info.patch DELETED ---