summaryrefslogtreecommitdiffstats
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
parent20cf74d5ead6c26570d8cebe922a6b1fbde08753 (diff)
downloadmetacity-c83fe89893193c1466037ff7d751495df4de086c.tar.gz
metacity-c83fe89893193c1466037ff7d751495df4de086c.tar.xz
metacity-c83fe89893193c1466037ff7d751495df4de086c.zip
-rw-r--r--.cvsignore2
-rw-r--r--metacity.spec13
-rw-r--r--sources2
3 files changed, 10 insertions, 7 deletions
diff --git a/.cvsignore b/.cvsignore
index bd33b33..843ccb9 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-metacity-2.25.144.tar.bz2
+metacity-2.26.0.tar.bz2
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
diff --git a/sources b/sources
index 6696cd4..d10acb8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7f51a8144584f51434b8775216bc2c5 metacity-2.25.144.tar.bz2
+eafb624e79fbcdab6da59acc222430b1 metacity-2.26.0.tar.bz2