Hello community,

here is the log from the commit of package xf86-video-dummy for 
openSUSE:Factory checked in at 2013-03-21 10:57:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-dummy (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-dummy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-dummy", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-dummy/xf86-video-dummy.changes        
2012-09-18 14:00:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-dummy.new/xf86-video-dummy.changes   
2013-03-21 10:57:03.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Mar 20 17:44:41 UTC 2013 - sndir...@suse.com
+
+- no longer autoselect this driver for installation 
+
+-------------------------------------------------------------------
+Tue Mar 19 15:40:06 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Add U_mibstore.patch, fixes build with xorg-server 1.14
+
+-------------------------------------------------------------------

New:
----
  U_mibstore.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xf86-video-dummy.spec ++++++
--- /var/tmp/diff_new_pack.S9iduF/_old  2013-03-21 10:57:03.000000000 +0100
+++ /var/tmp/diff_new_pack.S9iduF/_new  2013-03-21 10:57:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-dummy
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:          System/X11/Servers/XF86_4
 Url:            http://xorg.freedesktop.org/
 Source0:        
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+#PATCH-FIX-UPSTREAM U_mibstore.patch -- removes obsolete include
+Patch0:         U_mibstore.patch
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(randrproto)
@@ -33,7 +35,6 @@
 BuildRequires:  pkgconfig(xorg-macros) >= 1.3
 BuildRequires:  pkgconfig(xorg-server) >= 1.0.99.901
 BuildRequires:  pkgconfig(xproto)
-Supplements:    xorg-x11-server
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:      xorg-x11-driver-video <= 7.6
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -44,6 +45,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++++++ U_mibstore.patch ++++++
>From 44f04fd3046043ed31369025f34353c4e0e5c1cd Mon Sep 17 00:00:00 2001
From: Adam Jackson <a...@redhat.com>
Date: Tue, 25 Sep 2012 12:54:36 +0000
Subject: Remove mibstore.h

Signed-off-by: Adam Jackson <a...@redhat.com>
---
diff --git a/src/dummy_driver.c b/src/dummy_driver.c
index 62066d6..6062c39 100644
--- a/src/dummy_driver.c
+++ b/src/dummy_driver.c
@@ -14,9 +14,6 @@
 /* All drivers initialising the SW cursor need this */
 #include "mipointer.h"
 
-/* All drivers implementing backing store need this */
-#include "mibstore.h"
-
 /* All drivers using the mi colormap manipulation need this */
 #include "micmap.h"
 
@@ -617,7 +614,6 @@ DUMMYScreenInit(SCREEN_INIT_ARGS_DECL)
                   , lines - pScrn->virtualY);
     }
 
-    miInitializeBackingStore(pScreen);
     xf86SetBackingStore(pScreen);
     xf86SetSilkenMouse(pScreen);
        
--
cgit v0.9.0.2-2-gbebe
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to