From c526c1a56f83804d10c2895c684f1679d3db763c Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Jun 29 2009 14:59:34 +0000 Subject: - BuildRequires: xcb-proto >= 1.5 --- diff --git a/libxcb.spec b/libxcb.spec index 3510251..09ac665 100644 --- a/libxcb.spec +++ b/libxcb.spec @@ -4,7 +4,7 @@ Name: libxcb Version: 1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A C binding to the X11 protocol Group: System Environment/Libraries @@ -29,7 +29,7 @@ BuildRequires: graphviz BuildRequires: libXau-devel BuildRequires: libxslt BuildRequires: python -BuildRequires: xcb-proto >= 1.4 +BuildRequires: xcb-proto >= 1.5 BuildRequires: xorg-x11-proto-devel BuildRequires: xorg-x11-util-macros @@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/xcb %changelog +* Mon Jun 29 2009 Adam Jackson 1.2-6 +- BuildRequires: xcb-proto >= 1.5 + * Wed Jun 24 2009 Adam Jackson 1.2-5 - libxcb-1.2-no-nagle.patch: Disable Nagle's algorithm on TCP. (#442158)