commit DirectFB for openSUSE:Factory
Hello community, here is the log from the commit of package DirectFB for openSUSE:Factory checked in at Wed Nov 25 14:54:22 CET 2009. -------- --- DirectFB/DirectFB.changes 2009-06-20 12:02:07.000000000 +0200 +++ /mounts/work_src_done/STABLE/DirectFB/DirectFB.changes 2009-11-24 17:36:03.000000000 +0100 @@ -1,0 +2,11 @@ +Tue Nov 24 14:54:16 UTC 2009 - mvyskocil@suse.cz + +- updated to 1.2.9 - a bugfix release with merged changes from 1.4.x branch + * several API features that are required by SaWMan have been added. + - Add application_id to a window with IDirectFBWindow_Set/GetApplicationID + - dynamic window association via IDirectFBWindow::SetAssociation() + - add DWCAPS_COLOR to the window capabilities + - allow the window config value "color" to colorize the window +- refreshed patches + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- DirectFB-0.9.25-comma.patch DirectFB-0.9.25-headers.patch DirectFB-1.2.8.tar.bz2 New: ---- DirectFB-1.2.9-comma.patch DirectFB-1.2.9-headers.patch DirectFB-1.2.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ DirectFB.spec ++++++ --- /var/tmp/diff_new_pack.sgziGH/_old 2009-11-25 14:51:33.000000000 +0100 +++ /var/tmp/diff_new_pack.sgziGH/_new 2009-11-25 14:51:33.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package DirectFB (Version 1.2.8) +# spec file for package DirectFB (Version 1.2.9) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -34,17 +34,17 @@ License: LGPL v2.1 or later Group: System/Libraries AutoReqProv: on -Version: 1.2.8 +Version: 1.2.9 Release: 1 Summary: Graphics Library for Framebuffer Devices -Source: %name-%version.tar.bz2 -Patch2: %name-0.9.24-matroxi2c.diff -Patch3: %name-0.9.25-headers.patch -Patch4: %name-cc-cflags.patch -Patch5: %name-int.patch -Patch6: %name-0.9.24-warning.patch -Patch8: %name-0.9.25-comma.patch -Patch9: %name-1.1.1.patch +Source: %{name}-%{version}.tar.bz2 +Patch2: DirectFB-0.9.24-matroxi2c.diff +Patch3: DirectFB-1.2.9-headers.patch +Patch4: DirectFB-cc-cflags.patch +Patch5: DirectFB-int.patch +Patch6: DirectFB-0.9.24-warning.patch +Patch8: DirectFB-1.2.9-comma.patch +Patch9: DirectFB-1.1.1.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -95,7 +95,7 @@ Group: System/Libraries %description doc -DirectFB documentation in html form. +Graphics Library for Framebuffer Devices Documentation in html form. @@ -138,8 +138,6 @@ make %install -rm -rf $RPM_BUILD_ROOT -mkdir $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install find $RPM_BUILD_ROOT -name '*.la' | xargs rm -v @@ -174,7 +172,7 @@ %{_libdir}/libdirect*.so.* %{_libdir}/libfusion*.so.* %{_libdir}/libuniquewm*.so.* -%{_libdir}/directfb-1.2-0 +%{_libdir}/directfb-1.2-9 %{_bindir}/mkd*iff %{_bindir}/directfb-config %doc %_mandir/man1/dfbg.1.gz ++++++ DirectFB-0.9.25-comma.patch -> DirectFB-1.2.9-comma.patch ++++++ --- DirectFB/DirectFB-0.9.25-comma.patch 2007-10-26 01:43:51.000000000 +0200 +++ /mounts/work_src_done/STABLE/DirectFB/DirectFB-1.2.9-comma.patch 2009-11-24 17:35:56.000000000 +0100 @@ -1,6 +1,8 @@ ---- include/directfb.h -+++ include/directfb.h -@@ -860,7 +860,7 @@ +Index: include/directfb.h +=================================================================== +--- include/directfb.h.orig 2009-11-24 14:54:13.895364197 +0100 ++++ include/directfb.h 2009-11-24 14:54:47.988488788 +0100 +@@ -978,7 +978,7 @@ any character advance of fixed or proportional fonts */ DFDESC_FRACT_HEIGHT = 0x00000020, /* fractional height is set */ ++++++ DirectFB-0.9.25-headers.patch -> DirectFB-1.2.9-headers.patch ++++++ --- DirectFB/DirectFB-0.9.25-headers.patch 2007-10-26 01:43:51.000000000 +0200 +++ /mounts/work_src_done/STABLE/DirectFB/DirectFB-1.2.9-headers.patch 2009-11-24 17:35:57.000000000 +0100 @@ -1,6 +1,8 @@ ---- systems/fbdev/fbdev.c -+++ systems/fbdev/fbdev.c -@@ -41,6 +41,7 @@ +Index: systems/fbdev/fbdev.c +=================================================================== +--- systems/fbdev/fbdev.c.orig 2009-11-24 14:54:14.099489693 +0100 ++++ systems/fbdev/fbdev.c 2009-11-24 14:54:27.374488970 +0100 +@@ -43,6 +43,7 @@ #include <sys/ioctl.h> #include <sys/mman.h> #include <sys/kd.h> @@ -8,13 +10,15 @@ #include <pthread.h> ---- systems/fbdev/vt.c -+++ systems/fbdev/vt.c -@@ -41,6 +41,7 @@ +Index: systems/fbdev/vt.c +=================================================================== +--- systems/fbdev/vt.c.orig 2009-11-24 14:54:14.099489693 +0100 ++++ systems/fbdev/vt.c 2009-11-24 14:54:27.375488725 +0100 +@@ -43,6 +43,7 @@ #include <sys/kd.h> #include <errno.h> #include <pthread.h> +#undef _LINUX_TYPES_H - #include <asm/types.h> /* Needs to be included before dfb_types.h */ + #include <directfb.h> ++++++ DirectFB-1.2.8.tar.bz2 -> DirectFB-1.2.9.tar.bz2 ++++++ ++++ 2026 lines of diff (skipped) ++++++ DirectFB-cc-cflags.patch ++++++ --- /var/tmp/diff_new_pack.sgziGH/_old 2009-11-25 14:51:34.000000000 +0100 +++ /var/tmp/diff_new_pack.sgziGH/_new 2009-11-25 14:51:34.000000000 +0100 @@ -1,6 +1,8 @@ ---- DirectFB-1.0.1/configure.in -+++ DirectFB-1.0.1/configure.in -@@ -332,8 +332,12 @@ +Index: DirectFB-1.2.9/configure.in +=================================================================== +--- DirectFB-1.2.9.orig/configure.in 2009-11-24 14:54:14.042364493 +0100 ++++ DirectFB-1.2.9/configure.in 2009-11-24 14:54:38.866364832 +0100 +@@ -341,8 +341,12 @@ ## AS=$CC ASFLAGS=$CFLAGS ++++++ DirectFB-int.patch ++++++ --- /var/tmp/diff_new_pack.sgziGH/_old 2009-11-25 14:51:34.000000000 +0100 +++ /var/tmp/diff_new_pack.sgziGH/_new 2009-11-25 14:51:34.000000000 +0100 @@ -1,6 +1,8 @@ ---- DirectFB-1.0.1/include/dfb_types.h -+++ DirectFB-1.0.1/include/dfb_types.h -@@ -64,11 +64,9 @@ +Index: DirectFB-1.2.9/include/dfb_types.h +=================================================================== +--- DirectFB-1.2.9.orig/include/dfb_types.h 2009-11-24 14:54:13.992365538 +0100 ++++ DirectFB-1.2.9/include/dfb_types.h 2009-11-24 14:54:42.225363672 +0100 +@@ -36,11 +36,9 @@ #define __u8 u8 #define __u16 u16 #define __u32 u32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de