diff --git a/streamlink-1.1.1.tar.gz b/streamlink-1.1.1.tar.gz deleted file mode 100644 index b7f850d..0000000 --- a/streamlink-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34fc14197521ba3426241c0bcf163ad65a288ff39525555ba4221c011b330ad4 -size 30765114 diff --git a/streamlink-1.2.0.tar.gz b/streamlink-1.2.0.tar.gz new file mode 100644 index 0000000..43726cc --- /dev/null +++ b/streamlink-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52858d1090301591874adddcf39653282a0171088f5e7d761d46b588808da47b +size 30768898 diff --git a/streamlink.changes b/streamlink.changes index b959ce7..4222083 100644 --- a/streamlink.changes +++ b/streamlink.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Aug 21 19:20:43 UTC 2019 - Simon Puchert + +- 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 diff --git a/streamlink.spec b/streamlink.spec index 4a0e339..1f08bb5 100644 --- a/streamlink.spec +++ b/streamlink.spec @@ -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