From 87a50387032effd2a1490865758fb9c86af22635 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 1 Jun 2016 07:20:14 +0200 Subject: [PATCH] Update to 1.11.0 --- .gitignore | 1 + sources | 2 +- wayland.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bea1973..a362867 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /wayland-1.10.91.tar.xz /wayland-1.10.92.tar.xz /wayland-1.10.93.tar.xz +/wayland-1.11.0.tar.xz diff --git a/sources b/sources index f1e74a0..f81257d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35c611575015abde5e4d9459f9b36b5a wayland-1.10.93.tar.xz +fccf680be066e234729d5b69e0bd0fa9 wayland-1.11.0.tar.xz diff --git a/wayland.spec b/wayland.spec index 13e7ccb..7ad254a 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,5 +1,5 @@ Name: wayland -Version: 1.10.93 +Version: 1.11.0 Release: 1%{?dist} Summary: Wayland Compositor Infrastructure @@ -158,6 +158,9 @@ XDG_RUNTIME_DIR=$PWD/tests/run make check || \ %{_libdir}/pkgconfig/wayland-server.pc %changelog +* Wed Jun 01 2016 Kalev Lember - 1.11.0-1 +- Update to 1.11.0 + * Wed May 25 2016 Kalev Lember - 1.10.93-1 - Update to 1.10.93