This commit is contained in:
Matthias Clasen 2009-03-17 02:39:48 +00:00
parent 20cf74d5ea
commit c83fe89893
3 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
metacity-2.25.144.tar.bz2
metacity-2.26.0.tar.bz2

View File

@ -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

View File

@ -1 +1 @@
b7f51a8144584f51434b8775216bc2c5 metacity-2.25.144.tar.bz2
eafb624e79fbcdab6da59acc222430b1 metacity-2.26.0.tar.bz2