From 41ae5dfe058548245e69232bb38da0b512fb4d71 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Jan 28 2019 13:06:24 +0000 Subject: Update to 1.0.11-1.20190128gitd9f6cb4 --- diff --git a/.gitignore b/.gitignore index cf99ab5..d6e11ef 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /vdr-scraper2vdr-194b3be.tar.gz /vdr-scraper2vdr-ef448e1.tar.gz /vdr-scraper2vdr-a412d52.tar.gz +/vdr-scraper2vdr-d9f6cb4.tar.gz diff --git a/sources b/sources index bc32f2c..51ed719 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vdr-scraper2vdr-a412d52.tar.gz) = d2ef7743267ff8c378a1a814ca5a4f5924defe5205b30448708fa7dd61f00b607586a2e3e0e4faae8dfe572d15cd292a55019a04974932b386c6437fcaf0bd5d +SHA512 (vdr-scraper2vdr-d9f6cb4.tar.gz) = 57fcd3b955e0c5a7d98da5f658cf167bc0b0b224c2a4b5e3c33535888a89f1d531548ab802285c53afca5c5b419f0fd27528abaf877314c2921c64f86681da44 diff --git a/vdr-scraper2vdr.spec b/vdr-scraper2vdr.spec index bb5baf4..dbfe1b3 100644 --- a/vdr-scraper2vdr.spec +++ b/vdr-scraper2vdr.spec @@ -1,20 +1,18 @@ -# https://github.com/horchi/scraper2vdr/commit/a412d52ce9d840ab27621906aea16e83cc4f6b1f -%global commit0 a412d52ce9d840ab27621906aea16e83cc4f6b1f +# https://github.com/horchi/scraper2vdr/commit/d9f6cb454ebbc951af5d1a4aa7fcc31e772f3bca +%global commit0 d9f6cb454ebbc951af5d1a4aa7fcc31e772f3bca %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global pname scraper2vdr -%global gitdate 20190108 +%global gitdate 20190128 Name: vdr-scraper2vdr -Version: 1.0.10 +Version: 1.0.11 Release: 1.%{gitdate}git%{shortcommit0}%{?dist} Summary: A client plugin which provides scraped metadata from EPGD to other plugins License: GPL+ URL: https://github.com/horchi/scraper2vdr Source0: https://github.com/horchi/scraper2vdr/archive/%{commit0}/%{name}-%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz Source1: %{name}.conf -# https://bugzilla.redhat.com/attachment.cgi?id=1298509 -Patch0: %{name}-mariadb-fix-build.patch BuildRequires: gcc-c++ BuildRequires: libuuid-devel @@ -42,7 +40,6 @@ the terms of use. %prep %setup -qn %{pname}-%{commit0} -%patch0 -p1 iconv -f iso-8859-1 -t utf-8 README > README.utf8 ; mv README.utf8 README # fedora specific @@ -67,6 +64,9 @@ install -Dpm 644 %{SOURCE1} \ %config(noreplace) %{vdr_configdir}/plugins/%{pname}/epg.dat %changelog +* Mon Jan 28 2019 Martin Gansser - 1.0.11-1.20190128gitd9f6cb4 +- Update to 1.0.11-1.20190128gitd9f6cb4 + * Wed Jan 16 2019 Martin Gansser - 1.0.10-1.20190108gita412d52 - Update to 1.0.10-1.20190108gita412d52