[weston] Weston 1.2.0

Richard Hughes rhughes at fedoraproject.org
Mon Jul 15 12:13:08 UTC 2013


commit 99210b2ed456275c1cf6b73152be463c5e4a4d1a
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Jul 15 13:12:10 2013 +0100

    Weston 1.2.0

 .gitignore         |    1 +
 sources            |    2 +-
 weston-fixes.patch |   51 ---------------------------------------------------
 weston.spec        |   12 ++++--------
 4 files changed, 6 insertions(+), 60 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7412ce..60a174b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /weston-1.0.6.tar.xz
 /weston-1.1.0.tar.xz
 /weston-20130515.tar.bz2
+/weston-1.2.0.tar.xz
diff --git a/sources b/sources
index 41f3e43..7479ef0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d83b295e0f8757a37b0bb8702de38a7  weston-20130515.tar.bz2
+86f8c9e865923e138ce44ee41d951500  weston-1.2.0.tar.xz
diff --git a/weston.spec b/weston.spec
index 295b042..8c3f7f1 100644
--- a/weston.spec
+++ b/weston.spec
@@ -1,8 +1,8 @@
-%define gitdate 20130515
+#define gitdate 20130515
 
 Name:           weston
-Version:        1.1.90
-Release:        0.1%{?alphatag}%{?dist}
+Version:        1.2.0
+Release:        1%{?alphatag}%{?dist}
 Summary:        Reference compositor for Wayland
 Group:          User Interface/X
 License:        BSD and CC-BY-SA
@@ -17,9 +17,6 @@ Source1:        make-git-snapshot.sh
 # git diff-tree -p 1.0.6..origin/1.0 > weston-$(git describe origin/1.0).patch
 #Patch0:		weston-1.0.5-11-g9a576c3.patch
 
-# Sent upstream
-Patch1:		weston-fixes.patch
-
 BuildRequires:  autoconf
 BuildRequires:  cairo-devel >= 1.10.0
 BuildRequires:  glib2-devel
@@ -33,7 +30,7 @@ BuildRequires:  libudev-devel
 %endif
 BuildRequires:	libunwind-devel
 BuildRequires:  libwayland-client-devel
-BuildRequires:  libwayland-server-devel >= 1.1.90
+BuildRequires:  libwayland-server-devel >= 1.2.0
 BuildRequires:  libwayland-cursor-devel
 BuildRequires:  libxcb-devel
 BuildRequires:  libXcursor-devel
@@ -65,7 +62,6 @@ Common headers for weston
 %prep
 %setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
 #%patch0 -p1 -b .git
-%patch1 -p1 -b .fixes
 
 %build
 # temporary force to pick up configure.ac changes


More information about the scm-commits mailing list