commit 26190a77483a9132bc3e399f0b6e7afbe4fe0267
Author: Gary Buhrmaster <gary.buhrmaster(a)gmail.com>
Date: Sat Aug 22 15:34:32 2020 +0000
Update to xmltv 0.6.3 release
.gitignore | 1 +
...b.t-specify-input-output-per-published-CL.patch | 29 ----------
...test_tv_imdb.t-update-usage-documentation.patch | 60 --------------------
0003-tv_imdb-fix-typo-in-documentation.patch | 25 ---------
0004-pt_vodafone-use-utf8-in-POD.patch | 25 ---------
...-pt_vodafone-fix-formatting-issues-in-POD.patch | 45 ---------------
0006-fix-tv_grab_uk_tvguide-urls.patch | 31 -----------
0007-fix-url-https-and-fix-graber.patch | 34 -----------
0008-fix-issue-59-tv_grab_uk_tvguide-60.patch | 42 --------------
0009-Fix-regex-for-programme-duration.patch | 25 ---------
...2-drop-details-of-Windows-98-error-with-P.patch | 57 -------------------
...h_channels-after-website-changes-issue-64.patch | 25 ---------
0012-correct-FSF-address-issue-65.patch | 25 ---------
...ion-on-use-XMLTV-to-eliminate-certain-pac.patch | 27 ---------
...sage-when-unable-to-retrieve-web-page-exi.patch | 26 ---------
0015-telsu-update-time-parser-for-new-format.patch | 26 ---------
...pparit-update-for-new-class-names-in-HTML.patch | 65 ----------------------
sources | 2 +-
xmltv.spec | 43 +++-----------
19 files changed, 9 insertions(+), 604 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 51d14bd..6242d6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ xmltv-0.5.67.tar.bz2
/xmltv-0.5.69.tar.bz2
/xmltv-0.5.70.tar.bz2
/xmltv-v0.6.1.tar.gz
+/xmltv-v0.6.3.tar.gz
diff --git a/sources b/sources
index 107d9f3..770ff95 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74dbd8e9319ec45a3525af8fe0bae0ec xmltv-v0.6.1.tar.gz
+SHA512 (xmltv-v0.6.3.tar.gz) =
ec3736a91b3704c96672d85b821ba160802ebf76d96219970d5eb8b44742d1474866b06171bfef79d6a14fde0ba056fc206ec8b2e27b3e03dedf7c6fa1fd54f1
diff --git a/xmltv.spec b/xmltv.spec
index 84c067a..2cf2aaf 100644
--- a/xmltv.spec
+++ b/xmltv.spec
@@ -1,44 +1,11 @@
Name: xmltv
-Version: 0.6.1
-Release: 14%{?dist}
+Version: 0.6.3
+Release: 1%{?dist}
Summary: A set of utilities to manage your TV viewing
License: GPLv2+
URL:
http://xmltv.org/wiki/
Source0:
https://github.com/XMLTV/xmltv/archive/v%{version}/xmltv-v%{version}.tar.gz
-# Upstream commit 5463cde - test_tv_imdb.t: specify input/output per published CLI
-Patch0001: 0001-test_tv_imdb.t-specify-input-output-per-published-CL.patch
-# Upstream commit 76dfb97 - test_tv_imdb.t: update usage documentation
-Patch0002: 0002-test_tv_imdb.t-update-usage-documentation.patch
-# Upstream commit 9dc7ae7 - tv_imdb: fix typo in documentation
-Patch0003: 0003-tv_imdb-fix-typo-in-documentation.patch
-# Upstream commit 5162eea - pt_vodafone: use utf8 in POD
-Patch0004: 0004-pt_vodafone-use-utf8-in-POD.patch
-# Upstream commit 814afd0 - pt_vodafone: fix formatting issues in POD
-Patch0005: 0005-pt_vodafone-fix-formatting-issues-in-POD.patch
-# Upstream commit 8f4a1bd - fix tv_grab_uk_tvguide urls
-Patch0006: 0006-fix-tv_grab_uk_tvguide-urls.patch
-# Upstream commit 9b90af5 - fix url (https) and fix graber
-Patch0007: 0007-fix-url-https-and-fix-graber.patch
-# Upstream commit d14fac1 - fix issue #59 tv_grab_uk_tvguide (#60)
-Patch0008: 0008-fix-issue-59-tv_grab_uk_tvguide-60.patch
-# Upstream commit 82abef0 - Fix regex for programme duration
-Patch0009: 0009-Fix-regex-for-programme-duration.patch
-# Upstream commit 370d3e5 - README.win32: drop details of Windows 98 error with Perl 5.8
-Patch0010: 0010-README.win32-drop-details-of-Windows-98-error-with-P.patch
-# Upstream commit 59b8a08 - fix fetch_channels() after website changes (issue #64)
-Patch0011: 0011-fix-fetch_channels-after-website-changes-issue-64.patch
-# Upstream commit 707fbd7 - correct FSF address (issue #65)
-Patch0012: 0012-correct-FSF-address-issue-65.patch
-# Upstream commit 240d203 - remove version on 'use XMLTV' to eliminate certain
packaging issues.
-Patch0013: 0013-remove-version-on-use-XMLTV-to-eliminate-certain-pac.patch
-# Upstream commit 4579542 - Warning message when unable to retrieve web page (exit status
1)
-Patch0014: 0014-Warning-message-when-unable-to-retrieve-web-page-exi.patch
-# Upstream commit 7aec62e - telsu: update time parser for new format
-Patch0015: 0015-telsu-update-time-parser-for-new-format.patch
-# Upstream commit b25f211 - ampparit: update for new class names in HTML
-Patch0016: 0016-ampparit-update-for-new-class-names-in-HTML.patch
-
BuildArch: noarch
@@ -138,6 +105,7 @@ BuildRequires: perl(Time::Piece)
BuildRequires: perl(Time::Seconds)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(URI)
+BuildRequires: perl(URI::Encode)
BuildRequires: perl(URI::Escape)
BuildRequires: perl(URI::URL)
BuildRequires: perl(XML::DOM)
@@ -227,7 +195,7 @@ make test
%files
-%doc Changes README
+%doc Changes README.md
%doc doc/*
%{_bindir}/tv_augment
%{_bindir}/tv_cat
@@ -282,6 +250,9 @@ make test
%changelog
+* Sat Aug 22 2020 Gary Buhrmaster <gary.buhrmaster(a)gmail.com> - 0.6.3-1
+- Update to xmltv 0.6.3 release
+
* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
0.6.1-14
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild