rpms/wormux/F-10 wormux-0.8.3-cflags.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 wormux.spec, 1.15, 1.16

Michael Thomas wart at fedoraproject.org
Sun Jul 19 20:09:29 UTC 2009


Author: wart

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

Modified Files:
	.cvsignore sources wormux.spec 
Added Files:
	wormux-0.8.3-cflags.patch 
Log Message:
Update to 0.8.4


wormux-0.8.3-cflags.patch:
 configure |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE wormux-0.8.3-cflags.patch ---
diff -up wormux-0.8.3/configure~ wormux-0.8.3/configure
--- wormux-0.8.3/configure~	2009-03-05 22:24:17.000000000 +0200
+++ wormux-0.8.3/configure	2009-05-07 20:41:31.000000000 +0300
@@ -7608,6 +7608,7 @@ echo "${ECHO_T}$gccver" >&6; }
     GCC_FLAGS="$GCC_FLAGS -DWMX_LOG"
   fi
 
+   GCC_FLAGS="$GCC_FLAGS $CFLAGS"
       CFLAGS="$GCC_FLAGS"
     CXXFLAGS="$GCC_FLAGS"
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wormux/F-10/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	7 May 2009 15:51:56 -0000	1.7
+++ .cvsignore	19 Jul 2009 20:09:29 -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-10/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	7 May 2009 15:51:56 -0000	1.7
+++ sources	19 Jul 2009 20:09:29 -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-10/wormux.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- wormux.spec	7 May 2009 15:51:56 -0000	1.15
+++ wormux.spec	19 Jul 2009 20:09:29 -0000	1.16
@@ -1,5 +1,5 @@
 Name:           wormux
-Version:        0.8.3
+Version:        0.8.4
 Release:        1%{?dist}
 Summary:        2D convivial mass murder game
 
@@ -7,12 +7,15 @@ 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
 BuildRequires:  SDL_ttf-devel SDL_net-devel curl-devel libpng-devel
 BuildRequires:  gettext libxml++-devel desktop-file-utils
 Requires:       wormux-data
+Requires(post): coreutils
+Requires(postun): coreutils
 
 %description
 Battle your favorite free software mascots in the Wormux arena.  With big
@@ -31,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
@@ -77,6 +82,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
@@ -87,6 +94,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