- Require gnome-session > 2.16 so it starts gtk-window-decorator.

- Update to desktop-effects 0.7.1 that doesn't refuse to work with
    Xinerama.
This commit is contained in:
Kristian Høgsberg 2007-02-06 22:38:45 +00:00
parent 996519d590
commit 5c087bb6a4
3 changed files with 9 additions and 7 deletions

View File

@ -1,2 +1,2 @@
desktop-effects-0.7.0.tar.bz2
compiz-0.3.6.tar.bz2
desktop-effects-0.7.1.tar.bz2

View File

@ -1,13 +1,11 @@
# -*- mode: rpm-spec -*-
%define dialogversion 0.7.0
%define dialogversion 0.7.1
Name: compiz
Url: http://www.freedesktop.org/Software/compiz
License: X11/MIT/GPL
Group: User Interface/Desktops
Version: 0.3.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: OpenGL window and compositing manager
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -19,7 +17,7 @@ Requires: xorg-x11-server-Xorg >= 1.1.0-26
Requires: mesa-libGL >= 6.5-9
Requires: libwnck >= 2.15.4
Requires: system-logos
Requires: gnome-session >= 2.15.90-2.fc6
Requires: gnome-session >= 2.16
Requires(pre): GConf2
Requires(post): GConf2
@ -187,6 +185,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libdecoration.so
%changelog
* Tue Feb 6 2007 Kristian Høgsberg <krh@redhat.com> 0.3.6
- Require gnome-session > 2.16 so it starts gtk-window-decorator.
- Update to desktop-effects 0.7.1 that doesn't refuse to work with Xinerama.
* Tue Jan 16 2007 Kristian Høgsberg <krh@redhat.com> - 0.3.6-1
- Update to 0.3.6, update patches.
- Drop autotool build requires.

View File

@ -1,2 +1,2 @@
f08bb98f1b1c30e657fb32e2d97ae69d desktop-effects-0.7.0.tar.bz2
260b03fc9ae62ff1ad4e8c5e92d56180 compiz-0.3.6.tar.bz2
e11f289f7dfe8a6a6b321f21ee938d2b desktop-effects-0.7.1.tar.bz2