summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2019-02-13 18:23:55 (GMT)
committerJakub Bogusz2019-02-13 18:23:55 (GMT)
commitedea3aa6aaab8a9068ecd044e7f455d161d7698e (patch)
tree86f58cdf8f908034699c7fb5938fb611c905826b
parentd1c1a549964aaf1911ccd7c96f4a5fde4d0fadff (diff)
downloadxorg-driver-video-apm-edea3aa6aaab8a9068ecd044e7f455d161d7698e.zip
xorg-driver-video-apm-edea3aa6aaab8a9068ecd044e7f455d161d7698e.tar.gz
- removed obsolete build patch
-rw-r--r--build.patch22
-rw-r--r--xorg-driver-video-apm.spec12
2 files changed, 5 insertions, 29 deletions
diff --git a/build.patch b/build.patch
deleted file mode 100644
index eb97b82..0000000
--- a/build.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-commit 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca
-Author: Adam Jackson <ajax@redhat.com>
-Date: Wed Jan 9 22:03:29 2013 -0500
-
- Remove #include "mibstore.h"
-
- Signed-off-by: Adam Jackson <ajax@redhat.com>
-
-diff --git a/src/apm.h b/src/apm.h
-index a3c06f8..365e5e2 100644
---- a/src/apm.h
-+++ b/src/apm.h
-@@ -33,9 +33,6 @@
- /* All drivers initialising the SW cursor need this */
- #include "mipointer.h"
-
--/* All drivers implementing backing store need this */
--#include "mibstore.h"
--
- /* I2C support */
- #include "xf86i2c.h"
-
diff --git a/xorg-driver-video-apm.spec b/xorg-driver-video-apm.spec
index 88371f0..5906847 100644
--- a/xorg-driver-video-apm.spec
+++ b/xorg-driver-video-apm.spec
@@ -1,14 +1,13 @@
Summary: X.org video driver for Alliance ProMotion video adapters
Summary(pl.UTF-8): Sterownik obrazu X.org do kart graficznych Alliance ProMotion
Name: xorg-driver-video-apm
-Version: 1.2.5
-Release: 11
+Version: 1.3.0
+Release: 1
License: MIT
Group: X11/Applications
-Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-apm-%{version}.tar.bz2
-# Source0-md5: bce02d48c66932d082786167af22835a
-Patch0: build.patch
-URL: http://xorg.freedesktop.org/
+Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-video-apm-%{version}.tar.bz2
+# Source0-md5: 6f59f323c6d3fe7217a8728f17c137a6
+URL: https://xorg.freedesktop.org/
BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: libtool
@@ -42,7 +41,6 @@ Obsługuje karty PCI i ISA oparte na następujących układach: ProMotion
%prep
%setup -q -n xf86-video-apm-%{version}
-%patch0 -p1
%build
%{__libtoolize}