Update to 13.0.0

Remove LDFLAGS which interfered with meson lcms2 function check.
Update demo clients list following upstream.

Signed-off-by: Erico Nunes <ernunes@redhat.com>
epel10
Erico Nunes 1 year ago
parent 8c98c71e2c
commit d3e7bd0641

1
.gitignore vendored

@ -58,3 +58,4 @@
/weston-12.0.0.tar.gz
/weston-12.0.1.tar.gz
/weston-12.0.2.tar.gz
/weston-13.0.0.tar.gz

@ -1 +1 @@
SHA512 (weston-12.0.2.tar.gz) = 06aaf391cc24b644b8d269c9b1a899386ad8c2952be211013b4b6b683170636dc1c85cae9676f4dd5ea3eb7b9c051bae3a2badbbb4c86e437174b14e0f5688c0
SHA512 (weston-13.0.0.tar.gz) = f17ffdfaa4ca4106f87975c5183823bcf241a42cdd4245013cec993f6f50f62593ea552654ed2c470a999bf4e3a0cba354d03b654e15ba2d50676aaeb198fbdc

@ -1,7 +1,7 @@
%global apiver 12
%global apiver 13
Name: weston
Version: %{apiver}.0.2
Version: %{apiver}.0.0
Release: 1%{?dist}
Summary: Reference compositor for Wayland
@ -100,9 +100,6 @@ Common headers for weston
%setup -q
%build
# ninja injects -Wl,--no-undefined, which intereferes with LTO, so undo
# the setting. Thanks to the SuSE folks for the workaround.
export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs"
%meson
%meson_build
@ -163,7 +160,7 @@ export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs"
%{_bindir}/weston-calibrator
%{_bindir}/weston-clickdot
%{_bindir}/weston-cliptest
%{_bindir}/weston-confine
%{_bindir}/weston-constraints
%{_bindir}/weston-dnd
%{_bindir}/weston-editor
%{_bindir}/weston-eventdemo
@ -198,6 +195,11 @@ export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs"
%{_datadir}/libweston-%{apiver}/protocols/
%changelog
* Thu Dec 07 2023 Erico Nunes <ernunes@redhat.com> - 13.0.0-1
- Update to 13.0.0
- Remove LDFLAGS which interfered with meson lcms2 function check
- Update demo clients list following upstream
* Thu Aug 03 2023 Erico Nunes <ernunes@redhat.com> - 12.0.2-1
- Update to 12.0.2

Loading…
Cancel
Save