[directfb] Update to 1.5.0

Nicolas Chauvet kwizart at fedoraproject.org
Thu Jul 14 19:35:41 UTC 2011


commit ed6f3075c428edb9b227041f4e3a6b47e7833b6c
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Thu Jul 14 21:35:20 2011 +0200

    Update to 1.5.0

 .gitignore                   |    1 +
 DirectFB-1.4.11-cflags.patch |   20 --
 DirectFB-1.4.11-header.patch |   38 ----
 DirectFB-1.4.11-libv4l.patch |  441 ------------------------------------------
 directfb.spec                |   34 ++--
 sources                      |    2 +-
 6 files changed, 15 insertions(+), 521 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 430e1ea..9888e30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 DirectFB-1.4.3.tar.gz
 /DirectFB-1.4.11.tar.gz
 /DirectFB-1.4.13.tar.gz
+/DirectFB-1.5.0.tar.gz
diff --git a/directfb.spec b/directfb.spec
index 9ee1832..faf478a 100644
--- a/directfb.spec
+++ b/directfb.spec
@@ -1,5 +1,5 @@
-%global major_ver 1.4
-%global minor_ver .13
+%global major_ver 1.5
+%global minor_ver .0
 
 Summary: Graphics abstraction library for the Linux Framebuffer Device
 Name: directfb
@@ -10,9 +10,6 @@ License: LGPLv2+
 URL: http://www.directfb.org/
 Source0: http://www.directfb.org/downloads/Core/DirectFB-%{major_ver}/DirectFB-%{version}.tar.gz
 Patch1: DirectFB-1.2.8-tweak.patch
-Patch2: DirectFB-1.4.11-header.patch
-Patch3: DirectFB-1.4.11-libv4l.patch
-Patch4: DirectFB-1.4.11-cflags.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libtool
@@ -20,6 +17,7 @@ BuildRequires: libtool
 BuildRequires: libpng-devel
 BuildRequires: zlib-devel
 BuildRequires: libjpeg-devel
+BuildRequires: libmng-devel
 BuildRequires: freetype-devel
 %{?_with_sdl:BuildRequires: SDL-devel}
 BuildRequires: libGL-devel
@@ -63,9 +61,6 @@ Development files for DirectFB.
 %prep
 %setup -q -n DirectFB-%{version}
 %patch1 -p1 -b .tweak
-%patch2 -p1 -b .header
-%patch3 -p1 -b .libv4l
-%patch4 -p1 -b .cflags
 
 #Disable ppc asm since compilation fails (and it seems better to use glibc)
 sed -i.noppcasm -e 's/want_ppcasm=yes/want_ppcasm=no/'g configure.in configure
@@ -94,7 +89,6 @@ autoreconf -i -f
 %{?_with_fusion:--enable-multi} \
     --enable-unique \
     --enable-video4linux2 \
-    --enable-libv4l2 \
     --with-tests
 
 # Remove rpath for 64bit
@@ -169,11 +163,17 @@ make check
 %{_bindir}/dfbtest_font
 %{_bindir}/fusion_call
 %{_bindir}/mkdgifft
+#New with 1.5.0
+%{_bindir}/dfbtest_init
+%{_bindir}/dfbtest_water
+%{_bindir}/dfbtest_windows_watcher
+%{_bindir}/fluxcomp
+%{_bindir}/fusion_call_bench
 %{_libdir}/libdirectfb-*.so.*
 %{_libdir}/libdirect-*.so.*
 %{_libdir}/libfusion-*.so.*
 %{_libdir}/libuniquewm*.so.*
-%{_libdir}/directfb-%{major_ver}-5/
+%{_libdir}/directfb-%{major_ver}-0/
 %{_datadir}/directfb-%{version}/
 %{_mandir}/man1/dfbg.1*
 %{_mandir}/man5/directfbrc.5*
@@ -197,17 +197,9 @@ make check
 
 
 %changelog
-* Fri May 27 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.4.13-1
-- Update to 1.4.13
-
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.11-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Mon Feb 07 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.4.11-3
-- Drop abi patch
-
-* Mon Nov 29 2010 Nicolas Chauvet <kwizart at gmail.com> - 1.4.11-2
-- Keep DirectFB correct ABI
+* Thu Jul 14 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.5.0-1
+- Update to 1.5.0
+- Drop not upstreamed libv4l patches
 
 * Wed Nov 24 2010 Nicolas Chauvet <kwizart at gmail.com> - 1.4.11-1
 - Update to 1.4.11
diff --git a/sources b/sources
index d407c43..dca790f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aba114701054820f35e6dde5fd69b6df  DirectFB-1.4.13.tar.gz
+36bb7457af1d2768a533c26c8e7403f5  DirectFB-1.5.0.tar.gz


More information about the scm-commits mailing list