Accepting request 725139 from home:simonpuchert:branches:multimedia:apps
- Update to version 1.2.0. - Use fdupes to address duplicate file warnings. OBS-URL: https://build.opensuse.org/request/show/725139 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=9
This commit is contained in:
parent
4b0eb98598
commit
808d7dbcd7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34fc14197521ba3426241c0bcf163ad65a288ff39525555ba4221c011b330ad4
|
||||
size 30765114
|
3
streamlink-1.2.0.tar.gz
Normal file
3
streamlink-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52858d1090301591874adddcf39653282a0171088f5e7d761d46b588808da47b
|
||||
size 30768898
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 19:20:43 UTC 2019 - Simon Puchert <simonpuchert@alice.de>
|
||||
|
||||
- Update to version 1.2.0:
|
||||
* Multiple plugin fixes
|
||||
* Fixed single hyphen params at the beginning of --player-args (#2333)
|
||||
* --http-proxy will set the default value of --https-proxy to same as --http-proxy. (#2536)
|
||||
* DASH Streams will handle headers correctly (#2545)
|
||||
* the timestamp for FFMPEGMuxer streams will start with zero (#2559)
|
||||
- Use fdupes to address duplicate file warnings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 18:16:50 UTC 2019 - Simon Puchert <simonpuchert@alice.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: streamlink
|
||||
Version: 1.1.1
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Program to pipe streams from services into a video player
|
||||
License: BSD-2-Clause
|
||||
@ -33,6 +33,7 @@ BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-devel >= 3.4
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-requests >= 1.0
|
||||
BuildRequires: fdupes
|
||||
Requires: python3-pycountry
|
||||
Requires: python3-pycryptodome
|
||||
Requires: python3-requests >= 1.0
|
||||
@ -68,6 +69,7 @@ find %{buildroot}{%{python3_sitelib},%{python_sitelib}} -type f -name '*.py' | w
|
||||
chmod a-x "$py"
|
||||
fi
|
||||
done
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user