rpms/get_iplayer/devel get_iplayer.spec,1.20,1.21

Peter Oliver mavit at rpmfusion.org
Sat Mar 1 09:54:04 CET 2014


Author: mavit

Update of /cvs/free/rpms/get_iplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8509

Modified Files:
	get_iplayer.spec 
Log Message:
* Fri Feb 28 2014 Peter Oliver <rpm at mavit.org.uk> - 2.85-7
- 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/devel/get_iplayer.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- get_iplayer.spec	28 Feb 2014 17:34:01 -0000	1.20
+++ get_iplayer.spec	1 Mar 2014 08:54:04 -0000	1.21
@@ -1,6 +1,6 @@
 Name:		get_iplayer
 Version:	2.85
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Lists, Records and Streams BBC iPlayer TV and Radio programmes
 
 Group:		Applications/Internet
@@ -20,6 +20,7 @@
 BuildRequires:	perl(HTML::Entities) perl(HTTP::Cookies)
 BuildRequires:  file-libs >= 5.14-14
 Requires:	rtmpdump ffmpeg id3v2 lame mplayer vlc-core AtomicParsley
+Requires:       perl(XML::Simple)
 
 %{?filter_setup:
 # https://bugzilla.redhat.com/show_bug.cgi?id=734244
@@ -56,7 +57,12 @@
 %doc LICENSE.txt 
 %doc README.md
 
+
 %changelog
+* Fri Feb 28 2014 Peter Oliver <rpm at mavit.org.uk> - 2.85-7
+- Functionality is improved if XML::Simple is installed, so add it as a
+  dependency.  Bug #3137.
+
 * Fri Feb 28 2014 Peter Oliver <rpm at mavit.org.uk> - 2.85-6
 - Restore dependency filtering, required again now that
   https://bugzilla.redhat.com/show_bug.cgi?id=1051598 is fixed.  Fixes


More information about the rpmfusion-commits mailing list