2.26.0
This commit is contained in:
parent
20cf74d5ea
commit
c83fe89893
@ -1 +1 @@
|
||||
metacity-2.25.144.tar.bz2
|
||||
metacity-2.26.0.tar.bz2
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user