From b04139f665acf553f4bf376a7c9a23d8ea12ca21 Mon Sep 17 00:00:00 2001 From: Nikola Forró Date: Feb 20 2018 12:19:53 +0000 Subject: Add missing gcc-c++ build dependency --- diff --git a/exempi.spec b/exempi.spec index 8eb699e..47e2144 100644 --- a/exempi.spec +++ b/exempi.spec @@ -1,11 +1,12 @@ Summary: Library for easy parsing of XMP metadata Name: exempi Version: 2.4.4 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Libraries URL: http://libopenraw.freedesktop.org/wiki/Exempi Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2 +BuildRequires: gcc-c++ BuildRequires: boost-devel expat-devel zlib-devel pkgconfig # Work around for aarch64 support (https://bugzilla.redhat.com/show_bug.cgi?id=925327) BuildRequires: autoconf automake libtool @@ -66,6 +67,9 @@ rm -rf %{buildroot}%{_libdir}/*.a %{_libdir}/pkgconfig/*.pc %changelog +* Tue Feb 20 2018 Nikola Forró - 2.4.4-2 +- Add missing gcc-c++ build dependency + * Tue Feb 06 2018 Nikola Forró - 2.4.4-1 - Update to version 2.4.4 Resolves #1541818