diff --git a/weston-1.6.0.tar.xz b/weston-1.6.0.tar.xz deleted file mode 100644 index 6a54359..0000000 --- a/weston-1.6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc3ea5d13bbf025fabc006216c5ddc0d80d5f4ebe778912b8c4d1d4acaaa614d -size 733112 diff --git a/weston-1.6.1.tar.xz b/weston-1.6.1.tar.xz new file mode 100644 index 0000000..d4bad0a --- /dev/null +++ b/weston-1.6.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ef779fda4008b7081ee6c64df7971c50954c5cf0d166d8a2fcb104ec1042fd +size 734968 diff --git a/weston.changes b/weston.changes index 76ad502..d972aa6 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Tue Jul 22 08:07:12 UTC 2015 - sor.alexei@meowr.ru + +- Update to new upstream release 1.6.1 +* cairo-util: fix shadows for small clients +* clipboard: set fd member of clipboard_source +* compositor: add missing newline to help text +* compositor: Display option help text only for enabled backends +* compositor: Fix tabbing of help output +* compositor: Fix typos in help text +* compositor: List only available backends in help text +* compositor: Propagate errors from module_init +* compositor: (Whitespace-only) Indent with tabs +* compositor-x11: Fix some shutdown crashes +* configure.ac: bump version to 1.6.1 for stable release +* configure.ac: Clarify libinput requirement +* desktop-shell: don't crash input-panel if no kbd focus +* dnd: Fix some mouse cursor issues +* input: don't run the key bindings on focus in +* input: fix access to invalid resource +* input: swallow the key press event when running a compositor key binding +* Makefile.am: Link weston_multi_resource against rt library +* protocol: Fix some typos in protocol files +* releasing: Typo +* releasing: update web host name +* shell: don't crash on create_common_surface() failure +* shell: fix weston_output_mode_switch() usage +* smoke: Don't commit an xdg_surface with a NULL buffer +* smoke: fix valgrind invalid read errors +* text: Don't crash if a seat has no keyboard +* text: Fix some typos +* text: Fix typo +* window: use roundtrip instead of dispatch after get_registry +* xwayland: fix fullscreening +* xwm: fix a crash in handle_state +* zoom: Check the value of level before using it. + ------------------------------------------------------------------- Fri Sep 19 20:38:34 UTC 2014 - jengelh@inai.de diff --git a/weston.spec b/weston.spec index b137815..081fcd6 100644 --- a/weston.spec +++ b/weston.spec @@ -1,7 +1,7 @@ # # spec file for package weston # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: weston %define lname libweston0 -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: Wayland Reference Compositor License: HPND and CC-BY-SA-3.0 @@ -28,6 +28,7 @@ Url: http://wayland.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/wayland/weston #Git-Web: http://cgit.freedesktop.org/wayland/weston/ Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz +# PATCH-FIX-OPENSUSE 0001-build-honor-results-obtained-by-pkg-config-libinput.patch jengelh@inai.de Patch1: 0001-build-honor-results-obtained-by-pkg-config-libinput.patch BuildRequires: autoconf >= 2.64 BuildRequires: automake >= 1.11