rpms/powermanga/FC-4 .cvsignore, 1.2, 1.3 powermanga.spec, 1.8, 1.9 sources, 1.2, 1.3 powermanga-64bit.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Apr 11 16:14:24 UTC 2006


Author: thias

Update of /cvs/extras/rpms/powermanga/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20463

Modified Files:
	.cvsignore powermanga.spec sources 
Removed Files:
	powermanga-64bit.patch 
Log Message:
Update to 0.80.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/powermanga/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Nov 2004 02:49:43 -0000	1.2
+++ .cvsignore	11 Apr 2006 16:14:24 -0000	1.3
@@ -1 +1 @@
-powermanga-0.79.tgz
+powermanga-0.80.tgz


Index: powermanga.spec
===================================================================
RCS file: /cvs/extras/rpms/powermanga/FC-4/powermanga.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- powermanga.spec	7 Nov 2005 12:07:58 -0000	1.8
+++ powermanga.spec	11 Apr 2006 16:14:24 -0000	1.9
@@ -1,15 +1,18 @@
 Summary: Arcade 2D shoot-them-up game
 Name: powermanga
-Version: 0.79
-Release: 6%{?dist}
+Version: 0.80
+Release: 1%{?dist}
 License: GPL
 Group: Amusements/Games
 URL: http://linux.tlk.fr/games/Powermanga/
 Source0: http://linux.tlk.fr/games/Powermanga/download/powermanga-%{version}.tgz
 Source1: powermanga.png
-Patch0: powermanga-64bit.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: SDL-devel, SDL_mixer-devel, desktop-file-utils
+BuildRequires: SDL-devel, SDL_mixer-devel, zlib-devel, desktop-file-utils
+# Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora
+%if %{!?fedora:5}%{?fedora} >= 5
+BuildRequires: libXt-devel, libXxf86dga-devel, libXxf86vm-devel
+%endif
 
 %description
 Powermanga is an arcade 2D shoot-them-up game with 41 levels and more than
@@ -18,7 +21,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .64bit
 
 %{__cat} > %{name}.desktop << EOF
 [Desktop Entry]
@@ -40,7 +42,7 @@
 
 %build
 %configure
-%{__make} %{?_smp_mflags} CXXFLAGS="%{optflags}"
+%{__make} %{?_smp_mflags} CXXFLAGS="%{optflags} `sdl-config --cflags`"
 
 
 %install
@@ -50,7 +52,7 @@
 # Install wrapper script
 %{__install} -D -m 0755 %{name}.sh %{buildroot}%{_bindir}/powermanga
 
-# Allow stripping, g+s will be set in %%files
+# Allow stripping, g+s will be set back in %%files
 %{__chmod} g-s %{buildroot}%{_prefix}/games/powermanga
 
 # Fix location of the man page
@@ -59,13 +61,14 @@
         %{buildroot}%{_mandir}/man6/
 
 # Install pixmap for the menu entry
-%{__install} -D -m 0644 %{SOURCE1} \
+%{__install} -D -p -m 0644 %{SOURCE1} \
     %{buildroot}%{_datadir}/pixmaps/powermanga.png
 
 # Install menu entry
 %{__mkdir_p} %{buildroot}%{_datadir}/applications
 desktop-file-install \
     --vendor fedora \
+    --add-category X-Fedora \
     --dir %{buildroot}%{_datadir}/applications \
     %{name}.desktop
 
@@ -89,6 +92,18 @@
 
 
 %changelog
+* Tue Apr 11 2006 Matthias Saou <http://freshrpms.net/> 0.80-1
+- Update to 0.80, fixes crash at level 35 boss (#184076, Hugo Cisneiros).
+- Add new zlib-devel build requirement.
+- Add `sdl-config --cflags` to CXXFLAGS, otherwise SDL_mixer.h isn't found.
+- Add missing libXt-devel build requirement to get modular X detected.
+
+* Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 0.79-8
+- FC5 rebuild.
+
+* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 0.79-7
+- Rebuild for new gcc/glibc and modular X.
+
 * Mon Nov  7 2005 Matthias Saou <http://freshrpms.net/> 0.79-6
 - Fix stripping (when g+s is set, it doesn't happen) and add wrapper script in
   $PATH (#165313, Ville Skyttä).


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/powermanga/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Nov 2004 02:49:43 -0000	1.2
+++ sources	11 Apr 2006 16:14:24 -0000	1.3
@@ -1 +1 @@
-3a4f00658496921b7327413ac476c1b7  powermanga-0.79.tgz
+8f6e8755ac88108f2f9bb4cd6feae489  powermanga-0.80.tgz


--- powermanga-64bit.patch DELETED ---




More information about the fedora-extras-commits mailing list