From d98d8fbb51477a723f46eff4837b9eaf8cdb8e71 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 14 Jul 2015 23:13:45 -0500 Subject: Upgrade to 3.16.1 - Drop metacity-3.14-bgo605678.patch because it was upstreamed - Remove check for HAVE_SHAPE because the Shape extension is no longer optional --- metacity.spec | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'metacity.spec') diff --git a/metacity.spec b/metacity.spec index c371667..afea4fe 100644 --- a/metacity.spec +++ b/metacity.spec @@ -1,9 +1,9 @@ Summary: Unobtrusive window manager Name: metacity -Version: 3.14.3 -Release: 3%{?dist} +Version: 3.16.1 +Release: 1%{?dist} URL: http://download.gnome.org/sources/metacity/ -Source0: http://download.gnome.org/sources/metacity/3.14/metacity-%{version}.tar.xz +Source0: http://download.gnome.org/sources/metacity/3.16/metacity-%{version}.tar.xz # http://bugzilla.gnome.org/show_bug.cgi?id=558723 Patch4: stop-spamming-xsession-errors.patch @@ -12,11 +12,9 @@ Patch4: stop-spamming-xsession-errors.patch # https://bugzilla.gnome.org/show_bug.cgi?id=559816 Patch24: metacity-2.28-empty-keybindings.patch -Patch100: metacity-3.14-bgo605678.patch - License: GPLv2+ Group: User Interface/Desktops -BuildRequires: gtk3-devel >= 3.12.0 +BuildRequires: gtk3-devel >= 3.15.2 BuildRequires: pango-devel BuildRequires: fontconfig-devel BuildRequires: gsettings-desktop-schemas-devel @@ -70,8 +68,6 @@ API. This package exists purely for technical reasons. #patch16 -p1 -b .focus-different-workspace %patch24 -p1 -b .empty-keybindings -%patch100 -p1 - # force regeneration rm -f src/org.gnome.metacity.gschema.valid @@ -84,7 +80,7 @@ rm -f configure (if ! test -x configure; then autoreconf -i -f; fi; %configure --disable-static --disable-schemas-compile) -SHOULD_HAVE_DEFINED="HAVE_SM HAVE_XINERAMA HAVE_XFREE_XINERAMA HAVE_SHAPE HAVE_RANDR HAVE_STARTUP_NOTIFICATION" +SHOULD_HAVE_DEFINED="HAVE_SM HAVE_XINERAMA HAVE_XFREE_XINERAMA HAVE_RANDR HAVE_STARTUP_NOTIFICATION" for I in $SHOULD_HAVE_DEFINED; do if ! grep -q "define $I" config.h; then @@ -148,11 +144,10 @@ fi %{_mandir}/man1/metacity-window-demo.1.gz %changelog -* Fri Feb 27 2015 Yaakov Selkowitz - 3.14.3-3 -- rebuilt - -* Tue Feb 10 2015 Yaakov Selkowitz - 3.14.3-2 -- rebuilt +* Thu Apr 30 2015 Mike DePaulo - 3.16.1-1 +- Upgrade to 3.16.1 +- Drop metacity-3.14-bgo605678.patch because it was upstreamed +- Remove check for HAVE_SHAPE because the Shape extension is no longer optional * Wed Feb 04 2015 Yaakov Selkowitz - 3.14.3-1 - Version bump for GNOME 3.14. -- cgit