rpms/directfb/devel directfb.spec,1.7,1.8

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Thu Nov 24 09:31:59 UTC 2005


Author: jwrdegoede

Update of /cvs/extras/rpms/directfb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29224

Modified Files:
	directfb.spec 
Log Message:
Remove "remove custom CFLAGS"


Index: directfb.spec
===================================================================
RCS file: /cvs/extras/rpms/directfb/devel/directfb.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- directfb.spec	15 Nov 2005 15:34:50 -0000	1.7
+++ directfb.spec	24 Nov 2005 09:31:57 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           directfb
 Version:        0.9.24
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Graphics abstraction library for the Linux Framebuffer Device
 
 Group:          System/Libraries
@@ -18,8 +18,6 @@
 # libtool
 BuildRequires:  gcc-c++
 
-Patch0: directfb-0.9.24-use-rpm-cflags.patch
-
 %define oname   DirectFB
 
 %description
@@ -47,8 +45,6 @@
 %prep
 %setup -q -n %{oname}-%{version}
 
-%patch0 -p1 -b .use-rpm-cflags
-
 %build
 %configure \
         --disable-maintainer-mode \
@@ -124,6 +120,12 @@
 %{_libdir}/directfb-%{version}/*/*/*.o
 
 %changelog
+* Thu Nov 24 2005 Hans de Goede <j.w.r.degoede at hhs.nl> 0.9.24-3
+- Remove "remove custom CFLAGS" patch, this only adds -ffast-math,
+  which IMHO is unlikely to be the cause of the build problems, especially
+  since a local x86_64 mockbuild works fine. Try to build it hoping that the
+  real cause is gone now, since Dan's build did succeed.
+
 * Tue Nov 15 2005 Dan Williams <dcbw at redhat.com> 0.9.24-2
 - Try removing custom CFLAGS to see if build makes it through x86_64
 




More information about the fedora-extras-commits mailing list