[packages/xorg-driver-video-glint] - updated to 1.2.9 - removed obsolete mibstore,xserver-1.19 patches
qboosh
qboosh at pld-linux.org
Thu Jan 19 21:19:29 CET 2017
commit bf2bf49c6ed2941a89e3799749dfe24e62783c80
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jan 19 21:20:49 2017 +0100
- updated to 1.2.9
- removed obsolete mibstore,xserver-1.19 patches
mibstore.patch | 34 ----------------------------------
xorg-driver-video-glint.spec | 15 ++++++---------
xserver-1.19.patch | 16 ----------------
3 files changed, 6 insertions(+), 59 deletions(-)
---
diff --git a/xorg-driver-video-glint.spec b/xorg-driver-video-glint.spec
index 81c9705..a78ff96 100644
--- a/xorg-driver-video-glint.spec
+++ b/xorg-driver-video-glint.spec
@@ -1,15 +1,13 @@
Summary: X.org video driver for GLINT/Permedia video chips
Summary(pl.UTF-8): Sterownik obrazu X.org dla układów graficznych GLINT/Permedia
Name: xorg-driver-video-glint
-Version: 1.2.8
-Release: 10
+Version: 1.2.9
+Release: 1
License: MIT
Group: X11/Applications
-Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-glint-%{version}.tar.bz2
-# Source0-md5: 775579c67dc55ff4909de3638bafd19f
-Patch0: mibstore.patch
-Patch1: xserver-1.19.patch
-URL: http://xorg.freedesktop.org/
+Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-video-glint-%{version}.tar.bz2
+# Source0-md5: 3d166b7a97d96007272ffc153d5f81fd
+URL: https://xorg.freedesktop.org/
BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: libtool
@@ -19,6 +17,7 @@ BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
BuildRequires: xorg-proto-videoproto-devel
BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
BuildRequires: xorg-proto-xf86dgaproto-devel
+BuildRequires: xorg-proto-xproto-devel
BuildRequires: xorg-util-util-macros >= 1.8
BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
%{?requires_xorg_xserver_videodrv}
@@ -43,8 +42,6 @@ Permedia 3, R3, R4) oraz Texas Instruments (Permedia, Permedia 2).
%prep
%setup -q -n xf86-video-glint-%{version}
-%patch0 -p1
-%patch1 -p1
%build
%{__libtoolize}
diff --git a/mibstore.patch b/mibstore.patch
deleted file mode 100644
index 157b9a6..0000000
--- a/mibstore.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 073d5b0b392781bf4a6aa7f9e2dbe2ae51caed2c Mon Sep 17 00:00:00 2001
-From: Adam Jackson <ajax at redhat.com>
-Date: Tue, 25 Sep 2012 08:54:38 -0400
-Subject: [PATCH] Remove mibstore.h
-
-Signed-off-by: Adam Jackson <ajax at redhat.com>
----
- src/glint_driver.c | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/src/glint_driver.c b/src/glint_driver.c
-index b6d20a9..aa78516 100644
---- a/src/glint_driver.c
-+++ b/src/glint_driver.c
-@@ -52,8 +52,6 @@
- #include "compiler.h"
- #include "mipointer.h"
-
--#include "mibstore.h"
--
- #include "pm3_regs.h"
- #include "glint_regs.h"
- #include "IBM.h"
-@@ -2904,7 +2902,6 @@ GLINTScreenInit(SCREEN_INIT_ARGS_DECL)
- }
- }
-
-- miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- xf86SetSilkenMouse(pScreen);
-
---
-1.8.0.2
-
diff --git a/xserver-1.19.patch b/xserver-1.19.patch
deleted file mode 100644
index a73ba2d..0000000
--- a/xserver-1.19.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- xf86-video-chips-1.2.6/src/compat-api.h~ 2015-09-26 18:28:01.000000000 +0200
-+++ xf86-video-chips-1.2.6/src/compat-api.h 2016-11-28 09:12:37.337570460 +0100
-@@ -75,8 +75,13 @@
-
- #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
-
-+#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
-+#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
-+#define BLOCKHANDLER_ARGS arg, pTimeout
-+#else
- #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer pReadmask
- #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
-+#endif
-
- #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
- #define CLOSE_SCREEN_ARGS pScreen
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-glint.git/commitdiff/bf2bf49c6ed2941a89e3799749dfe24e62783c80
More information about the pld-cvs-commit
mailing list