From: Jakub Bogusz Date: Sun, 9 Dec 2018 19:21:54 +0000 (+0100) Subject: - updated to 1.4.0 X-Git-Tag: auto/th/xorg-driver-video-i128-1.4.0-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=d4807723ea61573e4803c97c2b1cba75af538abf;p=packages%2Fxorg-driver-video-i128.git - updated to 1.4.0 - removed obsolete build patch --- diff --git a/build.patch b/build.patch deleted file mode 100644 index 4bd1384..0000000 --- a/build.patch +++ /dev/null @@ -1,29 +0,0 @@ -commit c87753733a6e1f85d1d037dced0b47ce0cf41658 -Author: Adam Jackson -Date: Tue Sep 25 08:54:40 2012 -0400 - - Remove mibstore.h - - Signed-off-by: Adam Jackson - -diff --git a/src/i128_driver.c b/src/i128_driver.c -index a0f08c0..51a4135 100644 ---- a/src/i128_driver.c -+++ b/src/i128_driver.c -@@ -50,8 +50,6 @@ - /* All drivers initialising the SW cursor need this */ - #include "mipointer.h" - --/* All drivers implementing backing store need this */ --#include "mibstore.h" - #include "micmap.h" - - #include "xf86DDC.h" -@@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL) - return FALSE; - } - -- miInitializeBackingStore(pScreen); - xf86SetBackingStore(pScreen); - xf86SetSilkenMouse(pScreen); - diff --git a/xorg-driver-video-i128.spec b/xorg-driver-video-i128.spec index e2ffe26..da9a4ef 100644 --- a/xorg-driver-video-i128.spec +++ b/xorg-driver-video-i128.spec @@ -1,14 +1,13 @@ Summary: X.org video driver for Number 9 I128 video adapters Summary(pl.UTF-8): Sterownik obrazu X.org dla kart graficznych Number 9 I128 Name: xorg-driver-video-i128 -Version: 1.3.6 -Release: 11 +Version: 1.4.0 +Release: 1 License: MIT Group: X11/Applications -Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-i128-%{version}.tar.bz2 -# Source0-md5: 0b0d365dce2c567b807562a32f7fe66e -Patch0: build.patch -URL: http://xorg.freedesktop.org/ +Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-video-i128-%{version}.tar.bz2 +# Source0-md5: a980f1b8532ccfe81932580bc4e0f2a0 +URL: https://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: libtool @@ -20,6 +19,7 @@ BuildRequires: xorg-proto-randrproto-devel BuildRequires: xorg-proto-renderproto-devel BuildRequires: xorg-proto-videoproto-devel BuildRequires: xorg-proto-xextproto-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} @@ -42,7 +42,6 @@ I128-II, I128-T2R (Ticket 2 Ride), I128-T2R4 (Ticket 2 Ride IV). %prep %setup -q -n xf86-video-i128-%{version} -%patch0 -p1 %build %{__libtoolize} @@ -60,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la +%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la %clean rm -rf $RPM_BUILD_ROOT