From 87512a36ae7d8e52e3995ba1f21a4b6514bc5180d1e64ef85c8a7fcbdf7f3dd8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 9 Aug 2017 08:13:48 +0000 Subject: [PATCH] weston-3 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=64 --- weston-2.0.0.tar.xz | 3 --- weston-2.0.0.tar.xz.sig | Bin 72 -> 0 bytes weston-3.0.0.tar.xz | 3 +++ weston-3.0.0.tar.xz.sig | Bin 0 -> 72 bytes weston.changes | 14 ++++++++++++++ weston.spec | 38 +++++++++++++++++++------------------- 6 files changed, 36 insertions(+), 22 deletions(-) delete mode 100644 weston-2.0.0.tar.xz delete mode 100644 weston-2.0.0.tar.xz.sig create mode 100644 weston-3.0.0.tar.xz create mode 100644 weston-3.0.0.tar.xz.sig diff --git a/weston-2.0.0.tar.xz b/weston-2.0.0.tar.xz deleted file mode 100644 index 60e0e9f..0000000 --- a/weston-2.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4e446ac27f118196f1609dab89bb3cb3e81652d981414ad860e733b355365d8 -size 1272628 diff --git a/weston-2.0.0.tar.xz.sig b/weston-2.0.0.tar.xz.sig deleted file mode 100644 index ae3a9c4f88244fb99d14e8e9c9b04f93c86a00320521a7c5b3eb246499c83b65..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$8xk*Z>L%5D}vRR^aA#5i!01o;nU^o?>3Qby+WHF028X eeedrjh5(;*VJC#bqEka&EiJCQRo+_INK3I%@*6S$ diff --git a/weston-3.0.0.tar.xz b/weston-3.0.0.tar.xz new file mode 100644 index 0000000..213fc49 --- /dev/null +++ b/weston-3.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde1d55e8dd70c3cbb3d1ec72f60e60000041579caa1d6a262bd9c35e93723a5 +size 1300340 diff --git a/weston-3.0.0.tar.xz.sig b/weston-3.0.0.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..6023507e3b4869560c2afb01dccb74531e034d95fe1ef50a9d56bfd96210f2a3 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$GX)%m4}r5D}vRR^aA#5&bLxpv(bU-v7m^q*ZM8D#%Fc ewQTdYegL40I?<19OaPs+Cn!8Nmok|im{};7SR76O literal 0 HcmV?d00001 diff --git a/weston.changes b/weston.changes index 1d9c169..7d15d02 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Aug 9 08:12:15 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 3.0 + * Improvement to the integration of drm_fb within the DRM + compositor. + * Make libdrm a non-optional build-time dependency + * Handle multi-head repainting globally rather than per-output, + with output routing rearranged a bit to allow slightly faster + startup. + * libweston's output interface has been refactored a fair bit, + including unexporting the symbols + weston_compositor_add_output and weston_output_update_matrix. + ------------------------------------------------------------------- Tue Feb 21 22:40:30 UTC 2017 - jengelh@inai.de diff --git a/weston.spec b/weston.spec index 1235cf1..0d60776 100644 --- a/weston.spec +++ b/weston.spec @@ -18,7 +18,7 @@ Name: weston %define lname libweston0 -Version: 2.0.0 +Version: 3.0.0 Release: 0 Summary: Wayland Reference Compositor License: HPND and CC-BY-SA-3.0 @@ -96,30 +96,30 @@ desktop shell. Finally, weston also provides integration with the Xorg server and can pull X clients into the Wayland desktop and act as a X window manager. -%package -n libweston-2 +%package -n libweston-3 Summary: Weston rendering backend collection Group: System/Libraries -%description -n libweston-2 +%description -n libweston-3 This subpackage contains backend renderer plugins, used by -libweston-2-0. +libweston-3-0. -%package -n libweston-2-0 +%package -n libweston-3-0 Summary: The Weston compositor as a shared library Group: System/Libraries -Requires: libweston-2 >= %version +Requires: libweston-3 >= %version -%description -n libweston-2-0 +%description -n libweston-3-0 The libweston library is intended for use by other compositor efforts (projects) that want to more easily utilize Weston's internal functionalities. Weston's own reference compositor also makes use of this. -%package -n libweston-desktop-2-0 +%package -n libweston-desktop-3-0 Summary: The Weston compositor as a shared library Group: System/Libraries -%description -n libweston-desktop-2-0 +%description -n libweston-desktop-3-0 libweston-desktop provides an additional level of functionality of relevance to compositors implementing a desktop metaphor style of graphical interface. This library API is designed around xdg_shell @@ -169,10 +169,10 @@ if ! make BACKEND=headless-backend.so check; then fi %endif -%post -n libweston-2-0 -p /sbin/ldconfig -%postun -n libweston-2-0 -p /sbin/ldconfig -%post -n libweston-desktop-2-0 -p /sbin/ldconfig -%postun -n libweston-desktop-2-0 -p /sbin/ldconfig +%post -n libweston-3-0 -p /sbin/ldconfig +%postun -n libweston-3-0 -p /sbin/ldconfig +%post -n libweston-desktop-3-0 -p /sbin/ldconfig +%postun -n libweston-desktop-3-0 -p /sbin/ldconfig %files %defattr(-,root,root) @@ -184,17 +184,17 @@ fi %_datadir/wayland-sessions/ %_mandir/man?/*.* -%files -n libweston-2-0 +%files -n libweston-3-0 %defattr(-,root,root) -%_libdir/libweston-2.so.0* +%_libdir/libweston-3.so.0* -%files -n libweston-2 +%files -n libweston-3 %defattr(-,root,root) -%_libdir/libweston-2/ +%_libdir/libweston-3/ -%files -n libweston-desktop-2-0 +%files -n libweston-desktop-3-0 %defattr(-,root,root) -%_libdir/libweston-desktop-2.so.0* +%_libdir/libweston-desktop-3.so.0* %files devel %defattr(-,root,root)