Author: sergiomb
Update of /cvs/free/rpms/yle-dl/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11396
Modified Files:
.cvsignore sources yle-dl.spec
Log Message:
* Wed Nov 18 2015 Sérgio Basto <sergio(a)serjux.com> - 2.9.0-1
- Update yle-dl to 2.9.0
- adobehds is no longer needed
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/yle-dl/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 22 Sep 2015 22:52:28 -0000 1.7
+++ .cvsignore 18 Nov 2015 05:35:05 -0000 1.8
@@ -1,2 +1 @@
-AdobeHDS.php
-yle-dl-2.8.1.tar.gz
+yle-dl-2.9.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/yle-dl/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 22 Sep 2015 22:52:28 -0000 1.8
+++ sources 18 Nov 2015 05:35:05 -0000 1.9
@@ -1,2 +1 @@
-b08a4344f44007ed78df5565c54b8d19 AdobeHDS.php
-9eee149fda8d31ac9683c87bb8d7daaa yle-dl-2.8.1.tar.gz
+c58b0c99b964ef4f79fbbbbaac702b6a yle-dl-2.9.0.tar.gz
Index: yle-dl.spec
===================================================================
RCS file: /cvs/free/rpms/yle-dl/devel/yle-dl.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- yle-dl.spec 18 Oct 2015 20:21:40 -0000 1.8
+++ yle-dl.spec 18 Nov 2015 05:35:05 -0000 1.9
@@ -1,13 +1,11 @@
Name: yle-dl
-Version: 2.8.1
-Release: 2%{?dist}
+Version: 2.9.0
+Release: 1%{?dist}
License: GPLv2
Summary: Command-line tool to download videos from Finnish broadcasting company
Group: Applications/Multimedia
Url:
http://aajanki.github.io/yle-dl/
-#Source0:
https://github.com/aajanki/%{name}/archive/%{name}-%{version}.tar.gz
-Source0:
http://github.srcurl.net/aajanki/%{name}/%{version}/%{name}-%{version}.ta...
-Source1:
https://raw.githubusercontent.com/K-S-V/Scripts/master/AdobeHDS.php
+Source0:
https://github.com/aajanki/%{name}/archive/%{version}.tar.gz#/%{name}-%{v...
BuildRequires: sed
Requires: rtmpdump python-crypto php-cli php-bcmath php-xml php-mcrypt
@@ -39,9 +37,6 @@
mkdir -p %{buildroot}/%{_docdir}
mkdir -p %{buildroot}/%{_datadir}/%{name}
make DESTDIR=%{buildroot} prefix=%{_usr} install
-install -m 0644 -D %{SOURCE1} \
- %{buildroot}/%{_datadir}/%{name}
-make DESTDIR=%{buildroot} prefix=%{_usr} install-adobehds
%files
%defattr(-,root,root)
@@ -51,6 +46,10 @@
%changelog
+* Wed Nov 18 2015 Sérgio Basto <sergio(a)serjux.com> - 2.9.0-1
+- Update yle-dl to 2.9.0
+- adobehds is no longer needed
+
* Sun Oct 18 2015 Sérgio Basto <sergio(a)serjux.com> - 2.8.1-2
- Added to Requires php-mcrypt