From 266f8a9f1ba2ca65c7bd1c7674eb80fc56cb6e2a Mon Sep 17 00:00:00 2001 From: Florian Müllner Date: Sep 21 2015 21:08:44 +0000 Subject: Update to 3.18.0 --- diff --git a/.gitignore b/.gitignore index a77104f..f65071a 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,4 @@ mutter-2.31.5.tar.bz2 /mutter-3.17.90.tar.xz /mutter-3.17.91.tar.xz /mutter-3.17.92.tar.xz +/mutter-3.18.0.tar.xz diff --git a/0001-launcher-Don-t-pass-variable-as-format-string.patch b/0001-launcher-Don-t-pass-variable-as-format-string.patch deleted file mode 100644 index 4f212a2..0000000 --- a/0001-launcher-Don-t-pass-variable-as-format-string.patch +++ /dev/null @@ -1,27 +0,0 @@ -From dc780d2c4450385a2fba4df34be62e0bfc838c72 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Florian=20M=C3=BCllner?= -Date: Wed, 16 Sep 2015 17:38:10 +0200 -Subject: [PATCH] launcher: Don't pass variable as format string - -We know the variable only contains one or another string literal, -but keep compilers happy as well. ---- - src/backends/native/meta-launcher.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/backends/native/meta-launcher.c b/src/backends/native/meta-launcher.c -index 5ceeda7..6fc4505 100644 ---- a/src/backends/native/meta-launcher.c -+++ b/src/backends/native/meta-launcher.c -@@ -63,7 +63,7 @@ report_error_and_die (const char *prefix, - if (error) - g_error ("%s: %s", prefix, error->message); - else -- g_error (prefix); -+ g_error ("%s", prefix); - - /* the error is not freed, but it is ok as g_error aborts the process */ - } --- -2.5.0 - diff --git a/mutter.spec b/mutter.spec index acc82a5..3f8d9ff 100644 --- a/mutter.spec +++ b/mutter.spec @@ -2,7 +2,7 @@ %global gsettings_desktop_schemas_version 3.15.92 Name: mutter -Version: 3.17.92 +Version: 3.18.0 Release: 1%{?dist} Summary: Window and compositing manager based on Clutter @@ -10,11 +10,10 @@ Group: User Interface/Desktops License: GPLv2+ #VCS: git:git://git.gnome.org/mutter URL: http://www.gnome.org -Source0: http://download.gnome.org/sources/%{name}/3.17/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz # https://bugzilla.redhat.com/show_bug.cgi?id=1200901 Patch0: 0001-Force-cursor-update-after-applying-configuration.patch -Patch1: 0001-launcher-Don-t-pass-variable-as-format-string.patch BuildRequires: clutter-devel >= %{clutter_version} BuildRequires: pango-devel @@ -99,7 +98,6 @@ the functionality of the installed %{name} package. %prep %setup -q %patch0 -p1 -b .fix-cursor -%patch1 -p1 -b fix-compiler-warning %build autoreconf -f -i @@ -170,6 +168,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/mutter/tests %changelog +* Mon Sep 21 2015 Florian Müllner - 3.18.0-1 +- Update to 3.18.0 + * Wed Sep 16 2015 Florian Müllner - 3.17.92-1 - Update to 3.17.92 diff --git a/sources b/sources index 024aeae..e30f5bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -811d7a0243d146b0fba9586c617ddcad mutter-3.17.92.tar.xz +3a06c8a7cb4552ab636963ad7a51243a mutter-3.18.0.tar.xz