Hello community, here is the log from the commit of package weston for openSUSE:Factory checked in at 2019-07-24 20:35:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/weston (Old) and /work/SRC/openSUSE:Factory/.weston.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "weston" Wed Jul 24 20:35:20 2019 rev:20 rq:718083 version:6 Changes: -------- --- /work/SRC/openSUSE:Factory/weston/weston.changes 2019-04-02 09:23:53.632773856 +0200 +++ /work/SRC/openSUSE:Factory/.weston.new.4126/weston.changes 2019-07-24 20:35:21.778575220 +0200 @@ -1,0 +2,18 @@ +Mon Jul 22 14:08:32 UTC 2019 - Guillaume GARDET <[email protected]> + +- Enable simple-dmabuf-drm=intel option only on x86* since it + requires libdrm_intel, only available on x86* + +------------------------------------------------------------------- +Mon Jun 24 21:50:05 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to new upstream release 6.0.1 + * clients: close unused keymap fd + * compositor: Fix invalid view numbering in scene-graph + * weston-terminal: Fix weston-terminal crash on mutter + * cairo-util: Don't set title string to Pango layout if the + title is NULL +- Remove 0001-meson-dep-fix-for-compositor.h-needing-xkbcommon.h.patch, + 0001-build-add-missing-dep-to-x11-backend.patch. + +------------------------------------------------------------------- Old: ---- 0001-build-add-missing-dep-to-x11-backend.patch 0001-meson-dep-fix-for-compositor.h-needing-xkbcommon.h.patch weston-6.0.0.tar.xz New: ---- weston-6.0.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ weston.spec ++++++ --- /var/tmp/diff_new_pack.S1wsHe/_old 2019-07-24 20:35:23.246575058 +0200 +++ /var/tmp/diff_new_pack.S1wsHe/_new 2019-07-24 20:35:23.282575055 +0200 @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: weston %define lname libweston0 %define major 6 -%define realver 6.0.0 +%define realver 6.0.1 Version: 6 Release: 0 Summary: Wayland Reference Compositor @@ -31,8 +31,6 @@ #Git-Web: http://cgit.freedesktop.org/wayland/weston/ Source: http://wayland.freedesktop.org/releases/%name-%realver.tar.xz Source3: %name.keyring -Patch1: 0001-meson-dep-fix-for-compositor.h-needing-xkbcommon.h.patch -Patch2: 0001-build-add-missing-dep-to-x11-backend.patch BuildRequires: autoconf >= 2.64 BuildRequires: automake >= 1.11 BuildRequires: libjpeg-devel @@ -138,7 +136,12 @@ %build %meson -Ddemo-clients=false -Dremoting=false -Dsimple-clients= \ - -Dsimple-dmabuf-drm=intel -Dtest-junit-xml=false \ +%ifarch %ix86 x86_64 + -Dsimple-dmabuf-drm=intel \ +%else + -Dsimple-dmabuf-drm= \ +%endif + -Dtest-junit-xml=false \ --includedir="%_includedir/%name" %meson_build @@ -172,6 +175,7 @@ %_libdir/%name/ %_datadir/%name/ %_datadir/wayland-sessions/ +%_datadir/libweston/ %_mandir/man?/*.* %files -n libweston-%major-0 ++++++ weston-6.0.0.tar.xz -> weston-6.0.1.tar.xz ++++++ ++++ 9942 lines of diff (skipped)
