Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14208
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/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 13 Mar 2009 18:37:50 -0000 1.7
+++ .cvsignore 4 May 2009 21:37:13 -0000 1.8
@@ -1,3 +1,3 @@
ctrlr.rar
ui.bdc
-sdlmess0130.zip
+sdlmess0131.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/sdlmess.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sdlmess.spec 29 Mar 2009 15:15:33 -0000 1.9
+++ sdlmess.spec 4 May 2009 21:37:13 -0000 1.10
@@ -9,8 +9,8 @@
%endif
Name: sdlmess
-Version: 0130
-Release: 2%{?dist}
+Version: 0131
+Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
Group: Applications/Emulators
@@ -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,11 @@
%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
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 13 Mar 2009 18:37:50 -0000 1.7
+++ sources 4 May 2009 21:37:13 -0000 1.8
@@ -1,3 +1,3 @@
d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
b64914c2a5589f6d5b00361464152acd ui.bdc
-31767c04dd3b1ee9e8c8ffe603928e7a sdlmess0130.zip
+6e6c2ed1e39064d74188009f1a22f435 sdlmess0131.zip
--- sdlmess-bne.patch DELETED ---