Author: hobbes1069
Update of /cvs/free/rpms/xmltv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5607
Modified Files:
.cvsignore sources xmltv.spec
Added Files:
xmltv-0.5.65-bad_tab.patch
Log Message:
* 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/
xmltv-0.5.65-bad_tab.patch:
tv_to_text | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE xmltv-0.5.65-bad_tab.patch ---
diff -Naur xmltv-0.5.65.orig/filter/tv_to_text xmltv-0.5.65/filter/tv_to_text
--- xmltv-0.5.65.orig/filter/tv_to_text 2014-05-05 11:02:54.000000000 -0500
+++ xmltv-0.5.65/filter/tv_to_text 2014-05-25 08:47:34.448757227 -0500
@@ -31,7 +31,7 @@
use strict;
use warnings;
-use XMLTV::Version '$Id: tv_to_text,v 1.6 2014/05/05 16:02:54 bilbo_uk Exp $ ';
+use XMLTV::Version '$Id: tv_to_text,v 1.7 2014/05/25 13:36:32 bilbo_uk Exp $ ';
use IO::File;
use Date::Manip; Date_Init('TZ=UTC');
use POSIX 'tmpnam';
@@ -82,7 +82,7 @@
my ($start, $stop, $title, $sub_title, $channel, $desc) = @$_;
$stop = '' if not defined $stop;
$title .= " // $sub_title" if defined $sub_title;
- print "$start--$stop\t$title\t$channel\t". ( $opt_withdesc &&
defined $desc ? $desc : '' ) . "\n";
+ print "$start--$stop\t$title\t$channel". ( $opt_withdesc && defined
$desc ? "\t$desc" : '' ) . "\n";
$wrote_prog = 1;
}
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xmltv/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 19 Aug 2012 20:14:11 -0000 1.10
+++ .cvsignore 25 May 2014 13:59:15 -0000 1.11
@@ -1 +1 @@
-xmltv-0.5.63.tar.bz2
+xmltv-0.5.65.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xmltv/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 19 Aug 2012 20:14:11 -0000 1.10
+++ sources 25 May 2014 13:59:15 -0000 1.11
@@ -1 +1 @@
-d93a74938fb71a250cd0d20aa06c1f61 xmltv-0.5.63.tar.bz2
+ead962e68507cbfb6edd9c23f79fc335 xmltv-0.5.65.tar.bz2
Index: xmltv.spec
===================================================================
RCS file: /cvs/free/rpms/xmltv/devel/xmltv.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xmltv.spec 2 Oct 2013 08:17:22 -0000 1.18
+++ xmltv.spec 25 May 2014 13:59:15 -0000 1.19
@@ -1,6 +1,6 @@
Name: xmltv
-Version: 0.5.63
-Release: 3%{?dist}
+Version: 0.5.65
+Release: 1%{?dist}
Summary: A set of utilities to manage your TV viewing
Group: Development/Libraries
@@ -8,8 +8,10 @@
URL:
http://xmltv.org/wiki/
Source0:
http://downloads.sourceforge.net/xmltv/xmltv-%{version}.tar.bz2
Patch0: xmltv-0.5.63-noask.patch
+Patch1: xmltv-0.5.65-bad_tab.patch
BuildArch: noarch
+
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(LWP) >= 5.65
BuildRequires: perl(XML::Parser) >= 2.34
@@ -127,6 +129,7 @@
%prep
%setup -q
%patch0 -p1 -b .noask
+%patch1 -p1 -b .bad_tab
# Fix line endings
sed -i 's/\r//' grab/ch_search/tv_grab_ch_search.in
@@ -188,6 +191,10 @@
%{_bindir}/tv_validate_file
%{_bindir}/tv_validate_grabber
%{_bindir}/tv_augment_tz
+%{_bindir}/tv_count
+%{_bindir}/tv_merge
+%{_mandir}/man1/tv_count.1*
+%{_mandir}/man1/tv_merge.1*
%{_mandir}/man1/tv_cat.1*
%{_mandir}/man1/tv_extractinfo_en.1*
%{_mandir}/man1/tv_extractinfo_ar.1*
@@ -219,6 +226,15 @@
%changelog
+* 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/
+
+* Wed Feb 12 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.64-1
+- Update to latest upstream release
+- For changes see:
+
http://sourceforge.net/projects/xmltv/files/xmltv/0.5.64/
+
* Wed Oct 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.63-3
- Rebuilt