diff -Nru libdrm-2.4.70+git20161002.207efb16/ChangeLog libdrm-2.4.71+git20161010.a44c9c31/ChangeLog --- libdrm-2.4.70+git20161002.207efb16/ChangeLog 2016-10-02 14:09:42.000000000 +0000 +++ libdrm-2.4.71+git20161010.a44c9c31/ChangeLog 2016-10-10 06:14:25.000000000 +0000 @@ -1,9 +1,17 @@ -commit 13cf794d924206d3b51d8add4a65d030a7acf08c +commit a48c723922a03ade6667e67799d21636b8eb3574 Author: Rico Tzschichholz -Date: Sun Oct 2 16:09:18 2016 +0200 +Date: Mon Oct 10 08:14:00 2016 +0200 Add debian tree from origin/debian-unstable +commit a44c9c31b7b38b3eedf3d26648f9e68dcc377c4c +Author: Rob Clark +Date: Mon Oct 3 20:46:19 2016 -0400 + + Bump version for release + + Signed-off-by: Rob Clark + commit 207efb16ea9465c4a38840efab1bbe65e6cf5c3d Author: Leo Liu Date: Fri Sep 30 13:20:55 2016 -0400 diff -Nru libdrm-2.4.70+git20161002.207efb16/configure libdrm-2.4.71+git20161010.a44c9c31/configure --- libdrm-2.4.70+git20161002.207efb16/configure 2016-10-02 14:09:38.000000000 +0000 +++ libdrm-2.4.71+git20161010.a44c9c31/configure 2016-10-10 06:14:21.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.70. +# Generated by GNU Autoconf 2.69 for libdrm 2.4.71. # # Report bugs to . # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='libdrm' PACKAGE_TARNAME='libdrm' -PACKAGE_VERSION='2.4.70' -PACKAGE_STRING='libdrm 2.4.70' +PACKAGE_VERSION='2.4.71' +PACKAGE_STRING='libdrm 2.4.71' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=DRI' PACKAGE_URL='' @@ -1438,7 +1438,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.70 to adapt to many kinds of systems. +\`configure' configures libdrm 2.4.71 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1509,7 +1509,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libdrm 2.4.70:";; + short | recursive ) echo "Configuration of libdrm 2.4.71:";; esac cat <<\_ACEOF @@ -1685,7 +1685,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libdrm configure 2.4.70 +libdrm configure 2.4.71 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2108,7 +2108,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.70, which was +It was created by libdrm $as_me 2.4.71, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3347,7 +3347,7 @@ # Define the identity of the package. PACKAGE='libdrm' - VERSION='2.4.70' + VERSION='2.4.71' cat >>confdefs.h <<_ACEOF @@ -15363,7 +15363,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.70, which was +This file was extended by libdrm $as_me 2.4.71, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15429,7 +15429,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.70 +libdrm config.status 2.4.71 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru libdrm-2.4.70+git20161002.207efb16/configure.ac libdrm-2.4.71+git20161010.a44c9c31/configure.ac --- libdrm-2.4.70+git20161002.207efb16/configure.ac 2016-10-02 14:09:18.000000000 +0000 +++ libdrm-2.4.71+git20161010.a44c9c31/configure.ac 2016-10-10 06:12:43.000000000 +0000 @@ -20,7 +20,7 @@ AC_PREREQ([2.63]) AC_INIT([libdrm], - [2.4.70], + [2.4.71], [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], [libdrm]) diff -Nru libdrm-2.4.70+git20161002.207efb16/debian/changelog libdrm-2.4.71+git20161010.a44c9c31/debian/changelog --- libdrm-2.4.70+git20161002.207efb16/debian/changelog 2016-10-10 06:17:17.000000000 +0000 +++ libdrm-2.4.71+git20161010.a44c9c31/debian/changelog 2016-10-10 06:17:17.000000000 +0000 @@ -1,16 +1,21 @@ -libdrm (2.4.70+git20161002.207efb16-0ubuntu0ricotz~xenial) xenial; urgency=medium +libdrm (2.4.71+git20161010.a44c9c31-0ubuntu0ricotz~xenial) xenial; urgency=medium - [ Andreas Boll ] + * Checkout from git 20161010 (master branch) up to commit + a44c9c31b7b38b3eedf3d26648f9e68dcc377c4c + * Only added debian/ tree from origin/debian-unstable + + -- Rico Tzschichholz Mon, 10 Oct 2016 08:14:25 +0200 + +libdrm (2.4.71-1) unstable; urgency=medium + + * New upstream release. + * Update symbols file and bump shlibs for libdrm2. + * Update libdrm-intel1.symbols and shlibs. * Remove Hurd from the architecture list. It FTBFS, haven't built in the past and won't be useful without the equivalent of the Linux Direct Rendering Manager (DRM) subsystem. - [ Rico Tzschichholz ] - * Checkout from git 20161002 (master branch) up to commit - 207efb16ea9465c4a38840efab1bbe65e6cf5c3d - * Only added debian/ tree from origin/debian-unstable - - -- Rico Tzschichholz Sun, 02 Oct 2016 16:09:42 +0200 + -- Andreas Boll Thu, 06 Oct 2016 10:31:27 +0200 libdrm (2.4.70-1) unstable; urgency=medium diff -Nru libdrm-2.4.70+git20161002.207efb16/debian/libdrm2.symbols libdrm-2.4.71+git20161010.a44c9c31/debian/libdrm2.symbols --- libdrm-2.4.70+git20161002.207efb16/debian/libdrm2.symbols 2016-10-10 06:17:17.000000000 +0000 +++ libdrm-2.4.71+git20161010.a44c9c31/debian/libdrm2.symbols 2016-10-10 06:17:17.000000000 +0000 @@ -83,6 +83,7 @@ drmMapBufs@Base 2.3.1 drmMarkBufs@Base 2.3.1 drmModeAddFB2@Base 2.4.30 + drmModeAddFB2WithModifiers@Base 2.4.71 drmModeAddFB@Base 2.4.3 drmModeAtomicAddProperty@Base 2.4.62 drmModeAtomicAlloc@Base 2.4.62 diff -Nru libdrm-2.4.70+git20161002.207efb16/debian/libdrm-intel1.symbols libdrm-2.4.71+git20161010.a44c9c31/debian/libdrm-intel1.symbols --- libdrm-2.4.70+git20161002.207efb16/debian/libdrm-intel1.symbols 2016-10-10 06:17:17.000000000 +0000 +++ libdrm-2.4.71+git20161010.a44c9c31/debian/libdrm-intel1.symbols 2016-10-10 06:17:17.000000000 +0000 @@ -68,7 +68,9 @@ drm_intel_gem_context_destroy@Base 2.4.37 drm_intel_get_aperture_sizes@Base 2.4.26 drm_intel_get_eu_total@Base 2.4.60 + drm_intel_get_min_eu_in_pool@Base 2.4.71 drm_intel_get_pipe_from_crtc_id@Base 2.4.11 + drm_intel_get_pooled_eu@Base 2.4.71 drm_intel_get_reset_stats@Base 2.4.48 drm_intel_get_subslice_total@Base 2.4.60 drm_intel_reg_read@Base 2.4.38 diff -Nru libdrm-2.4.70+git20161002.207efb16/debian/rules libdrm-2.4.71+git20161010.a44c9c31/debian/rules --- libdrm-2.4.70+git20161002.207efb16/debian/rules 2016-10-10 06:17:17.000000000 +0000 +++ libdrm-2.4.71+git20161010.a44c9c31/debian/rules 2016-10-10 06:17:17.000000000 +0000 @@ -114,9 +114,9 @@ dh_strip -s --remaining-packages override_dh_makeshlibs: - dh_makeshlibs -plibdrm2 -V'libdrm2 (>= 2.4.66)' --add-udeb=libdrm2-udeb -- -c1 + dh_makeshlibs -plibdrm2 -V'libdrm2 (>= 2.4.71)' --add-udeb=libdrm2-udeb -- -c1 ifeq ($(INTEL), yes) - dh_makeshlibs -plibdrm-intel1 -V'libdrm-intel1 (>= 2.4.66)' -- -c1 + dh_makeshlibs -plibdrm-intel1 -V'libdrm-intel1 (>= 2.4.71)' -- -c1 endif ifeq ($(NOUVEAU), yes) dh_makeshlibs -plibdrm-nouveau2 -V'libdrm-nouveau2 (>= 2.4.66)' -- -c1 diff -Nru libdrm-2.4.70+git20161002.207efb16/.lastcommit libdrm-2.4.71+git20161010.a44c9c31/.lastcommit --- libdrm-2.4.70+git20161002.207efb16/.lastcommit 2016-10-02 14:09:18.000000000 +0000 +++ libdrm-2.4.71+git20161010.a44c9c31/.lastcommit 2016-10-10 06:14:00.000000000 +0000 @@ -1 +1 @@ -commit 207efb16ea9465c4a38840efab1bbe65e6cf5c3d +commit a44c9c31b7b38b3eedf3d26648f9e68dcc377c4c