From 7427329288cabfe8e7bdc8b61b14dbcd57e4bf81 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 17 Jul 2018 13:05:41 +0200 Subject: [PATCH] Add missing cc --- libvdpau.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libvdpau.spec b/libvdpau.spec index 6aa8d3f..1a27e92 100644 --- a/libvdpau.spec +++ b/libvdpau.spec @@ -1,6 +1,6 @@ Name: libvdpau Version: 1.1.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Wrapper library for the Video Decode and Presentation API License: MIT URL: http://freedesktop.org/wiki/Software/VDPAU @@ -12,6 +12,7 @@ Patch2: 0003-Fix-doc-error-on-displayable-surface-types.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen +BuildRequires: gcc-c++ BuildRequires: graphviz BuildRequires: libtool BuildRequires: libX11-devel @@ -102,6 +103,9 @@ mv doc/html-out html %changelog +* Tue Jul 17 2018 Nicolas Chauvet - 1.1.1-10 +- Add missng cc + * Fri Jul 13 2018 Fedora Release Engineering - 1.1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild