summaryrefslogtreecommitdiffstats
path: root/metacity.spec
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2009-03-17 02:39:48 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2009-03-17 02:39:48 +0000
commitc83fe89893193c1466037ff7d751495df4de086c (patch)
tree7f1960a9a154956c28ffd035597b5cef41742d5c /metacity.spec
parent20cf74d5ead6c26570d8cebe922a6b1fbde08753 (diff)
downloadmetacity-c83fe89893193c1466037ff7d751495df4de086c.tar.gz
metacity-c83fe89893193c1466037ff7d751495df4de086c.tar.xz
metacity-c83fe89893193c1466037ff7d751495df4de086c.zip
Diffstat (limited to 'metacity.spec')
-rw-r--r--metacity.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/metacity.spec b/metacity.spec
index dc33bd1..bf5dc88 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -1,9 +1,9 @@
Summary: Unobtrusive window manager
Name: metacity
-Version: 2.25.144
-Release: 6%{?dist}
+Version: 2.26.0
+Release: 1%{?dist}
URL: http://download.gnome.org/sources/metacity/
-Source0: http://download.gnome.org/sources/metacity/2.25/metacity-%{version}.tar.bz2
+Source0: http://download.gnome.org/sources/metacity/2.26/metacity-%{version}.tar.bz2
Patch0: default-theme.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=558723
Patch4: stop-spamming-xsession-errors.patch
@@ -140,13 +140,13 @@ rm -rf $RPM_BUILD_ROOT
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/metacity.schemas > /dev/null || :
-%pre
+%pre
if [ "$1" -gt 1 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/metacity.schemas > /dev/null || :
fi
-%preun
+%preun
if [ "$1" -eq 0 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/metacity.schemas > /dev/null || :
@@ -182,6 +182,9 @@ fi
%{_mandir}/man1/metacity-window-demo.1.gz
%changelog
+* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
+- Update to 2.26.0
+
* Wed Mar 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.144-6
- Fix interaction with autohide panels