[livestreamer] Update to 1.12.0

Martin Gansser martinkg at fedoraproject.org
Mon Mar 2 17:06:23 UTC 2015


commit 8b4e30dc55b1a9c1070606b23e0eff6d6cc925e0
Author: Martin Gansser <mgansser at alice.de>
Date:   Mon Mar 2 18:06:21 2015 +0100

    Update to 1.12.0
    
    - dropped plugins-hitbox-Refactor-to-use-the-StreamMapper.patch
    - spec file cleanup

 .gitignore        |  1 +
 livestreamer.spec | 14 ++++++++------
 sources           |  2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce6d384..16b50bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /livestreamer-1.11.1.tar.gz
+/livestreamer-1.12.0.tar.gz
diff --git a/livestreamer.spec b/livestreamer.spec
index 722bc38..1c4b659 100644
--- a/livestreamer.spec
+++ b/livestreamer.spec
@@ -1,13 +1,11 @@
 Name:           livestreamer
-Version:        1.11.1
-Release:        7%{?dist}
+Version:        1.12.0
+Release:        1%{?dist}
 License:        BSD and MIT
 Summary:        Extracts streams and pipes them into a video player of choice
 Url:            http://livestreamer.tanuki.se/
 Group:          Applications/Internet
 Source:         https://pypi.python.org/packages/source/l/%{name}/%{name}-%{version}.tar.gz
-# https://github.com/chrippa/livestreamer/issues/648
-Patch0:         plugins-hitbox-Refactor-to-use-the-StreamMapper.patch
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-requests
@@ -28,7 +26,6 @@ services to be easily added.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1 -b .StreamMapper
 
 # edit .py file and use python3
 find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
@@ -79,7 +76,7 @@ rm %{buildroot}/%{_docdir}/%{name}/html/.buildinfo
 %{__python3} setup.py test
 
 %files
-%doc AUTHORS *.rst
+%doc *.rst
 %license LICENSE*
 %{_bindir}/%{name}
 %{python3_sitelib}/%{name}
@@ -88,6 +85,11 @@ rm %{buildroot}/%{_docdir}/%{name}/html/.buildinfo
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Mon Mar 02 2015 Martin Gansser <martinkg at fedoraproject.org> - 1.12.0-1
+- Update to 1.12.0
+- dropped plugins-hitbox-Refactor-to-use-the-StreamMapper.patch
+- spec file cleanup
+
 * Sun Feb 15 2015 Martin Gansser <martinkg at fedoraproject.org> - 1.11.1-7
 - renamed package from python-livestreamer to livestreamer
 - cleanup spec file
diff --git a/sources b/sources
index 81bb793..a4c829c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b139e6562b34534933d320017c9bd968  livestreamer-1.11.1.tar.gz
+afbaed7abd2c97d05a0f96323a6ec6f1  livestreamer-1.12.0.tar.gz


More information about the scm-commits mailing list