rpms/wormux/F-11 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 wormux.spec, 1.19, 1.20

Michael Thomas wart at fedoraproject.org
Sun Jul 19 02:46:41 UTC 2009


Author: wart

Update of /cvs/pkgs/rpms/wormux/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6592

Modified Files:
	.cvsignore sources wormux.spec 
Log Message:
Update to 0.8.4; Build with $RPM_OPT_FLAGS.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wormux/F-11/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	7 May 2009 15:45:56 -0000	1.7
+++ .cvsignore	19 Jul 2009 02:46:10 -0000	1.8
@@ -1 +1 @@
-wormux-0.8.3.tar.bz2
+wormux-0.8.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wormux/F-11/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	7 May 2009 15:45:56 -0000	1.7
+++ sources	19 Jul 2009 02:46:10 -0000	1.8
@@ -1 +1 @@
-c4235a844ad9f7337f1a8da2c5c1b820  wormux-0.8.3.tar.bz2
+0aed316799723173f2d6e242af312382  wormux-0.8.4.tar.bz2


Index: wormux.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wormux/F-11/wormux.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- wormux.spec	7 May 2009 15:45:56 -0000	1.19
+++ wormux.spec	19 Jul 2009 02:46:10 -0000	1.20
@@ -1,5 +1,5 @@
 Name:           wormux
-Version:        0.8.3
+Version:        0.8.4
 Release:        1%{?dist}
 Summary:        2D convivial mass murder game
 
@@ -7,6 +7,7 @@ Group:          Amusements/Games
 License:        GPLv2+
 URL:            http://www.wormux.org
 Source0:        http://download.gna.org/wormux/%{name}-%{version}.tar.bz2
+Patch0:         wormux-0.8.3-cflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  SDL_image-devel SDL_gfx-devel SDL_mixer-devel
@@ -33,9 +34,11 @@ Data files for wormux
 
 %prep
 %setup -q
+%patch0 -p1
 
 # Remove a backup file
 rm -f data/game_mode/rope_objects.xml~
+rm -f data/game_mode/skin_viewer.xml~
 
 %build
 %configure --disable-nls --disable-dependency-tracking
@@ -82,6 +85,8 @@ fi
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog
 %{_bindir}/%{name}
+%{_bindir}/%{name}-index-server
+%{_bindir}/%{name}-server
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %{_datadir}/pixmaps/wormux*.png
@@ -92,6 +97,10 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Wed Jul 18 2009 Wart <wart at kobold.org> 0.8.4-1
+- Update to 0.8.4
+- Build with $RPM_OPT_FLAGS.
+
 * Wed May 6 2009 Wart <wart at kobold.org> 0.8.3-1
 - Update to 0.8.3
 - Make -data subpackage noarch




More information about the fedora-extras-commits mailing list