[mutter] Update to 3.5.2

Richard Hughes rhughes at fedoraproject.org
Thu Jun 7 09:21:40 UTC 2012


commit ce373b1109dacef72a7e5d560ea160a2fe6ef09f
Author: Richard Hughes <richard at hughsie.com>
Date:   Thu Jun 7 10:20:11 2012 +0100

    Update to 3.5.2
    
    - Remove upstreamed patches

 .gitignore                          |    1 +
 mutter-never-slice-shape-mask.patch |   43 -----
 mutter-use-cogl-texrect-api.patch   |  321 -----------------------------------
 mutter.spec                         |   13 +-
 sources                             |    2 +-
 5 files changed, 8 insertions(+), 372 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2980688..94bffa6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ mutter-2.31.5.tar.bz2
 /mutter-3.3.92.tar.xz
 /mutter-3.4.0.tar.xz
 /mutter-3.4.1.tar.xz
+/mutter-3.5.2.tar.xz
diff --git a/mutter.spec b/mutter.spec
index 0005df3..dcbcefe 100644
--- a/mutter.spec
+++ b/mutter.spec
@@ -1,6 +1,6 @@
 Name:          mutter
-Version:       3.4.1
-Release:       3%{?dist}
+Version:       3.5.2
+Release:       1%{?dist}
 Summary:       Window and compositing manager based on Clutter
 
 Group:         User Interface/Desktops
@@ -8,9 +8,6 @@ License:       GPLv2+
 #VCS:	       git:git://git.gnome.org/mutter
 Source0:       http://download.gnome.org/sources/%{name}/3.4/%{name}-%{version}.tar.xz
 
-Patch0: mutter-never-slice-shape-mask.patch
-Patch1: mutter-use-cogl-texrect-api.patch
-
 BuildRequires: clutter-devel >= 1.7.5
 BuildRequires: pango-devel
 BuildRequires: startup-notification-devel
@@ -66,8 +63,6 @@ utilities for testing Metacity/Mutter themes.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
@@ -136,6 +131,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %doc %{_mandir}/man1/mutter-window-demo.1.gz
 
 %changelog
+* Thu Jun 07 2012 Richard Hughes <hughsient at gmail.com> - 3.5.2-1
+- Update to 3.5.2
+- Remove upstreamed patches
+
 * Wed May 09 2012 Adam Jackson <ajax at redhat.com> 3.4.1-3
 - mutter-never-slice-shape-mask.patch, mutter-use-cogl-texrect-api.patch:
   Fix window texturing on hardware without ARB_texture_non_power_of_two
diff --git a/sources b/sources
index 6f54502..2e4de57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3ca02d4ca270e8587643af405c10f57d  mutter-3.4.1.tar.xz
+f44d0f30559a86d5895061f60d3ae27d  mutter-3.5.2.tar.xz


More information about the scm-commits mailing list