From 25b7b38dc666b8a6738f5092a8a4193d57a6c86d Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Nov 07 2018 09:54:53 +0000 Subject: Fix FTBFS due to missing gcc-c++; Rebuild with wxWidgets 3.0 --- diff --git a/scummvm-tools.spec b/scummvm-tools.spec index 78b6476..a9d5832 100644 --- a/scummvm-tools.spec +++ b/scummvm-tools.spec @@ -1,6 +1,6 @@ Name: scummvm-tools Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools for scummVM / S.C.U.M.M scripting language Group: Development/Tools License: GPLv2+ @@ -9,7 +9,8 @@ URL: http://www.scummvm.org Source0: http://www.scummvm.org/frs/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source1: %{name}.desktop Patch0: scummvm-tools-1.8.0-fPIC.patch -BuildRequires: wxGTK-devel, libvorbis-devel, flac-devel, desktop-file-utils +BuildRequires: gcc-c++ +BuildRequires: wxGTK3-devel, libvorbis-devel, flac-devel, desktop-file-utils BuildRequires: zlib-devel bzip2-devel libmad-devel BuildRequires: libpng-devel freetype-devel boost-devel Requires: scummvm%{?_isa} >= %{version} @@ -64,6 +65,9 @@ desktop-file-install \ %changelog +* Tue Oct 30 2018 Scott Talbert - 2.0.0-3 +- Fix FTBFS due to missing gcc-c++; Rebuild with wxWidgets 3.0 + * Sat Jul 14 2018 Fedora Release Engineering - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild