From db30cb0b814a18bbc4d99ade175aa2c391bc33c9 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 22 Apr 2008 16:53:59 +0000 Subject: [PATCH] - libxcb-1.1-sloppy-lock.patch: Turn sloppy locking on all the time. I'm tired of fighting it. (#390261) --- libxcb.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libxcb.spec b/libxcb.spec index e860908..663a452 100644 --- a/libxcb.spec +++ b/libxcb.spec @@ -1,6 +1,6 @@ Name: libxcb Version: 1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A C binding to the X11 protocol Group: System Environment/Libraries @@ -82,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/doc/%{name}-%{version} %changelog -* Tue Apr 22 2008 Adam Jackson 1.1-3 +* Tue Apr 22 2008 Adam Jackson 1.1-4 - libxcb-1.1-sloppy-lock.patch: Turn sloppy locking on all the time. I'm tired of fighting it. (#390261)