commit 67a392d25c7bb3ab39a8757c997111db5dc7bd96
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Jan 24 17:41:33 2017 +0100
Squashed commit of the following:
commit c2e16c0511f75019757e1acd2b31fe3ec2f43eef
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Tue Jan 24 08:40:28 2017 -0600
Add conditional around perl-generators requirement as I don't believe it's
needed on EL.
commit 5bae2d307a89faaed06073bedb5db45911a7d198
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Tue Jan 24 07:41:19 2017 -0600
Update to latest upstream release.
commit d74fa41cfd67b708c1a49b445871d47bbc1bdf2f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Oct 1 00:47:39 2016 +0100
Add perl-generators to get proper requires/provides on F-25 and later
commit d786725cb4963f0adbd18d56247d61c6af077045
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 30 05:55:17 2016 +0100
Rebuild for Perl with locale (buildroot with glibc-all-langpacks)
commit a6a830f7dfa4f66a9557472ad509229da79f4e83
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jul 24 23:14:44 2016 +0100
Update xmltv to 0.5.68
commit 442fcf86548f093c5cc126a11bb69c087f0c5c35
Author: Richard M. Shaw <hobbes1069(a)gmail.com>
Date: Sat Feb 20 16:39:39 2016 -0600
Add additional build requirements for additional grabbers.
Fixes BZ#3983.
commit 8b680cbf78617d84bbfb49e121dc251f40b56e90
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Wed Aug 26 17:07:22 2015 +0000
* Tue Aug 25 2015 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.67-1
- Update to latest upstream release.
commit 4101c167bae3cf44f369bf4370bc3bf928278c3c
Author: Hans de Goede <j.w.r.degoede(a)gmail.com>
Date: Mon May 18 17:31:55 2015 +0000
* Mon May 18 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.5.66-2
- Fix FTBFS (rf#3621)
commit 1c5aea8db3d46270e68bb54516a0ea376f79d9cd
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Oct 28 17:01:50 2014 +0000
Remove undeeded patch
commit 0427759660bcd1e54d6c37148c92a573f44afed4
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Oct 28 16:44:50 2014 +0000
Update to 0.5.66
commit d9e11b7855aceb7a79a63d3a9216c21eb33e2ecc
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Sun May 25 13:59:15 2014 +0000
* Fri May 9 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.65-1
- Update to lastest upstream release:
http://sourceforge.net/projects/xmltv/files/xmltv/0.5.65/
.gitignore | 4 +++-
sources | 2 +-
xmltv.spec | 42 +++++++++++++++++++++++++++++++++++++++---
3 files changed, 43 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 43ddb07..2108298 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-xmltv-0.5.66.tar.bz2
+xmltv-0.5.67.tar.bz2
+/xmltv-0.5.68.tar.bz2
+/xmltv-0.5.69.tar.bz2
diff --git a/sources b/sources
index ea5e979..cb24e42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ad51ff5a02e8320bd908c7908c49661 xmltv-0.5.66.tar.bz2
+1b0128f97755e7769177d7930e03ad74 xmltv-0.5.69.tar.bz2
diff --git a/xmltv.spec b/xmltv.spec
index 7166680..5161611 100644
--- a/xmltv.spec
+++ b/xmltv.spec
@@ -1,5 +1,5 @@
Name: xmltv
-Version: 0.5.66
+Version: 0.5.69
Release: 1%{?dist}
Summary: A set of utilities to manage your TV viewing
@@ -11,6 +11,9 @@ Patch0: xmltv-0.5.63-noask.patch
BuildArch: noarch
+%if 0%{?fedora}
+BuildRequires: perl-generators
+%endif
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(LWP) >= 5.65
BuildRequires: perl(XML::Parser) >= 2.34
@@ -68,6 +71,15 @@ BuildRequires: perl(HTML::Entities)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::Strptime)
BuildRequires: perl(DateTime::Format::ISO8601)
+BuildRequires: perl(Date::Manip)
+BuildRequires: perl(Encode)
+BuildRequires: perl(File::Path)
+BuildRequires: perl(Getopt::Long)
+BuildRequires: perl(IO::Uncompress::Unzip)
+BuildRequires: perl(JSON::PP)
+BuildRequires: perl(Tk)
+BuildRequires: perl(URI)
+BuildRequires: perl(XML::TreePP)
Requires: xmltv-grabbers >= %{version}-%{release}
@@ -174,6 +186,7 @@ make test
%files
%doc ChangeLog README
%doc doc/*
+%{_bindir}/tv_augment
%{_bindir}/tv_cat
%{_bindir}/tv_extractinfo_en
%{_bindir}/tv_extractinfo_ar
@@ -191,6 +204,7 @@ make test
%{_bindir}/tv_augment_tz
%{_bindir}/tv_count
%{_bindir}/tv_merge
+%{_mandir}/man1/tv_augment.1*
%{_mandir}/man1/tv_count.1*
%{_mandir}/man1/tv_merge.1*
%{_mandir}/man1/tv_cat.1*
@@ -224,11 +238,33 @@ make test
%changelog
+* Tue Jan 24 2017 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.69-1
+- Update to latest upstream release.
+
+* Fri Sep 30 2016 Sérgio Basto <sergio(a)serjux.com> - 0.5.68-3
+- Add perl-generators to get proper requires/provides on F-25 and later
+
+* Fri Sep 30 2016 Sérgio Basto <sergio(a)serjux.com> - 0.5.68-2
+- Rebuild for Perl with locale (buildroot with glibc-all-langpacks)
+
+* Sun Jul 24 2016 Sérgio Basto <sergio(a)serjux.com> - 0.5.68-1
+- Update xmltv to 0.5.68
+
+* Sat Feb 20 2016 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.67-2
+- Add additional build requirements for additional grabbers.
+ Fixes BZ#3983.
+
+* Tue Aug 25 2015 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.67-1
+- Update to latest upstream release.
+
+* Mon May 18 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.5.66-2
+- Fix FTBFS (rf#3621)
+
* Tue Oct 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.66-1
-- Update to 0.5.56
+- Update to 0.5.66.
* Fri May 9 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.65-1
-- Update to lastest upstream release:
+- Update to latest upstream release:
http://sourceforge.net/projects/xmltv/files/xmltv/0.5.65/
* Wed Feb 12 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.64-1