rpms/directfb/F-10 sources,1.11,1.12 directfb.spec,1.23,1.24

Nicolas Chauvet kwizart at fedoraproject.org
Mon Aug 31 13:03:52 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/directfb/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26310

Modified Files:
	sources directfb.spec 
Log Message:
Update to 1.2.9



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/directfb/F-10/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	30 Jun 2009 07:56:52 -0000	1.11
+++ sources	31 Aug 2009 13:03:51 -0000	1.12
@@ -1 +1 @@
-ac13d21682aa368df4e177ae5b51ad2d  DirectFB-1.2.8.tar.gz
+0ac81c7d9ea0099fc3cc066f9279410e  DirectFB-1.2.9.tar.gz


Index: directfb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/directfb/F-10/directfb.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- directfb.spec	30 Jun 2009 07:56:52 -0000	1.23
+++ directfb.spec	31 Aug 2009 13:03:51 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: Graphics abstraction library for the Linux Framebuffer Device
 Name: directfb
-Version: 1.2.8
-Release: 4%{?dist}
+Version: 1.2.9
+Release: 1%{?dist}
 Group: System Environment/Libraries
 License: LGPLv2+
 URL: http://www.directfb.org/
@@ -16,7 +16,7 @@ BuildRequires: libpng-devel
 BuildRequires: zlib-devel
 BuildRequires: libjpeg-devel
 BuildRequires: freetype-devel
-BuildRequires: SDL-devel
+%{?_with_sdl:BuildRequires: SDL-devel}
 BuildRequires: libsysfs-devel
 BuildRequires: libv4l-devel
 BuildRequires: libvncserver-devel
@@ -38,6 +38,7 @@ for graphics under Linux.
 
 Non-default rpmbuild options:
 --with fusion:   Enable linux-fusion support
+--with sdl:      Enable SDL experimental support
 
 
 %package devel
@@ -80,7 +81,7 @@ autoreconf -i -f
 %ifarch i386 i586
     --disable-mmx --disable-sse \
 %endif
-    --enable-sdl \
+%{?_with_sdl:--enable-sdl} \
     --enable-zlib \
 %{?_with_fusion:--enable-multi} \
     --enable-unique \
@@ -141,7 +142,7 @@ make check
 %{_libdir}/libdirect-*.so.*
 %{_libdir}/libfusion-*.so.*
 %{_libdir}/libuniquewm*.so.*
-%{_libdir}/directfb-1.2-0/
+%{_libdir}/directfb-1.2-9/
 %{_datadir}/directfb-%{version}/
 %{_mandir}/man1/dfbg.1*
 %{_mandir}/man5/directfbrc.5*
@@ -165,9 +166,11 @@ make check
 
 
 %changelog
+* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 1.2.9-1
+- Update to 1.2.9
+
 * Mon Jun 30 2009 kwizart < kwizart at gmail.com > - 1.2.8-4
 - Built with tslib
-- Keep sdl by default
 
 * Mon May 11 2009 kwizart < kwizart at gmail.com > - 1.2.8-3
 - Improve tty patch




More information about the scm-commits mailing list