Hello community,
here is the log from the commit of package xf86-video-siliconmotion for
openSUSE:Factory checked in at 2015-02-13 08:35:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-siliconmotion (Old)
and /work/SRC/openSUSE:Factory/.xf86-video-siliconmotion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-siliconmotion"
Changes:
--------
---
/work/SRC/openSUSE:Factory/xf86-video-siliconmotion/xf86-video-siliconmotion.changes
2013-08-23 11:09:47.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-video-siliconmotion.new/xf86-video-siliconmotion.changes
2015-02-13 08:35:24.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb 6 13:14:31 UTC 2015 - [email protected]
+
+- U_Fix-build-against-xserver-1.17.patch
+ * fixes build against xorg-server 1.17
+
+-------------------------------------------------------------------
New:
----
U_Fix-build-against-xserver-1.17.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-video-siliconmotion.spec ++++++
--- /var/tmp/diff_new_pack.VJ9PsP/_old 2015-02-13 08:35:25.000000000 +0100
+++ /var/tmp/diff_new_pack.VJ9PsP/_new 2015-02-13 08:35:25.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xf86-video-siliconmotion
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -25,6 +25,7 @@
Url: http://xorg.freedesktop.org/
Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
Patch0: U_Remove-miInitializeBackingStore.patch
+Patch1: U_Fix-build-against-xserver-1.17.patch
BuildRequires: pkg-config
BuildRequires: pkgconfig(fontsproto)
BuildRequires: pkgconfig(pciaccess) >= 0.8.0
@@ -52,6 +53,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%configure
++++++ U_Fix-build-against-xserver-1.17.patch ++++++
>From b0b287209cfba5c64c7584b1a82ed2a2f1eab7e6 Mon Sep 17 00:00:00 2001
From: Adam Jackson <[email protected]>
Date: Tue, 30 Sep 2014 10:28:48 -0400
Subject: [PATCH] Fix build against xserver 1.17
Signed-off-by: Adam Jackson <[email protected]>
---
src/smi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/smi.h b/src/smi.h
index 956c14f..8ca760e 100644
--- a/src/smi.h
+++ b/src/smi.h
@@ -221,7 +221,7 @@ typedef struct
CARD8 * DataPortBase; /* Base of data port */
int DataPortSize; /* Size of data port */
CARD8 * IOBase; /* Base of MMIO VGA ports */
- IOADDRESS PIOBase; /* Base of I/O ports */
+ unsigned int PIOBase; /* Base of I/O ports */
unsigned char * FBBase; /* Base of FB */
CARD32 fbMapOffset; /* offset for fb mapping */
CARD32 FBOffset; /* Current visual FB starting
--
1.8.4.5
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]