update to 8.0.0

main
gerd 5 years ago
parent 53decfe925
commit 3a22f1596a
  1. 1
      .gitignore
  2. 2
      sources
  3. 8
      weston.spec

1
.gitignore vendored

@ -49,3 +49,4 @@
/weston-6.0.0.tar.xz /weston-6.0.0.tar.xz
/weston-7.0.0.tar.xz /weston-7.0.0.tar.xz
/weston-7.0.93.tar.xz /weston-7.0.93.tar.xz
/weston-8.0.0.tar.xz

@ -1 +1 @@
SHA512 (weston-7.0.93.tar.xz) = 64a355ffd3efcdc2c075c685ca27385c2c1134d0314e79167441aba489c6b03aac16d1dfe3b16d92b8766f93f2ca5cbbc0a0ed49a5f326c9a97ccdd36f0bad8f SHA512 (weston-8.0.0.tar.xz) = 74853b0c9cabbabe942a2d057b65e4e97b48dc5f4df6d7b9ffc10ec52bc787009b12b900be6b426551902b920b7308baa967b7489761641dc9c31cf90440950c

@ -1,9 +1,8 @@
%global apiver 8 %global apiver 8
Name: weston Name: weston
#Version: %%{apiver}.0.0 Version: %{apiver}.0.0
Version: 7.0.93 Release: 1%{?dist}
Release: 2%{?dist}
Summary: Reference compositor for Wayland Summary: Reference compositor for Wayland
License: BSD and CC-BY-SA License: BSD and CC-BY-SA
@ -197,6 +196,9 @@ Common headers for weston
%{_datadir}/libweston-%{apiver}/protocols/ %{_datadir}/libweston-%{apiver}/protocols/
%changelog %changelog
* Tue Jan 28 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 8.0.0-1
- Update to 8.0.0
* Mon Jan 20 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 7.0.93-2 * Mon Jan 20 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 7.0.93-2
- Do the standard meson build with the meson macros - Do the standard meson build with the meson macros

Loading…
Cancel
Save