From daf2108180b5d74f641272c85187cf187fc79d86 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 2 Aug 2017 20:07:16 +0200 Subject: [PATCH] Update to 2.99.93 --- .gitignore | 1 + sources | 2 +- weston.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f277f13..5e15eca 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /weston-2.0.0.tar.xz /weston-2.99.91.tar.xz /weston-2.99.92.tar.xz +/weston-2.99.93.tar.xz diff --git a/sources b/sources index 57633bc..ced1b8f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (weston-2.99.92.tar.xz) = 99f7cf27c305b437c8373cafba7cd714da22d542784ae9732dfaa67f14fff33c922eba6df9bb15845c40c2acfe59cacc5bcbb9d051b5fc2ec61d1c0a8cbd6513 +SHA512 (weston-2.99.93.tar.xz) = 72fe29acc7eed3b033e81009a7ba823c25468ca3e15861a42295b079b3ae48f368fcd3c8d89d820903501ebdd9ec2e2f4e0d0044796cd5e375739c2ef1125b0f diff --git a/weston.spec b/weston.spec index 84a1377..24144bc 100644 --- a/weston.spec +++ b/weston.spec @@ -1,8 +1,8 @@ %global apiver 3 Name: weston -Version: 2.99.92 -Release: 2%{?dist} +Version: 2.99.93 +Release: 1%{?dist} Summary: Reference compositor for Wayland License: BSD and CC-BY-SA @@ -156,6 +156,9 @@ find %{buildroot} -name \*.la -delete %{_libdir}/libweston-desktop-%{apiver}.so %changelog +* Wed Aug 02 2017 Kalev Lember - 2.99.93-1 +- Update to 2.99.93 + * Sun Jul 30 2017 Florian Weimer - 2.99.92-2 - Rebuild with binutils fix for ppc64le (#1475636)