commit xf86-video-openchrome for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package xf86-video-openchrome for 
openSUSE:Factory checked in at 2020-06-10 00:50:43

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


Package is "xf86-video-openchrome"

Wed Jun 10 00:50:43 2020 rev:12 rq:812880 version:0.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-openchrome/xf86-video-openchrome.changes  
2018-05-29 16:51:08.922304544 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-openchrome.new.3606/xf86-video-openchrome.changes
2020-06-10 00:50:45.803313417 +0200
@@ -1,0 +2,6 @@
+Tue Jun  9 11:06:06 UTC 2020 - Stefan Dirsch 
+
+- u_gcc10.patch 
+  * fixes build against gcc10, which uses -fno-common by default
+
+---

New:

  u_gcc10.patch



Other differences:
--
++ xf86-video-openchrome.spec ++
--- /var/tmp/diff_new_pack.9JNfdK/_old  2020-06-10 00:50:46.415315018 +0200
+++ /var/tmp/diff_new_pack.9JNfdK/_new  2020-06-10 00:50:46.419315029 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-openchrome
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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/
 #
 
 
@@ -22,9 +22,10 @@
 Summary:Openchrome driver (VIA GPUs) for the Xorg X server
 License:MIT
 Group:  System/X11/Servers/XF86_4
-Url:http://xorg.freedesktop.org/
+URL:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Patch0: n_xorg-server-1.20.patch
+Patch1: u_gcc10.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(x11)
@@ -42,6 +43,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure

++ u_gcc10.patch ++
diff -u -r -p xf86-video-openchrome-0.6.0.old/src/via_driver.h 
xf86-video-openchrome-0.6.0/src/via_driver.h
--- xf86-video-openchrome-0.6.0.old/src/via_driver.h2020-06-09 
10:58:52.420835420 +
+++ xf86-video-openchrome-0.6.0/src/via_driver.h2020-06-09 
11:00:52.395304562 +
@@ -394,8 +394,8 @@ typedef struct
 
 
 /* In via_display.c. */
-const xf86CrtcFuncsRec iga1_crtc_funcs;
-const xf86CrtcFuncsRec iga2_crtc_funcs;
+extern const xf86CrtcFuncsRec iga1_crtc_funcs;
+extern const xf86CrtcFuncsRec iga2_crtc_funcs;
 
 /* In via_exa.c. */
 Bool viaInitExa(ScreenPtr pScreen);
diff -u -r -p xf86-video-openchrome-0.6.0.old/src/via_sii164.h 
xf86-video-openchrome-0.6.0/src/via_sii164.h
--- xf86-video-openchrome-0.6.0.old/src/via_sii164.h2020-06-09 
10:58:52.416835339 +
+++ xf86-video-openchrome-0.6.0/src/via_sii164.h2020-06-09 
11:03:01.321957561 +
@@ -47,7 +47,7 @@ typedef struct _viaSiI164 {
 } viaSiI164Rec, *viaSiI164RecPtr;
 
 
-const xf86OutputFuncsRec via_sii164_funcs;
+extern const xf86OutputFuncsRec via_sii164_funcs;
 
 Bool viaSiI164Init(ScrnInfoPtr pScrn, I2CBusPtr pI2CBus);
 
diff -u -r -p xf86-video-openchrome-0.6.0.old/src/via_vt1632.h 
xf86-video-openchrome-0.6.0/src/via_vt1632.h
--- xf86-video-openchrome-0.6.0.old/src/via_vt1632.h2020-06-09 
10:58:52.428835584 +
+++ xf86-video-openchrome-0.6.0/src/via_vt1632.h2020-06-09 
11:01:55.924611902 +
@@ -44,7 +44,7 @@ typedef struct _viaVT1632Rec {
 } viaVT1632Rec, *viaVT1632RecPtr;
 
 
-const xf86OutputFuncsRec via_vt1632_funcs;
+extern const xf86OutputFuncsRec via_vt1632_funcs;
 
 Bool viaVT1632Init(ScrnInfoPtr pScrn, I2CBusPtr pI2CBus);
 



commit xf86-video-openchrome for openSUSE:Factory

2018-05-29 Thread root
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 +
+++ xf86-video-openchrome-0.6.0/src/via_driver.c2018-05-23 
15:05:48.931619056 +
@@ -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;
 }



commit xf86-video-openchrome for openSUSE:Factory

2017-03-08 Thread root
Hello community,

here is the log from the commit of package xf86-video-openchrome for 
openSUSE:Factory checked in at 2017-03-09 02:05:34

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


Package is "xf86-video-openchrome"

Thu Mar  9 02:05:34 2017 rev:10 rq:477702 version:0.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-openchrome/xf86-video-openchrome.changes  
2016-12-15 10:43:02.276888343 +0100
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-openchrome.new/xf86-video-openchrome.changes
 2017-03-09 02:05:35.468548096 +0100
@@ -1,0 +2,19 @@
+Wed Mar  8 09:27:09 UTC 2017 - sndir...@suse.com
+
+- updated to release 0.6.0
+  * First official support for CX700, VX700, and VX800 chipsets
+integrated TMDS transmitter (i.e., DVI support)
+  * Initial support for Silicon Image SiI 164 TMDS transmitter
+  * Improved FP reinitialization when resuming from standby
+(HP 2133 Mini-Note, FIC CE260 / CE261 based netbooks like
+Everex CloudBook and Sylvania g netbook)
+  * Improved automatic detection of display resources
+  * Improved X Server stability in dual monitor mode
+  * Automatic active steering of the display controller channel to the
+correct display output device
+  * Fix for the disruption of the VT (Virtual Terminal) screen bug
+introduced in Version 0.5
+  * Fix for HP 2133 Mini-Note's PCIe WLAN getting turned off
+inadvertently bug introduced in Version 0.5
+
+---

Old:

  xf86-video-openchrome-0.5.0.tar.bz2

New:

  xf86-video-openchrome-0.6.0.tar.bz2



Other differences:
--
++ xf86-video-openchrome.spec ++
--- /var/tmp/diff_new_pack.OvjRz6/_old  2017-03-09 02:05:36.072462528 +0100
+++ /var/tmp/diff_new_pack.OvjRz6/_new  2017-03-09 02:05:36.072462528 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-openchrome
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-video-openchrome
-Version:0.5.0
+Version:0.6.0
 Release:0
 Summary:Openchrome driver (VIA GPUs) for the Xorg X server
 License:MIT

++ xf86-video-openchrome-0.5.0.tar.bz2 -> 
xf86-video-openchrome-0.6.0.tar.bz2 ++
 41318 lines of diff (skipped)




commit xf86-video-openchrome for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-openchrome for 
openSUSE:Factory checked in at 2016-04-28 16:57:19

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


Package is "xf86-video-openchrome"

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-openchrome/xf86-video-openchrome.changes  
2015-06-08 08:31:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-openchrome.new/xf86-video-openchrome.changes
 2016-04-28 17:02:33.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr 27 13:11:13 UTC 2016 - sndir...@suse.com
+
+- updated to release 0.4.0
+- obsoletes patches 
+  * U_Add-pciid-for-ECS-VX900-I-motherboard.patch
+  * u_xf86.h-cannot-be-included-without-first-including-xo.patch
+  * xf86-video-openchrome-abuild.patch
+
+---

Old:

  U_Add-pciid-for-ECS-VX900-I-motherboard.patch
  u_xf86.h-cannot-be-included-without-first-including-xo.patch
  xf86-video-openchrome-0.3.2.tar.bz2
  xf86-video-openchrome-abuild.patch

New:

  xf86-video-openchrome-0.4.0.tar.bz2



Other differences:
--
++ xf86-video-openchrome.spec ++
--- /var/tmp/diff_new_pack.shGf9s/_old  2016-04-28 17:02:36.0 +0200
+++ /var/tmp/diff_new_pack.shGf9s/_new  2016-04-28 17:02:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-openchrome
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,16 +17,13 @@
 
 
 Name:   xf86-video-openchrome
-Version:0.3.2
+Version:0.4.0
 Release:0
 Summary:Openchrome driver (VIA GPUs) for the Xorg X server
 License:MIT
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
-Patch0: xf86-video-openchrome-abuild.patch
-Patch1: u_xf86.h-cannot-be-included-without-first-including-xo.patch
-Patch2: U_Add-pciid-for-ECS-VX900-I-motherboard.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(x11)
@@ -43,9 +40,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure

++ xf86-video-openchrome-0.3.2.tar.bz2 -> 
xf86-video-openchrome-0.4.0.tar.bz2 ++
 32632 lines of diff (skipped)




commit xf86-video-openchrome for openSUSE:Factory

2014-12-17 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-openchrome for 
openSUSE:Factory checked in at 2014-12-17 19:15:47

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


Package is xf86-video-openchrome

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-openchrome/xf86-video-openchrome.changes  
2014-11-06 16:51:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-openchrome.new/xf86-video-openchrome.changes
 2014-12-17 19:14:59.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 16 18:02:21 UTC 2014 - sndir...@suse.com
+
+- fixed summary and description 
+
+---



