From 451c5b9a40f9903bbf5f378c7576acc29eb75dc2 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 17 Feb 2015 15:05:24 +0000 Subject: [PATCH] Update to 1.7.0 --- .gitignore | 1 + sources | 2 +- weston.spec | 20 ++++++++++++++------ 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 4e538d5..ab160bc 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /weston-1.5.0.tar.xz /weston-1.5.91.tar.xz /weston-1.6.0.tar.xz +/weston-1.7.0.tar.xz diff --git a/sources b/sources index 180e792..bf282f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c60ce9dde99a089db0539d8f6b557827 weston-1.6.0.tar.xz +1fde8a44f48cd177438522850d6ba4be weston-1.7.0.tar.xz diff --git a/weston.spec b/weston.spec index 15eb70e..5df6f23 100644 --- a/weston.spec +++ b/weston.spec @@ -5,8 +5,9 @@ %endif Name: weston -Version: 1.6.0 -Release: 4%{?alphatag}%{?dist} +Version: 1.7.0 +#Release: 4%{?alphatag}%{?dist} +Release: 1%{?dist} Summary: Reference compositor for Wayland Group: User Interface/X License: BSD and CC-BY-SA @@ -18,8 +19,8 @@ Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.x %endif 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 +#Patch01: 0001-libinput-device-use-the-new-merged-scroll-events.patch +#Patch02: 0001-libinput-device-use-the-discrete-axis-value-for-whee.patch BuildRequires: autoconf BuildRequires: cairo-devel >= 1.10.0 @@ -76,8 +77,8 @@ Common headers for weston %prep %setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} -%patch01 -p1 -%patch02 -p1 +#%patch01 -p1 +#%patch02 -p1 %build # temporary force to pick up configure.ac changes @@ -116,6 +117,8 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f %{_libdir}/weston/x11-backend.so %{_libdir}/weston/xwayland.so %{_libdir}/weston/fullscreen-shell.so +%{_libdir}/weston/hmi-controller.so +%{_libdir}/weston/ivi-shell.so %{_libexecdir}/weston-* %{_mandir}/man1/*.1* %{_mandir}/man5/*.5* @@ -123,17 +126,22 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f %dir %{_datadir}/weston %{_datadir}/weston/*.png %{_datadir}/weston/wayland.svg +%{_datadir}/wayland-sessions/weston.desktop %files devel %dir %{_includedir}/weston %{_includedir}/weston/compositor.h %{_includedir}/weston/config-parser.h +%{_includedir}/weston/timeline-object.h %{_includedir}/weston/matrix.h %{_includedir}/weston/version.h %{_includedir}/weston/zalloc.h %{_libdir}/pkgconfig/weston.pc %changelog +* Tue Feb 17 2015 Richard Hughes - 1.7.0-1 +- Update to 1.7.0 + * Fri Jan 16 2015 Peter Hutterer 1.6.0-4 - Update to and require libinput 0.8