From ccbbf211cb9ba5e37a709ac7fdf3627549e797f6 Mon Sep 17 00:00:00 2001 From: Aurelien Bompard Date: Tue, 21 Feb 2006 19:24:06 +0000 Subject: [PATCH] fix dependency --- libvisual.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libvisual.spec b/libvisual.spec index 64d168a..d1ade0c 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -1,6 +1,6 @@ Name: libvisual Version: 0.2.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Abstraction library for audio visualisation plugins Group: Applications/Multimedia @@ -9,7 +9,7 @@ URL: http://libvisual.sf.net Source0: http://dl.sf.net/libvisual/libvisual-0.2.0.tar.gz Patch0: libvisual-0.2.0-ifdef.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xorg-x11-devel +BuildRequires: xorg-x11-proto-devel %description @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 21 2006 Aurelien Bompard 0.2.0-8 +- fix dependency for modular X + * Tue Feb 21 2006 Aurelien Bompard 0.2.0-7 - rebuild for FC5