Other differences:
--
++ xf86-video-openchrome.spec ++
--- /var/tmp/diff_new_pack.aDIDie/_old  2014-12-17 19:15:00.0 +0100
+++ /var/tmp/diff_new_pack.aDIDie/_new  2014-12-17 19:15:00.0 +0100
@@ -19,7 +19,7 @@
 Name:   xf86-video-openchrome
 Version:0.3.2
 Release:0
-Summary:Intel video driver for the Xorg X server
+Summary:Openchrome driver (VIA GPUs) for the Xorg X server
 License:MIT
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
@@ -36,6 +36,9 @@
 %x11_abi_videodrv_req
 
 %description
+The OpenChrome project is committed to providing and supporting fully free 
+and Open Source drivers that take full advantage of the hardware acceleration 
+of VIA chipsets featuring the VIA UniChrome, UniChrome Pro and Chrome9 
integrated graphics processors.
 
 %prep
 %setup -q

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xf86-video-openchrome for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-openchrome for 
openSUSE:Factory checked in at 2014-11-06 16:50:24

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


Package is xf86-video-openchrome

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-openchrome/xf86-video-openchrome.changes  
2013-06-05 13:24:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-openchrome.new/xf86-video-openchrome.changes
 2014-11-06 16:51:31.0 +0100
@@ -1,0 +2,11 @@
+Wed Nov  5 10:35:23 UTC 2014 - sndir...@suse.com
+
+- u_xf86.h-cannot-be-included-without-first-including-xo.patch 
+  * fixes build with latest glibc
+
+---
+Mon Oct 27 09:10:25 UTC 2014 - sndir...@suse.com
+
+- fixed buildrequires (added pkgconfig(gl)) 
+
+---

New:

  u_xf86.h-cannot-be-included-without-first-including-xo.patch



Other differences:
--
++ xf86-video-openchrome.spec ++
--- /var/tmp/diff_new_pack.HrHUQZ/_old  2014-11-06 16:51:32.0 +0100
+++ /var/tmp/diff_new_pack.HrHUQZ/_new  2014-11-06 16:51:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-openchrome
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -25,7 +25,9 @@
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Patch0: xf86-video-openchrome-abuild.patch
+Patch1: u_xf86.h-cannot-be-included-without-first-including-xo.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xorg-server)
@@ -38,6 +40,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure

++ u_xf86.h-cannot-be-included-without-first-including-xo.patch ++
From 879f098cf8b8dc134569b9943f9665bfae17467e Mon Sep 17 00:00:00 2001
From: Stefan Dirsch sndir...@suse.de
Date: Wed, 5 Nov 2014 11:29:37 +0100
Subject: [PATCH] xf86.h cannot be included without first including
 xorg-server.h.

Without this the build fails on systems with the latest glibc,
throwing this error:

In file included from /usr/include/string.h:634:0,
 from /usr/include/xorg/os.h:53,
 from /usr/include/xorg/misc.h:115,
 from /usr/include/xorg/xf86str.h:37,
 from /usr/include/xorg/xf86.h:44,
 from via_3d.h:28,
 from via_3d.c:24:
/usr/include/xorg/os.h:579:1: error: expected identifier or '(' before 
'__extension__'
 strndup(const char *str, size_t n);

This is caused by HAVE_STRNDUP not being set (it is set from xorg-server.h),
causing os.h to redefine it.

Signed-off-by: Stefan Dirsch sndir...@suse.de
---
 src/via_3d.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/via_3d.h b/src/via_3d.h
index c33228e..15be0be 100644
--- a/src/via_3d.h
+++ b/src/via_3d.h
@@ -24,6 +24,7 @@
 #ifndef VIA_3D_H
 #define VIA_3D_H
 
+#include xorg-server.h
 #include xf86.h
 #include via_dmabuffer.h
 
-- 
1.8.4.5

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xf86-video-openchrome for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-openchrome for 
openSUSE:Factory checked in at 2013-06-05 13:24:26

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


Package is xf86-video-openchrome

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-openchrome/xf86-video-openchrome.changes  
2013-04-05 07:43:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-openchrome.new/xf86-video-openchrome.changes
 2013-06-05 13:24:28.0 +0200
@@ -1,0 +2,5 @@
+Wed May 29 18:18:23 UTC 2013 - dvla...@suse.com
+
+- Set ExclusiveArch to x86. The pacakge is x86 specific 
+
+---



Other differences:
--
++ xf86-video-openchrome.spec ++
--- /var/tmp/diff_new_pack.KqNzNI/_old  2013-06-05 13:24:28.0 +0200
+++ /var/tmp/diff_new_pack.KqNzNI/_new  2013-06-05 13:24:28.0 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xorg-server)
 BuildRequires:  pkgconfig(xvmc)
+ExclusiveArch:  %{ix86} x86_64
 %x11_abi_videodrv_req
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org