rpms/nexuiz/devel nexuiz.spec,1.35,1.36

Jon Ciesla limb at fedoraproject.org
Tue Oct 13 15:35:42 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/nexuiz/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4660

Modified Files:
	nexuiz.spec 
Log Message:
ImageMagick fix.



Index: nexuiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nexuiz/devel/nexuiz.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- nexuiz.spec	12 Oct 2009 14:29:26 -0000	1.35
+++ nexuiz.spec	13 Oct 2009 15:35:41 -0000	1.36
@@ -97,7 +97,7 @@ DarkPlaces server required for hosting m
 export DP_FS_BASEDIR=%{_datadir}/nexuiz
 # no %{?_smp_mflags}, parallel build issues as of 2.5.1 (#502271)
 %{__make} nexuiz OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=:
-convert nexuiz.ico nexuiz.png
+convert nexuiz.xpm nexuiz.png
 
 
 %install
@@ -219,6 +219,7 @@ gtk-update-icon-cache %{_datadir}/icons/
 %changelog
 * Mon Oct 12 2009 Jon Ciesla <limb at jcomserv.net> - 2.5.2-1
 - Update to 2.5.2, BZ 528356.
+- Derive icon from .xpm instead of .ico to satisfy new ImageMagick.
 
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild




More information about the fedora-extras-commits mailing list