update to RC1 for weston 8.0

This commit is contained in:
gerd 2020-01-20 14:20:40 +01:00
parent 7825618334
commit 839b11f255
3 changed files with 12 additions and 14 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (weston-7.0.0.tar.xz) = fa14467ab89fb12175830d9cf29d89dc04899fd21d801e60e85836e8e52e17e144be78098b3eedfab6c51b7fb055ecfabb456a8a74f4e40485134da59ac58ea3
SHA512 (weston-7.0.93.tar.xz) = 64a355ffd3efcdc2c075c685ca27385c2c1134d0314e79167441aba489c6b03aac16d1dfe3b16d92b8766f93f2ca5cbbc0a0ed49a5f326c9a97ccdd36f0bad8f

View File

@ -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 <gp@zimt.uni-siegen.de> - 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 <gp@zimt.uni-siegen.de> - 7.0.0-2
- Add and remove the group 'weston-launch' with the package in the post section