diff --git a/.gitignore b/.gitignore index ed06ccf..086a4ff 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /weston-5.0.91.tar.xz /weston-6.0.0.tar.xz /weston-7.0.0.tar.xz +/weston-7.0.93.tar.xz diff --git a/sources b/sources index 16ee02a..b76ac9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (weston-7.0.0.tar.xz) = fa14467ab89fb12175830d9cf29d89dc04899fd21d801e60e85836e8e52e17e144be78098b3eedfab6c51b7fb055ecfabb456a8a74f4e40485134da59ac58ea3 +SHA512 (weston-7.0.93.tar.xz) = 64a355ffd3efcdc2c075c685ca27385c2c1134d0314e79167441aba489c6b03aac16d1dfe3b16d92b8766f93f2ca5cbbc0a0ed49a5f326c9a97ccdd36f0bad8f diff --git a/weston.spec b/weston.spec index a1a9039..38c2c5c 100644 --- a/weston.spec +++ b/weston.spec @@ -1,15 +1,9 @@ -%global apiver 7 - -# have_simple_dmabuf_drm_client is defined in configure.ac -%ifarch ppc64le s390x -%global have_simple_dmabuf_drm_client 0 -%else -%global have_simple_dmabuf_drm_client 1 -%endif +%global apiver 8 Name: weston -Version: %{apiver}.0.0 -Release: 2%{?dist} +#Version: %%{apiver}.0.0 +Version: 7.0.93 +Release: 1%{?dist} Summary: Reference compositor for Wayland License: BSD and CC-BY-SA @@ -132,6 +126,7 @@ eval "$MESON -Dsimple-dmabuf-drm=auto" %{_libdir}/weston/ivi-shell.so %{_libdir}/weston/screen-share.so %{_libdir}/weston/systemd-notify.so +%{_libdir}/weston/libexec_weston.so* %{_libexecdir}/weston-* %{_mandir}/man1/*.1* %{_mandir}/man5/*.5* @@ -175,9 +170,6 @@ eval "$MESON -Dsimple-dmabuf-drm=auto" %{_bindir}/weston-scaler %{_bindir}/weston-simple-damage %{_bindir}/weston-content_protection -%if %have_simple_dmabuf_drm_client -%{_bindir}/weston-simple-dmabuf-drm -%endif %{_bindir}/weston-simple-dmabuf-egl %{_bindir}/weston-simple-dmabuf-v4l %{_bindir}/weston-simple-egl @@ -201,6 +193,11 @@ eval "$MESON -Dsimple-dmabuf-drm=auto" %{_datadir}/libweston-%{apiver}/protocols/ %changelog +* Mon Jan 20 2020 Gerd Pokorra - 7.0.93-1 +- Update to RC1 for Weston 8.0 (version 7.0.93) +- Remove have_simple_dmabuf_drm_client variable +- The executable weston-simple-dmabuf-drm is gone + * Fri Sep 27 2019 Gerd Pokorra - 7.0.0-2 - Add and remove the group 'weston-launch' with the package in the post section