From 86f0fb1646dd60d7d7ae81c8343deeb140ae5d2a Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 21 Jul 2015 11:01:43 -0400 Subject: [PATCH] weston 1.8.0 --- .gitignore | 1 + sources | 2 +- weston.spec | 15 ++++++--------- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 3e305bf..2b0728e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /weston-1.6.0.tar.xz /weston-1.7.0.tar.xz /weston-1.7.92.tar.xz +/weston-1.8.0.tar.xz diff --git a/sources b/sources index 6789637..86af9b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -979ab73d54fc3097eac941a5729cb1b6 weston-1.7.92.tar.xz +24cb8a7ed0535b4fc3642643988dab36 weston-1.8.0.tar.xz diff --git a/weston.spec b/weston.spec index dd6049a..9a9ed8d 100644 --- a/weston.spec +++ b/weston.spec @@ -5,9 +5,9 @@ %endif Name: weston -Version: 1.7.92 +Version: 1.8.0 #Release: 4%{?alphatag}%{?dist} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Reference compositor for Wayland Group: User Interface/X License: BSD and CC-BY-SA @@ -22,9 +22,6 @@ Source1: make-git-snapshot.sh #Patch01: 0001-libinput-device-use-the-new-merged-scroll-events.patch #Patch02: 0001-libinput-device-use-the-discrete-axis-value-for-whee.patch -Patch1: 0001-gl-renderer-Take-a-list-of-acceptable-formats-in-cre.patch -Patch2: 0002-compositor-drm-pass-ARGB-fallback-to-gl-create-funct.patch - BuildRequires: autoconf BuildRequires: cairo-devel >= 1.10.0 BuildRequires: glib2-devel @@ -80,12 +77,9 @@ Common headers for weston %prep %setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} -%patch1 -p1 -%patch2 -p1 %build -# temporary force to pick up configure.ac changes -%if 1 || 0%{?gitdate} +%if 0%{?gitdate} autoreconf -ivf %endif %configure --disable-static --disable-setuid-install --enable-xwayland \ @@ -143,6 +137,9 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f %{_libdir}/pkgconfig/weston.pc %changelog +* Tue Jul 21 2015 Adam Jackson 1.8.0-1 +- weston 1.8.0 + * Fri Jun 19 2015 Fedora Release Engineering - 1.7.92-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild