Hello community,

here is the log from the commit of package xf86-video-openchrome for 
openSUSE:Factory checked in at 2018-05-29 16:50:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-openchrome (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-openchrome.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-openchrome"

Tue May 29 16:50:38 2018 rev:11 rq:611709 version:0.6.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xf86-video-openchrome/xf86-video-openchrome.changes  
    2017-03-09 02:05:35.468548096 +0100
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-openchrome.new/xf86-video-openchrome.changes
 2018-05-29 16:51:08.922304544 +0200
@@ -1,0 +2,6 @@
+Wed May 23 15:07:36 UTC 2018 - sndir...@suse.com
+
+- n_xorg-server-1.20.patch
+  * fix build against xorg-server 1.20 
+
+-------------------------------------------------------------------

New:
----
  n_xorg-server-1.20.patch

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

Other differences:
------------------
++++++ xf86-video-openchrome.spec ++++++
--- /var/tmp/diff_new_pack.VgrNMp/_old  2018-05-29 16:51:09.578280407 +0200
+++ /var/tmp/diff_new_pack.VgrNMp/_new  2018-05-29 16:51:09.578280407 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-openchrome
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,7 @@
 Group:          System/X11/Servers/XF86_4
 Url:            http://xorg.freedesktop.org/
 Source0:        
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+Patch0:         n_xorg-server-1.20.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(x11)
@@ -40,6 +41,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++++++ n_xorg-server-1.20.patch ++++++
--- xf86-video-openchrome-0.6.0/src/via_driver.c.orig   2018-05-23 
15:05:21.167506179 +0000
+++ xf86-video-openchrome-0.6.0/src/via_driver.c        2018-05-23 
15:05:48.931619056 +0000
@@ -1675,7 +1675,7 @@ VIACreateScreenResources(ScreenPtr pScre
         return FALSE;
 
     if (pVia->shadowFB) {
-        if (!shadowAdd(pScreen, rootPixmap, shadowUpdatePackedWeak(),
+        if (!shadowAdd(pScreen, rootPixmap, shadowUpdatePacked,
                         viaShadowWindow, 0, NULL))
             return FALSE;
     }

Reply via email to