[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_vgahw.c

Kevin Brace kevinbrace at kemper.freedesktop.org
Sat Dec 24 06:49:37 UTC 2016


 configure.ac    |    2 +-
 src/via_vgahw.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3e707fa384ad643ab484d823cfbe0c41937e25f3
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Fri Dec 23 22:49:07 2016 -0800

    Version bumped to 0.5.175
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index 8a31e61..39358ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-openchrome],
-        [0.5.174],
+        [0.5.175],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit 110260cbbb05f382834e6f27c7be0e58e9efc757
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Dec 21 21:41:34 2016 -0800

    Check ABI major not encoded ABI
    
    Signed-off-by: Adam Jackson <ajax at redhat.com>

diff --git a/src/via_vgahw.c b/src/via_vgahw.c
index 32a3dc4..965b96f 100644
--- a/src/via_vgahw.c
+++ b/src/via_vgahw.c
@@ -34,7 +34,7 @@
 #include "xf86.h"
 #include "via_driver.h" /* for HAVE_DEBUG */
 
-#if ABI_VIDEODRV_VERSION < 12
+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 12
 #define PIOOFFSET hwp->PIOOffset
 #else
 #define PIOOFFSET 0


More information about the Openchrome-devel mailing list