rpms/get_iplayer/F-19 get_iplayer.spec,1.14,1.15

Peter Oliver mavit at rpmfusion.org
Sat May 3 23:19:37 CEST 2014


Author: mavit

Update of /cvs/free/rpms/get_iplayer/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23407

Modified Files:
	get_iplayer.spec 
Log Message:
* Sat May  3 2014 Peter Oliver <rpm at mavit.org.uk> - 2.86-1
- Update to 2.86.
- Functionality is improved if XML::Simple is installed, so add it as a
  dependency.  Bug #3137.



Index: get_iplayer.spec
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/F-19/get_iplayer.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- get_iplayer.spec	12 Jan 2014 21:59:16 -0000	1.14
+++ get_iplayer.spec	3 May 2014 21:19:36 -0000	1.15
@@ -1,6 +1,6 @@
 Name:		get_iplayer
-Version:	2.85
-Release:	2%{?dist}
+Version:	2.86
+Release:	1%{?dist}
 Summary:	Lists, Records and Streams BBC iPlayer TV and Radio programmes
 
 Group:		Applications/Internet
@@ -9,6 +9,7 @@
 Source0:	ftp://ftp.infradead.org/pub/get_iplayer/get_iplayer-%{version}.tar.gz
 Source1:	options
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:	noarch
 
 BuildRequires:	sed 
 BuildRequires:	perl(Cwd) perl(Env) perl(Fcntl) perl(File::Copy) 
@@ -18,6 +19,7 @@
 BuildRequires:	perl(LWP::UserAgent) perl(POSIX) perl(Time::Local) perl(URI)
 BuildRequires:	perl(HTML::Entities) perl(HTTP::Cookies)
 Requires:	rtmpdump ffmpeg id3v2 lame mplayer vlc-core
+Requires:       perl(XML::Simple)
 
 %{?filter_setup:
 # https://bugzilla.redhat.com/show_bug.cgi?id=734244
@@ -57,6 +59,11 @@
 %doc README.md
 
 %changelog
+* Sat May  3 2014 Peter Oliver <rpm at mavit.org.uk> - 2.86-1
+- Update to 2.86.
+- Functionality is improved if XML::Simple is installed, so add it as a
+  dependency.  Bug #3137.
+
 * Sun Jan 12 2014 Peter Oliver <rpm at mavit.org.uk> - 2.85-2
 - README.txt replaced by README.md.
 


More information about the rpmfusion-commits mailing list