From 4a4a0e79ecda6df5eab09fc6f41cd4aaf8e02840 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Jun 21 2019 07:40:11 +0000 Subject: Rebuilt for new VDR API version --- diff --git a/sources b/sources index 31a5d72..e41c0c2 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ SHA512 (vdr-tvguide-1.2.2.tgz) = 53b57a34a8816235366754b0e12bc574188c5602f302b68b09cc9c13c369b22799738f28e0d50dab66d485c7591bcc8b2c168c4cf5ad15cd822479148f4bd5d9 -SHA512 (vdr-tvguide.conf) = c8e4577fc3d236c7446022a01c58622d7d867d0e3ca8457f979febe1a09320daf84982e77bd630b952437d02a442950add488fe024986d4139e251cc397827dc diff --git a/vdr-tvguide.spec b/vdr-tvguide.spec index 16e9014..14bd935 100644 --- a/vdr-tvguide.spec +++ b/vdr-tvguide.spec @@ -1,6 +1,6 @@ Name: vdr-tvguide Version: 1.2.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: TvGuide is a highly customizable 2D EPG viewer plugin License: GPLv2+ URL: http://projects.vdr-developer.org/projects/plg-tvguide @@ -23,6 +23,9 @@ VDR plugin: tvguide - %{summary} %autosetup -p1 -n tvguide-%{version} iconv -f iso-8859-1 -t utf-8 README > README.utf8 ; mv README.utf8 README +# std::auto_ptr deprecation warning in libstdc++ 5.1 +sed -i -e 's| std::auto_ptr| std::unique_ptr|g' services/epgsearch.h + %build make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=graphicsmagick %{?_smp_mflags} all @@ -47,6 +50,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/tvguide/ %changelog +* Tue Jun 18 2019 Martin Gansser - 1.2.2-18 +- Rebuilt for new VDR API version + * Sun Feb 03 2019 Fedora Release Engineering - 1.2.2-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild