From 29e81302c1b5de5cc7645da3a9d8a34409509561 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 27 Feb 2018 11:42:35 +0100 Subject: [PATCH] Update to 3.0.91 --- .gitignore | 1 + sources | 2 +- weston.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index cecf6f5..a323496 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /weston-2.99.92.tar.xz /weston-2.99.93.tar.xz /weston-3.0.0.tar.xz +/weston-3.0.91.tar.xz diff --git a/sources b/sources index 6862a64..ab0dc47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (weston-3.0.0.tar.xz) = b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58 +SHA512 (weston-3.0.91.tar.xz) = 58d563c55c71f004c7bc22ce4718f7d39103427a53a3b6ec8d3199c0ecf936cc4ecd167ec817bc69ae7c9d9059d360221a3a09ee5dec2d70f019b43e01b2eb4d diff --git a/weston.spec b/weston.spec index c1598e7..bc4d199 100644 --- a/weston.spec +++ b/weston.spec @@ -1,8 +1,8 @@ -%global apiver 3 +%global apiver 4 Name: weston -Version: 3.0.0 -Release: 4%{?dist} +Version: 3.0.91 +Release: 1%{?dist} Summary: Reference compositor for Wayland License: BSD and CC-BY-SA @@ -41,7 +41,7 @@ BuildRequires: pkgconfig(pixman-1) >= 0.25.2 BuildRequires: pkgconfig(wayland-client) >= 1.12.0 BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-egl) -BuildRequires: pkgconfig(wayland-protocols) >= 1.7 +BuildRequires: pkgconfig(wayland-protocols) >= 1.13 BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(x11) @@ -151,6 +151,9 @@ find %{buildroot} -name \*.la -delete %{_libdir}/libweston-desktop-%{apiver}.so %changelog +* Tue Feb 27 2018 Kalev Lember - 3.0.91-1 +- Update to 3.0.91 + * Fri Feb 09 2018 Fedora Release Engineering - 3.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild