Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14318
Modified Files:
.cvsignore sdlmess.spec sources
Removed Files:
sdlmess-bne.patch
Log Message:
* Mon May 04 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-1
- Updated to 0.131
- Added castool to the -tools package
- Dropped the upstreamed bne patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-10/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 13 Mar 2009 18:38:03 -0000 1.7
+++ .cvsignore 4 May 2009 21:37:23 -0000 1.8
@@ -1,3 +1,3 @@
ctrlr.rar
ui.bdc
-sdlmess0130.zip
+sdlmess0131.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-10/sdlmess.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sdlmess.spec 13 Mar 2009 18:38:03 -0000 1.8
+++ sdlmess.spec 4 May 2009 21:37:23 -0000 1.9
@@ -9,7 +9,7 @@
%endif
Name: sdlmess
-Version: 0130
+Version: 0131
Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
@@ -22,7 +22,6 @@
Source2: ui.bdc
Patch0: %{name}-warnings.patch
Patch1: %{name}-expat.patch
-Patch2: %{name}-bne.patch
Patch3: %{name}-fortify.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -68,7 +67,6 @@
%setup -qn %{name}%{version}
%patch0 -p0 -b .warnings~
%patch1 -p0 -b .expat~
-%patch2 -p0 -b .bne~
%patch3 -p0 -b .fortify
# Create mess.ini file
@@ -149,7 +147,7 @@
# Install binaries and config files
install -pm 755 mess %{buildroot}%{_bindir}/mess
install -pm 755 messd %{buildroot}%{_bindir}/messd
-install -pm 755 imgtool messtest %{buildroot}%{_bindir}
+install -pm 755 castool imgtool messtest %{buildroot}%{_bindir}
install -pm 644 sysinfo.dat %{buildroot}%{_datadir}/mess
install -pm 644 artwork/* %{buildroot}%{_datadir}/mess/artwork
install -pm 644 ui.bdf %{SOURCE2} %{buildroot}%{_datadir}/mess/fonts
@@ -185,6 +183,7 @@
%files tools
%defattr(-,root,root,-)
%doc imgtool.txt
+%{_bindir}/castool
%{_bindir}/imgtool
%{_bindir}/messtest
@@ -202,6 +201,14 @@
%changelog
+* Mon May 04 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-1
+- Updated to 0.131
+- Added castool to the -tools package
+- Dropped the upstreamed bne patch
+
+* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0130-2
+- rebuild for new F11 features
+
* Fri Mar 13 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-1
- Updated to 0.130
- Use macros consistently
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-10/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 13 Mar 2009 18:38:03 -0000 1.7
+++ sources 4 May 2009 21:37:23 -0000 1.8
@@ -1,3 +1,3 @@
d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
b64914c2a5589f6d5b00361464152acd ui.bdc
-31767c04dd3b1ee9e8c8ffe603928e7a sdlmess0130.zip
+6e6c2ed1e39064d74188009f1a22f435 sdlmess0131.zip
--- sdlmess-bne.patch DELETED ---