summaryrefslogtreecommitdiffstats
path: root/metacity.spec
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2015-07-14 23:13:45 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2015-07-15 00:58:06 -0500
commitd98d8fbb51477a723f46eff4837b9eaf8cdb8e71 (patch)
treed2625afcc9575889b5a357a7c42fd649cb87a045 /metacity.spec
parent9e0257d35f9c40dfb8a9dda2b96f390fef948ce8 (diff)
downloadmetacity-d98d8fbb51477a723f46eff4837b9eaf8cdb8e71.tar.gz
metacity-d98d8fbb51477a723f46eff4837b9eaf8cdb8e71.tar.xz
metacity-d98d8fbb51477a723f46eff4837b9eaf8cdb8e71.zip
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
Diffstat (limited to 'metacity.spec')
-rw-r--r--metacity.spec23
1 files changed, 9 insertions, 14 deletions
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 <yselkowi@redhat.com> - 3.14.3-3
-- rebuilt
-
-* Tue Feb 10 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 3.14.3-2
-- rebuilt
+* Thu Apr 30 2015 Mike DePaulo <mikedep333@gmail.com> - 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 <yselkowi@redhat.com> - 3.14.3-1
- Version bump for GNOME 3.14.