summaryrefslogtreecommitdiffstats
path: root/metacity.spec
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2008-04-25 03:09:24 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2008-04-25 03:09:24 +0000
commitf11a8331ed3dae43ab55420f0a6920e57fe8b4e8 (patch)
treeb1c4ba0b65530a5352071fcea3c65c061454b107 /metacity.spec
parenta336c6a98ac1ea2e3675b847c5dcb17faef14381 (diff)
downloadmetacity-f11a8331ed3dae43ab55420f0a6920e57fe8b4e8.tar.gz
metacity-f11a8331ed3dae43ab55420f0a6920e57fe8b4e8.tar.xz
metacity-f11a8331ed3dae43ab55420f0a6920e57fe8b4e8.zip
Diffstat (limited to 'metacity.spec')
-rw-r--r--metacity.spec21
1 files changed, 8 insertions, 13 deletions
diff --git a/metacity.spec b/metacity.spec
index c0c76fd..a4956d2 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -1,18 +1,12 @@
Summary: Metacity window manager
Name: metacity
-Version: 2.22.0
-Release: 3%{?dist}
+Version: 2.23.8
+Release: 1%{?dist}
URL: http://download.gnome.org/sources/metacity/
Source0: http://download.gnome.org/sources/metacity/2.22/metacity-%{version}.tar.bz2
Patch0: default-theme.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=106249
-Patch2: skip-taskbar-tab.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=482354
-Patch3: metacity-2.21.13-dont-move-windows.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=519188
-Patch4: metacity-2.22.0-keepabove.patch
-# fixed in upstream svn
-Patch5: metacity-theme-crash.patch
+Patch1: metacity-2.21.13-dont-move-windows.patch
License: GPLv2+
Group: User Interface/Desktops
@@ -68,10 +62,7 @@ API. This package exists purely for technical reasons.
%prep
%setup -q
%patch0 -p1 -b .default-theme
-%patch2 -p1 -b .skip-taskbar-tab
-%patch3 -p0 -b .dont-move-windows
-%patch4 -p0 -b .keepabove
-%patch5 -p0 -b .theme-crash
+%patch1 -p0 -b .dont-move-windows
%build
rm -rf $RPM_BUILD_ROOT
@@ -158,6 +149,10 @@ fi
%{_mandir}/man1/metacity-window-demo.1.gz
%changelog
+* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.8-1
+- Update to 2.23.8
+- Drop obsolete patches
+
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-3
- Fix a possible crash in the appearance capplet with
invalid metacity themes (launchpad #199402)