diff --git a/weston-4.0.0.tar.xz b/weston-4.0.0.tar.xz deleted file mode 100644 index a4dd9f9..0000000 --- a/weston-4.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0fc0ae7ef83dfbed12abfe9b8096a24a7dd00705e86fa0db1e619ded18b4b58 -size 1322008 diff --git a/weston-4.0.0.tar.xz.sig b/weston-4.0.0.tar.xz.sig deleted file mode 100644 index f376e60..0000000 Binary files a/weston-4.0.0.tar.xz.sig and /dev/null differ diff --git a/weston-5.0.0.tar.xz b/weston-5.0.0.tar.xz new file mode 100644 index 0000000..8a9187b --- /dev/null +++ b/weston-5.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a23423bcfa45e31e1dedc0cd524ba71e2930df174fde9c99b71a537c4e4caf +size 1467496 diff --git a/weston-5.0.0.tar.xz.sig b/weston-5.0.0.tar.xz.sig new file mode 100644 index 0000000..ee98513 Binary files /dev/null and b/weston-5.0.0.tar.xz.sig differ diff --git a/weston.changes b/weston.changes index a3e460b..72d65b3 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Aug 25 17:30:52 UTC 2018 - jengelh@inai.de + +- Update to new upstream release 5 + * The use of hardware planes in atomic mode setting. + * Clone mode + * A new touchscreen calibrator + ------------------------------------------------------------------- Mon Apr 9 18:28:42 UTC 2018 - jengelh@inai.de diff --git a/weston.spec b/weston.spec index 82a09c0..8fcfeab 100644 --- a/weston.spec +++ b/weston.spec @@ -18,7 +18,7 @@ Name: weston %define lname libweston0 -Version: 4.0.0 +Version: 5.0.0 Release: 0 Summary: Wayland Reference Compositor License: MIT AND CC-BY-SA-3.0 @@ -49,7 +49,7 @@ BuildRequires: pkgconfig(freerdp2) BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(glesv2) BuildRequires: pkgconfig(lcms2) -BuildRequires: pkgconfig(libdrm) >= 2.4.30 +BuildRequires: pkgconfig(libdrm) >= 2.4.68 BuildRequires: pkgconfig(libinput) >= 0.8.0 BuildRequires: pkgconfig(libsystemd) >= 209 BuildRequires: pkgconfig(libudev) >= 136 @@ -60,7 +60,7 @@ BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-protocols) >= 1.13 BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(wayland-server) >= 1.12.0 -BuildRequires: pkgconfig(xcb) +BuildRequires: pkgconfig(xcb) >= 1.8 BuildRequires: pkgconfig(xcb-composite) BuildRequires: pkgconfig(xcb-shm) BuildRequires: pkgconfig(xcb-xfixes) @@ -82,30 +82,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-4 +%package -n libweston-5 Summary: Weston rendering backend collection Group: System/Libraries -%description -n libweston-4 +%description -n libweston-5 This subpackage contains backend renderer plugins, used by -libweston-4-0. +libweston-5-0. -%package -n libweston-4-0 +%package -n libweston-5-0 Summary: The Weston compositor as a shared library Group: System/Libraries -Requires: libweston-4 >= %version +Requires: libweston-5 >= %version -%description -n libweston-4-0 +%description -n libweston-5-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-4-0 +%package -n libweston-desktop-5-0 Summary: The Weston compositor as a shared library Group: System/Libraries -%description -n libweston-desktop-4-0 +%description -n libweston-desktop-5-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 @@ -154,14 +154,14 @@ if ! make BACKEND=headless-backend.so check; then fi %endif -%post -n libweston-4-0 -p /sbin/ldconfig -%postun -n libweston-4-0 -p /sbin/ldconfig -%post -n libweston-desktop-4-0 -p /sbin/ldconfig -%postun -n libweston-desktop-4-0 -p /sbin/ldconfig +%post -n libweston-5-0 -p /sbin/ldconfig +%postun -n libweston-5-0 -p /sbin/ldconfig +%post -n libweston-desktop-5-0 -p /sbin/ldconfig +%postun -n libweston-desktop-5-0 -p /sbin/ldconfig %files %defattr(-,root,root) -%doc COPYING README +%license COPYING %_bindir/w* %_libexecdir/%name-* %_libdir/%name/ @@ -169,17 +169,17 @@ fi %_datadir/wayland-sessions/ %_mandir/man?/*.* -%files -n libweston-4-0 +%files -n libweston-5-0 %defattr(-,root,root) -%_libdir/libweston-4.so.0* +%_libdir/libweston-5.so.0* -%files -n libweston-4 +%files -n libweston-5 %defattr(-,root,root) -%_libdir/libweston-4/ +%_libdir/libweston-5/ -%files -n libweston-desktop-4-0 +%files -n libweston-desktop-5-0 %defattr(-,root,root) -%_libdir/libweston-desktop-4.so.0* +%_libdir/libweston-desktop-5.so.0* %files devel %defattr(-,root,root)