]> git.pld-linux.org Git - packages/xorg-driver-video-s3.git/commitdiff
- updated to 0.7.0 auto/th/xorg-driver-video-s3-0.7.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Jul 2019 14:21:48 +0000 (16:21 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Jul 2019 14:21:48 +0000 (16:21 +0200)
- removed obsolete mibstore patch

mibstore.patch [deleted file]
xorg-driver-video-s3.spec

diff --git a/mibstore.patch b/mibstore.patch
deleted file mode 100644 (file)
index 73e415b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- xf86-video-s3-0.6.5/src/s3_driver.c~       2012-07-17 06:50:05.000000000 +0200
-+++ xf86-video-s3-0.6.5/src/s3_driver.c        2013-04-07 21:41:50.108276860 +0200
-@@ -52,7 +52,6 @@
- #include "compiler.h"
- #include "mipointer.h"
- #include "micmap.h"
--#include "mibstore.h"
- #include "fb.h"
- #include "inputstr.h"
- #include "shadowfb.h"
-@@ -822,7 +821,6 @@
-       fbPictureInit (pScreen, 0, 0);
-       S3DGAInit(pScreen);
--        miInitializeBackingStore(pScreen);
-         xf86SetBackingStore(pScreen);
-       /* framebuffer manager setup */
index ae39c7d5646e9d53a3bee64ef7fe443afaac813d..2faa7d86c69e2c1ccac393bdb53b3de1ed807a4c 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       X.org video driver for old S3 video adapters
 Summary(pl.UTF-8):     Sterownik obrazu X.org dla starych kart graficznych S3
 Name:          xorg-driver-video-s3
-Version:       0.6.5
-Release:       11
+Version:       0.7.0
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3-%{version}.tar.bz2
-# Source0-md5: 37248d5c5a04d7f91c6f634cc592b304
-Patch0:                mibstore.patch
-URL:           http://xorg.freedesktop.org/
+Source0:       https://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3-%{version}.tar.bz2
+# Source0-md5: 8fa9c68b6f9c0fc21f3ba3eeab61e85c
+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.4
 %{?requires_xorg_xserver_videodrv}
@@ -57,7 +57,6 @@ ukÅ‚ady:
 
 %prep
 %setup -q -n xf86-video-s3-%{version}
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -82,6 +81,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog README
+%doc COPYING ChangeLog README.md
 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3_drv.so
 %{_mandir}/man4/s3.4*
This page took 0.144365 seconds and 4 git commands to generate.