]> git.pld-linux.org Git - packages/xorg-driver-video-i128.git/commitdiff
- updated to 1.4.0 auto/th/xorg-driver-video-i128-1.4.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Dec 2018 19:21:54 +0000 (20:21 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Dec 2018 19:21:54 +0000 (20:21 +0100)
- removed obsolete build patch

build.patch [deleted file]
xorg-driver-video-i128.spec

diff --git a/build.patch b/build.patch
deleted file mode 100644 (file)
index 4bd1384..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-commit c87753733a6e1f85d1d037dced0b47ce0cf41658
-Author: Adam Jackson <ajax@redhat.com>
-Date:   Tue Sep 25 08:54:40 2012 -0400
-
-    Remove mibstore.h
-    
-    Signed-off-by: Adam Jackson <ajax@redhat.com>
-
-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);
index e2ffe2644fa10b154714432505110af53684832b..da9a4efa14008a6ca75eee8cce4daef2a2506583 100644 (file)
@@ -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
This page took 0.082902 seconds and 4 git commands to generate.