rpms/imlib2/F-8 imlib2.spec,1.28,1.29

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Mar 11 09:43:46 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/imlib2/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23340

Modified Files:
	imlib2.spec 
Log Message:
* Tue Mar 11 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.4.0-6
- Disable amd64 assembly optimization. (Kills idesk - #222998, #436924)



Index: imlib2.spec
===================================================================
RCS file: /cvs/extras/rpms/imlib2/F-8/imlib2.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- imlib2.spec	6 Sep 2007 21:57:30 -0000	1.28
+++ imlib2.spec	11 Mar 2008 09:42:53 -0000	1.29
@@ -1,7 +1,7 @@
 Summary:        Image loading, saving, rendering, and manipulation library
 Name:           imlib2
 Version:        1.4.0
-Release:        3%{?dist}
+Release:        6%{?dist}
 License:        Imlib2
 Group:          System Environment/Libraries
 URL:            http://docs.enlightenment.org/api/imlib2/html/
@@ -69,16 +69,12 @@
 
 %build
 asmopts="--disable-mmx --disable-amd64"
-%ifarch %{ix86} ia64
+%ifarch %{ix86}
 asmopts="--enable-mmx --disable-amd64"
 %endif
-%ifarch x86_64
-asmopts="--disable-mmx --enable-amd64"
-%endif
 
 # Note: --disable-static doesn't work as of 1.2.1.
 %configure --disable-dependency-tracking --with-pic $asmopts
-
 make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
 
 
@@ -132,6 +128,15 @@
 %{_libdir}/imlib2/loaders/id3.*
 
 %changelog
+* Tue Mar 11 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.4.0-6
+- Disable amd64 assembly optimization. (Kills idesk - #222998, #436924)
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.4.0-5
+- Autorebuild for GCC 4.3
+
+* Tue Oct 23 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.4.0-4
+- Fix building on ia64 (bz 349171)
+
 * Thu Sep  6 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.4.0-3
 - Update license tag
 




More information about the fedora-extras-commits mailing list