From 0a0f5bf615b9d793c2a430f354b0224525941c7f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 13 Jul 2009 17:53:08 +0000 Subject: [PATCH] - Really fix xpyb build. --- libxcb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libxcb.spec b/libxcb.spec index 7a7c8de..9961529 100644 --- a/libxcb.spec +++ b/libxcb.spec @@ -7,7 +7,7 @@ Name: libxcb Version: 1.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A C binding to the X11 protocol Group: System Environment/Libraries @@ -31,7 +31,7 @@ BuildRequires: doxygen BuildRequires: graphviz BuildRequires: libXau-devel BuildRequires: libxslt -BuildRequires: python +BuildRequires: python-devel BuildRequires: xcb-proto >= 1.5 BuildRequires: xorg-x11-proto-devel BuildRequires: xorg-x11-util-macros @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Jul 13 2009 Adam Jackson 1.2-8 +- Really fix xpyb build. + * Mon Jul 06 2009 Adam Jackson 1.2-7 - Fix xpyb build