diff -Nru libdrm-2.4.80+git20170524.eeb51df3/Android.common.mk libdrm-2.4.81+git20170602.ce9e3ba6/Android.common.mk --- libdrm-2.4.80+git20170524.eeb51df3/Android.common.mk 2017-04-15 08:19:13.000000000 +0000 +++ libdrm-2.4.81+git20170602.ce9e3ba6/Android.common.mk 2017-06-02 12:18:24.000000000 +0000 @@ -1,5 +1,6 @@ # XXX: Consider moving these to config.h analogous to autoconf. LOCAL_CFLAGS += \ + -DMAJOR_IN_SYSMACROS=1 \ -DHAVE_VISIBILITY=1 \ -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1 diff -Nru libdrm-2.4.80+git20170524.eeb51df3/ChangeLog libdrm-2.4.81+git20170602.ce9e3ba6/ChangeLog --- libdrm-2.4.80+git20170524.eeb51df3/ChangeLog 2017-05-24 05:42:37.000000000 +0000 +++ libdrm-2.4.81+git20170602.ce9e3ba6/ChangeLog 2017-06-02 12:19:03.000000000 +0000 @@ -1,9 +1,37 @@ -commit bb4a35a1b29cf6bcdec91218ff0eba502bb89701 +commit ec3025fb463a7169e827faed3dcd2192ed236144 Author: Rico Tzschichholz -Date: Wed May 24 07:42:12 2017 +0200 +Date: Fri Jun 2 14:18:24 2017 +0200 Add debian tree from origin/debian-experimental +commit ce9e3ba6e2cc65e1e9e6e05a5f326c4dd25ab2c4 +Author: Rob Herring +Date: Sun May 28 09:34:13 2017 -0500 + + Android: fix missing trailing \ + + In commit bbe998791d6c ("Android's major/minor/makedev live in + "), it didn't apply cleanly and I missed the trailing + \, so add it here. + + Signed-off-by: Rob Herring + +commit bbe998791d6cd0d5c048beba6ae8a6dbbf8185be +Author: Elliott Hughes +Date: Sat May 20 11:24:29 2017 -0700 + + Android's major/minor/makedev live in + + Bug: https://github.com/android-ndk/ndk/issues/398 + + Signed-off-by: Rob Herring + +commit 81312f3730c14a2930a7784493701809c7f04a26 +Author: Marek Olšák +Date: Wed May 24 17:01:36 2017 +0200 + + Bump version to 2.4.81 + commit eeb51df3ced003515ba4a71492eeb86c145cb77e Author: Leo Liu Date: Tue Feb 21 11:14:09 2017 -0500 diff -Nru libdrm-2.4.80+git20170524.eeb51df3/configure libdrm-2.4.81+git20170602.ce9e3ba6/configure --- libdrm-2.4.80+git20170524.eeb51df3/configure 2017-05-24 05:42:33.000000000 +0000 +++ libdrm-2.4.81+git20170602.ce9e3ba6/configure 2017-06-02 12:19:00.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libdrm 2.4.80. +# Generated by GNU Autoconf 2.69 for libdrm 2.4.81. # # Report bugs to . # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='libdrm' PACKAGE_TARNAME='libdrm' -PACKAGE_VERSION='2.4.80' -PACKAGE_STRING='libdrm 2.4.80' +PACKAGE_VERSION='2.4.81' +PACKAGE_STRING='libdrm 2.4.81' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=DRI' PACKAGE_URL='' @@ -1432,7 +1432,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libdrm 2.4.80 to adapt to many kinds of systems. +\`configure' configures libdrm 2.4.81 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1503,7 +1503,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libdrm 2.4.80:";; + short | recursive ) echo "Configuration of libdrm 2.4.81:";; esac cat <<\_ACEOF @@ -1675,7 +1675,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libdrm configure 2.4.80 +libdrm configure 2.4.81 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2098,7 +2098,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libdrm $as_me 2.4.80, which was +It was created by libdrm $as_me 2.4.81, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3457,7 +3457,7 @@ # Define the identity of the package. PACKAGE='libdrm' - VERSION='2.4.80' + VERSION='2.4.81' cat >>confdefs.h <<_ACEOF @@ -15277,7 +15277,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libdrm $as_me 2.4.80, which was +This file was extended by libdrm $as_me 2.4.81, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15343,7 +15343,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libdrm config.status 2.4.80 +libdrm config.status 2.4.81 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru libdrm-2.4.80+git20170524.eeb51df3/configure.ac libdrm-2.4.81+git20170602.ce9e3ba6/configure.ac --- libdrm-2.4.80+git20170524.eeb51df3/configure.ac 2017-05-24 05:42:12.000000000 +0000 +++ libdrm-2.4.81+git20170602.ce9e3ba6/configure.ac 2017-06-02 12:18:24.000000000 +0000 @@ -20,7 +20,7 @@ AC_PREREQ([2.63]) AC_INIT([libdrm], - [2.4.80], + [2.4.81], [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], [libdrm]) diff -Nru libdrm-2.4.80+git20170524.eeb51df3/debian/changelog libdrm-2.4.81+git20170602.ce9e3ba6/debian/changelog --- libdrm-2.4.80+git20170524.eeb51df3/debian/changelog 2017-06-02 13:04:22.000000000 +0000 +++ libdrm-2.4.81+git20170602.ce9e3ba6/debian/changelog 2017-06-02 13:04:22.000000000 +0000 @@ -1,10 +1,10 @@ -libdrm (2.4.80+git20170524.eeb51df3-0ubuntu0ricotz) artful; urgency=medium +libdrm (2.4.81+git20170602.ce9e3ba6-0ubuntu0ricotz) artful; urgency=medium - * Checkout from git 20170524 (master branch) up to commit - eeb51df3ced003515ba4a71492eeb86c145cb77e + * Checkout from git 20170602 (master branch) up to commit + ce9e3ba6e2cc65e1e9e6e05a5f326c4dd25ab2c4 * Only added debian/ tree from origin/debian-experimental - -- Rico Tzschichholz Wed, 24 May 2017 07:42:37 +0200 + -- Rico Tzschichholz Fri, 02 Jun 2017 14:19:04 +0200 libdrm (2.4.80-1) experimental; urgency=medium diff -Nru libdrm-2.4.80+git20170524.eeb51df3/.lastcommit libdrm-2.4.81+git20170602.ce9e3ba6/.lastcommit --- libdrm-2.4.80+git20170524.eeb51df3/.lastcommit 2017-05-24 05:42:12.000000000 +0000 +++ libdrm-2.4.81+git20170602.ce9e3ba6/.lastcommit 2017-06-02 12:18:24.000000000 +0000 @@ -1 +1 @@ -commit eeb51df3ced003515ba4a71492eeb86c145cb77e +commit ce9e3ba6e2cc65e1e9e6e05a5f326c4dd25ab2c4