diff -Nru wayland-1.5.93/configure wayland-1.6.0/configure --- wayland-1.5.93/configure 2014-09-12 09:28:01.000000000 +0000 +++ wayland-1.6.0/configure 2014-09-19 09:38:58.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for wayland 1.5.93. +# Generated by GNU Autoconf 2.69 for wayland 1.6.0. # -# Report bugs to . +# Report bugs to . # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -275,7 +275,7 @@ $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and -$0: https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.5.93 +$0: https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.6.0 $0: about your system, including any error possibly output $0: before this message. Then install a modern shell, or $0: manually run the script under such a shell if you do @@ -591,9 +591,9 @@ # Identity of this package. PACKAGE_NAME='wayland' PACKAGE_TARNAME='wayland' -PACKAGE_VERSION='1.5.93' -PACKAGE_STRING='wayland 1.5.93' -PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.5.93' +PACKAGE_VERSION='1.6.0' +PACKAGE_STRING='wayland 1.6.0' +PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.6.0' PACKAGE_URL='http://wayland.freedesktop.org/' # Factoring default headers for most tests. @@ -1345,7 +1345,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 wayland 1.5.93 to adapt to many kinds of systems. +\`configure' configures wayland 1.6.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1415,7 +1415,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of wayland 1.5.93:";; + short | recursive ) echo "Configuration of wayland 1.6.0:";; esac cat <<\_ACEOF @@ -1468,7 +1468,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to . +Report bugs to . wayland home page: . _ACEOF ac_status=$? @@ -1532,7 +1532,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -wayland configure 1.5.93 +wayland configure 1.6.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1923,9 +1923,9 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} -( $as_echo "## ---------------------------------------------------------------------------------------------------------- ## -## Report this to https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.5.93 ## -## ---------------------------------------------------------------------------------------------------------- ##" +( $as_echo "## --------------------------------------------------------------------------------------------------------- ## +## Report this to https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.6.0 ## +## --------------------------------------------------------------------------------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac @@ -1947,7 +1947,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by wayland $as_me 1.5.93, which was +It was created by wayland $as_me 1.6.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2298,11 +2298,11 @@ WAYLAND_VERSION_MAJOR=1 -WAYLAND_VERSION_MINOR=5 +WAYLAND_VERSION_MINOR=6 -WAYLAND_VERSION_MICRO=93 +WAYLAND_VERSION_MICRO=0 -WAYLAND_VERSION=1.5.93 +WAYLAND_VERSION=1.6.0 ac_config_headers="$ac_config_headers config.h" @@ -2824,7 +2824,7 @@ # Define the identity of the package. PACKAGE='wayland' - VERSION='1.5.93' + VERSION='1.6.0' cat >>confdefs.h <<_ACEOF @@ -12644,7 +12644,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by wayland $as_me 1.5.93, which was +This file was extended by wayland $as_me 1.6.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12704,14 +12704,14 @@ Configuration commands: $config_commands -Report bugs to . +Report bugs to . wayland home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -wayland config.status 1.5.93 +wayland config.status 1.6.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru wayland-1.5.93/configure.ac wayland-1.6.0/configure.ac --- wayland-1.5.93/configure.ac 2014-09-12 09:26:37.000000000 +0000 +++ wayland-1.6.0/configure.ac 2014-09-19 09:35:50.000000000 +0000 @@ -1,8 +1,8 @@ AC_PREREQ([2.64]) m4_define([wayland_major_version], [1]) -m4_define([wayland_minor_version], [5]) -m4_define([wayland_micro_version], [93]) +m4_define([wayland_minor_version], [6]) +m4_define([wayland_micro_version], [0]) m4_define([wayland_version], [wayland_major_version.wayland_minor_version.wayland_micro_version]) diff -Nru wayland-1.5.93/debian/changelog wayland-1.6.0/debian/changelog --- wayland-1.5.93/debian/changelog 2014-09-15 06:04:59.000000000 +0000 +++ wayland-1.6.0/debian/changelog 2014-10-08 15:34:45.000000000 +0000 @@ -1,8 +1,8 @@ -wayland (1.5.93-0ubuntu1~14.04~ricotz0) trusty; urgency=high +wayland (1.6.0-0ubuntu1~14.04~ricotz0) trusty; urgency=high * New upstream release - -- Rico Tzschichholz Mon, 15 Sep 2014 08:04:59 +0200 + -- Rico Tzschichholz Wed, 08 Oct 2014 17:34:45 +0200 wayland (1.5.0-1ubuntu1) utopic; urgency=low diff -Nru wayland-1.5.93/debian/libwayland-client0.symbols wayland-1.6.0/debian/libwayland-client0.symbols --- wayland-1.5.93/debian/libwayland-client0.symbols 2014-09-15 06:04:59.000000000 +0000 +++ wayland-1.6.0/debian/libwayland-client0.symbols 2014-10-08 15:34:45.000000000 +0000 @@ -23,11 +23,13 @@ wl_display_flush@Base 1.0.2 wl_display_get_error@Base 1.0.2 wl_display_get_fd@Base 1.0.2 + wl_display_get_protocol_error@Base 1.5.91 wl_display_interface@Base 1.0.2 wl_display_prepare_read@Base 1.2.0 wl_display_prepare_read_queue@Base 1.2.0 wl_display_read_events@Base 1.2.0 wl_display_roundtrip@Base 1.0.2 + wl_display_roundtrip_queue@Base 1.5.91 wl_event_queue_destroy@Base 1.0.2 wl_keyboard_interface@Base 1.0.2 wl_list_empty@Base 1.0.2 diff -Nru wayland-1.5.93/debian/libwayland-server0.symbols wayland-1.6.0/debian/libwayland-server0.symbols --- wayland-1.5.93/debian/libwayland-server0.symbols 2014-09-15 06:04:59.000000000 +0000 +++ wayland-1.6.0/debian/libwayland-server0.symbols 2014-10-08 15:34:45.000000000 +0000 @@ -27,6 +27,7 @@ wl_display_add_global@Base 1.0.2 wl_display_add_shm_format@Base 1.3.0 wl_display_add_socket@Base 1.0.2 + wl_display_add_socket_auto@Base 1.5.91 wl_display_create@Base 1.0.2 wl_display_destroy@Base 1.0.2 wl_display_flush_clients@Base 1.0.2 diff -Nru wayland-1.5.93/doc/publican/Makefile.in wayland-1.6.0/doc/publican/Makefile.in --- wayland-1.5.93/doc/publican/Makefile.in 2014-09-12 09:28:03.000000000 +0000 +++ wayland-1.6.0/doc/publican/Makefile.in 2014-09-19 09:38:58.000000000 +0000 @@ -402,10 +402,10 @@ @echo "it deletes files that may require special tools to rebuild." @HAVE_PUBLICAN_FALSE@uninstall-local: @HAVE_XSLTPROC_FALSE@uninstall-local: -@HAVE_PUBLICAN_FALSE@clean-local: -@HAVE_XSLTPROC_FALSE@clean-local: @HAVE_PUBLICAN_FALSE@install-data-local: @HAVE_XSLTPROC_FALSE@install-data-local: +@HAVE_PUBLICAN_FALSE@clean-local: +@HAVE_XSLTPROC_FALSE@clean-local: clean: clean-am clean-am: clean-generic clean-libtool clean-local mostlyclean-am diff -Nru wayland-1.5.93/src/wayland-version.h wayland-1.6.0/src/wayland-version.h --- wayland-1.5.93/src/wayland-version.h 2014-09-12 09:28:08.000000000 +0000 +++ wayland-1.6.0/src/wayland-version.h 2014-09-19 09:39:03.000000000 +0000 @@ -24,8 +24,8 @@ #define WAYLAND_VERSION_H #define WAYLAND_VERSION_MAJOR 1 -#define WAYLAND_VERSION_MINOR 5 -#define WAYLAND_VERSION_MICRO 93 -#define WAYLAND_VERSION "1.5.93" +#define WAYLAND_VERSION_MINOR 6 +#define WAYLAND_VERSION_MICRO 0 +#define WAYLAND_VERSION "1.6.0" #endif