diff --git a/vdr-tvguide.spec b/vdr-tvguide.spec index fa7f572..70151e1 100644 --- a/vdr-tvguide.spec +++ b/vdr-tvguide.spec @@ -1,6 +1,6 @@ Name: vdr-tvguide Version: 1.3.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: TvGuide is a highly customizable 2D EPG viewer plugin License: GPLv2+ URL: http://projects.vdr-developer.org/projects/plg-tvguide @@ -9,7 +9,7 @@ Source0: https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git/sn Source1: %{name}.conf BuildRequires: gcc BuildRequires: gcc-c++ -BuildRequires: GraphicsMagick-c++-devel +BuildRequires: ImageMagick-c++-devel BuildRequires: vdr-devel >= 2.0.0 Requires: vdr(abi)%{?_isa} = %{vdr_apiversion} @@ -21,7 +21,7 @@ VDR plugin: tvguide - %{summary} iconv -f iso-8859-1 -t utf-8 README > README.utf8 ; mv README.utf8 README %build -make CFLAGS="%{optflags} -fPIC" CXXFLAGS="-std=c++14 %{optflags} -fPIC" IMAGELIB=graphicsmagick %{?_smp_mflags} all +make CFLAGS="%{optflags} -fPIC" CXXFLAGS="-std=c++14 %{optflags} -fPIC" IMAGELIB=imagemagick %{?_smp_mflags} all %install # make install would install the themes under /etc, let's not use that @@ -44,6 +44,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/tvguide/ %changelog +* Sat Nov 14 2020 Martin Gansser - 1.3.3-4 +- Use Imagemagick due segfault with Graphicsmagick fix (BZ#1897776) + * Fri Aug 28 2020 Martin Gansser - 1.3.3-3 - Rebuilt for new VDR API version