rpms/directfb/devel directfb.spec,1.25,1.26

Nicolas Chauvet kwizart at fedoraproject.org
Tue Apr 21 23:56:53 UTC 2009


Author: kwizart

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

Modified Files:
	directfb.spec 
Log Message:
Fix changelog



Index: directfb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/directfb/devel/directfb.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- directfb.spec	17 Apr 2009 08:50:59 -0000	1.25
+++ directfb.spec	21 Apr 2009 23:56:52 -0000	1.26
@@ -1,7 +1,7 @@
 Summary: Graphics abstraction library for the Linux Framebuffer Device
 Name: directfb
 Version: 1.2.8
-Release: 1%{?dist}
+Release: 1%{?dist}.1
 Group: System Environment/Libraries
 License: LGPLv2+
 URL: http://www.directfb.org/
@@ -21,6 +21,7 @@
 BuildRequires: libvncserver-devel
 %{?_with_fusion:BuildRequires: linux-fusion-devel}
 %{?_with_fusion:Requires: linux-fusion}
+%{?_with_tslib:BuildRequires: tslib-devel}
 
 
 %description
@@ -36,6 +37,7 @@
 
 Non-default rpmbuild options:
 --with fusion:   Enable linux-fusion support
+--with tslib:    Enable tslib support
 
 
 %package devel
@@ -74,6 +76,9 @@
 
 %build
 %configure \
+%ifarch i386 i586
+    --disable-mmx --disable-sse \
+%endif
     --enable-sdl \
     --enable-zlib \
 %{?_with_fusion:--enable-multi} \
@@ -159,6 +164,10 @@
 
 
 %changelog
+* Tue Apr 21 2009 kwizart < kwizart at gmail.com > - 1.2.8-1
+- Update to 1.2.8
+- Disable mmx/sse on x86
+
 * Thu Feb 12 2009 kwizart < kwizart at gmail.com > - 1.2.7-3
 - Force autoreconf + re tag
 




More information about the fedora-extras-commits mailing list