From 2a0f58ff470c93ca700415b30b3c1a7c0c7e8b1e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 22 Aug 2014 14:17:35 -0600 Subject: [PATCH] Update to 1.5.90 --- .gitignore | 1 + sources | 2 +- wayland.spec | 10 +++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 93d660c..1fae31b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /wayland-1.4.0.tar.xz /wayland-1.4.93.tar.xz /wayland-1.5.0.tar.xz +/wayland-1.5.91.tar.xz diff --git a/sources b/sources index 27ac6ce..7442b61 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d882776b27329b91d2d500b6d66dd1d wayland-1.5.0.tar.xz +6d4c8371aa6dc3f2a69d593aa57d0858 wayland-1.5.91.tar.xz diff --git a/wayland.spec b/wayland.spec index 0a8a75a..a502bdb 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,8 +1,8 @@ #global gitdate 20130515 Name: wayland -Version: 1.5.0 -Release: 5%{?gitdate:.%{gitdate}}%{?dist} +Version: 1.5.91 +Release: 1%{?gitdate:.%{gitdate}}%{?dist} Summary: Wayland Compositor Infrastructure Group: User Interface/X @@ -15,8 +15,6 @@ Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.x %endif Source1: make-git-snapshot.sh -Patch1: 0001-protocol-add-wl_surface-errors-enum-for-bad-scale-an.patch - BuildRequires: autoconf automake libtool BuildRequires: doxygen BuildRequires: pkgconfig(libffi) @@ -84,7 +82,6 @@ Headers and symlinks for developing wayland server applications. %prep %setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} -%patch1 -p1 %build autoreconf -v --install @@ -168,6 +165,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/wayland-server.pc %changelog +* Fri Aug 22 2014 Kevin Fenzi 1.5.91-1 +- Update to 1.5.90 + * Mon Aug 18 2014 Fedora Release Engineering - 1.5.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild