commit xf86-video-fbturbo for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package xf86-video-fbturbo for 
openSUSE:Factory checked in at 2019-07-31 14:28:25

Comparing /work/SRC/openSUSE:Factory/xf86-video-fbturbo (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-fbturbo.new.4126 (New)


Package is "xf86-video-fbturbo"

Wed Jul 31 14:28:25 2019 rev:3 rq:719828 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-fbturbo/xf86-video-fbturbo.changes
2018-05-29 16:51:01.890563275 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-fbturbo.new.4126/xf86-video-fbturbo.changes
  2019-07-31 14:28:26.610130897 +0200
@@ -1,0 +2,6 @@
+Tue Jul 30 13:03:34 UTC 2019 - Stefan Dirsch 
+
+- move xorg.conf.d snippet from /etc/X11/xorg.conf.d to
+  /usr/share/X11/xorg.conf.d (boo#1139692)
+
+---



Other differences:
--
++ xf86-video-fbturbo.spec ++
--- /var/tmp/diff_new_pack.YFMpzC/_old  2019-07-31 14:28:27.210129791 +0200
+++ /var/tmp/diff_new_pack.YFMpzC/_new  2019-07-31 14:28:27.210129791 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-fbturbo
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 Version:0.4.0
 Release:0
 Summary:Xorg DDX driver for ARM devices (Allwinner, RPi and others)
-License:X11 and GPL-2.0+
+License:X11 AND GPL-2.0-or-later
 Group:  System/X11/Servers/XF86_4
 Url:https://github.com/ssvb/xf86-video-fbturbo
 # https://github.com/ssvb/%{name}/archive/%{version}.tar.gz
@@ -64,7 +64,7 @@
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-install %{S:1} -m 0644 -D 
%{buildroot}%{_sysconfdir}/X11/xorg.conf.d/99-fbturbo.conf
+install %{S:1} -m 0644 -D 
%{buildroot}%{_datadir}/X11/xorg.conf.d/99-fbturbo.conf
 
 %files
 %defattr(-,root,root)
@@ -72,6 +72,7 @@
 %dir %{_libdir}/xorg/modules/drivers
 %{_libdir}/xorg/modules/drivers/fbturbo_drv.so
 %{_mandir}/man4/fbturbo.4%{?ext_man}
-%config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/99-fbturbo.conf
+%dir %{_datadir}/X11/xorg.conf.d
+%{_datadir}/X11/xorg.conf.d/99-fbturbo.conf
 
 %changelog




commit xf86-video-fbturbo for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package xf86-video-fbturbo for 
openSUSE:Factory checked in at 2018-05-29 16:50:31

Comparing /work/SRC/openSUSE:Factory/xf86-video-fbturbo (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-fbturbo.new (New)


Package is "xf86-video-fbturbo"

Tue May 29 16:50:31 2018 rev:2 rq:611707 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-fbturbo/xf86-video-fbturbo.changes
2015-08-19 09:29:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-fbturbo.new/xf86-video-fbturbo.changes   
2018-05-29 16:51:01.890563275 +0200
@@ -1,0 +2,6 @@
+Wed May 23 14:46:02 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-fbturbo.spec ++
--- /var/tmp/diff_new_pack.tIrSN1/_old  2018-05-29 16:51:02.358546055 +0200
+++ /var/tmp/diff_new_pack.tIrSN1/_new  2018-05-29 16:51:02.362545909 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-fbturbo
 #
-# Copyright (c) 2015 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
@@ -26,6 +26,7 @@
 # https://github.com/ssvb/%{name}/archive/%{version}.tar.gz
 Source0:%{name}-%{version}.tar.gz
 Source1:99-fbturbo.conf
+Patch0: n_xorg-server-1.20.patch
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(pciaccess) >= 0.8.0
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ n_xorg-server-1.20.patch ++
--- xf86-video-fbturbo-0.4.0/src/fbdev.c.orig   2018-05-23 14:42:50.647069133 
+
+++ xf86-video-fbturbo-0.4.0/src/fbdev.c2018-05-23 14:43:27.607237003 
+
@@ -675,7 +675,7 @@ FBDevCreateScreenResources(ScreenPtr pSc
 pPixmap = pScreen->GetScreenPixmap(pScreen);
 
 if (!shadowAdd(pScreen, pPixmap, fPtr->rotate ?
-  shadowUpdateRotatePackedWeak() : shadowUpdatePackedWeak(),
+  shadowUpdateRotatePacked : shadowUpdatePacked,
   FBDevWindowLinear, fPtr->rotate, NULL)) {
return FALSE;
 }