From ad8ee046b566eec0b5b6a19352871230e4737997 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 5 Nov 2020 02:39:34 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libxcb.git#27921d5cf20c07f1d4f2031d39165a235d8a4b7d --- libxcb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libxcb.spec b/libxcb.spec index b405973..68b73c1 100644 --- a/libxcb.spec +++ b/libxcb.spec @@ -2,7 +2,7 @@ Name: libxcb Version: 1.13.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A C binding to the X11 protocol License: MIT URL: http://xcb.freedesktop.org/ @@ -15,6 +15,7 @@ Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 # the pkgconfig file so libs that link against libxcb know this... Source1: pthread-stubs.pc.in +BuildRequires: make BuildRequires: doxygen BuildRequires: graphviz BuildRequires: libtool @@ -116,6 +117,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %{_pkgdocdir} %changelog +* Thu Nov 5 11:20:53 AEST 2020 Peter Hutterer - 1.13.1-6 +- Add BuildRequires for make + * Tue Jul 28 2020 Fedora Release Engineering - 1.13.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild