From 826ed7af979a1a778e87c8f254e1494355b84b42ba725b20915a5b3918546e1a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:56:29 +0000 Subject: [PATCH 1/3] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-vlc?expand=0&rev=4 --- python-python-vlc.changes | 5 +++++ python-python-vlc.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-python-vlc.changes b/python-python-vlc.changes index 4c42da8..5d8a3e9 100644 --- a/python-python-vlc.changes +++ b/python-python-vlc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:53:11 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Tue May 8 15:52:15 UTC 2018 - aloisio@gmx.com diff --git a/python-python-vlc.spec b/python-python-vlc.spec index 7b0d390..26ea878 100644 --- a/python-python-vlc.spec +++ b/python-python-vlc.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,13 +21,12 @@ Name: python-python-vlc Version: 3.0.102 Release: 0 Summary: VLC bindings for python -License: LGPL-2.0+ +License: LGPL-2.0-or-later Group: Development/Languages/Python Url: http://wiki.videolan.org/PythonBinding Source: https://files.pythonhosted.org/packages/source/p/python-vlc/python-vlc-%{version}.tar.gz # PATCH-FIX-UPSTREAM fix-docs.patch -- Fix some example code in the docs Patch0: fix-docs.patch -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros From 6810afc0f453542176153d4132cef86f516bf19b27135970f382db027ff96356 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:20:18 +0000 Subject: [PATCH 2/3] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-vlc?expand=0&rev=5 --- python-python-vlc.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/python-python-vlc.spec b/python-python-vlc.spec index 26ea878..1e6ae95 100644 --- a/python-python-vlc.spec +++ b/python-python-vlc.spec @@ -23,7 +23,7 @@ Release: 0 Summary: VLC bindings for python License: LGPL-2.0-or-later Group: Development/Languages/Python -Url: http://wiki.videolan.org/PythonBinding +URL: http://wiki.videolan.org/PythonBinding Source: https://files.pythonhosted.org/packages/source/p/python-vlc/python-vlc-%{version}.tar.gz # PATCH-FIX-UPSTREAM fix-docs.patch -- Fix some example code in the docs Patch0: fix-docs.patch @@ -33,7 +33,6 @@ BuildRequires: python-rpm-macros BuildRequires: vlc-devel Requires: libvlc5 >= 3.0.0 BuildArch: noarch - %python_subpackages %description @@ -45,7 +44,7 @@ This module provides ctypes-based bindings for the native libvlc API %prep %setup -q -n python-vlc-%{version} %patch0 -p1 -sed -i -e '1{\,^#! /usr/bin/python,d}' vlc.py +sed -i -e '1{\,^#! %{_bindir}/python,d}' vlc.py %build %python_build @@ -55,8 +54,8 @@ sed -i -e '1{\,^#! /usr/bin/python,d}' vlc.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%doc COPYING README.module +%license COPYING +%doc README.module %{python_sitelib}/* %changelog From 9d56e61fb5c4ebb320bf9cd200e45e8c59359b0b0a6d148c8e0ba84975380d97 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Wed, 19 Dec 2018 18:47:05 +0000 Subject: [PATCH 3/3] Accepting request 660105 from home:alois:branches:devel:languages:python - Update to version 3.0.4106 (no changelog supplied) OBS-URL: https://build.opensuse.org/request/show/660105 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-vlc?expand=0&rev=8 --- python-python-vlc.changes | 5 +++++ python-python-vlc.spec | 4 ++-- python-vlc-3.0.102.tar.gz | 3 --- python-vlc-3.0.4106.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 python-vlc-3.0.102.tar.gz create mode 100644 python-vlc-3.0.4106.tar.gz diff --git a/python-python-vlc.changes b/python-python-vlc.changes index 5d8a3e9..c887fdc 100644 --- a/python-python-vlc.changes +++ b/python-python-vlc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 19 18:44:18 UTC 2018 - aloisio@gmx.com + +- Update to version 3.0.4106 (no changelog supplied) + ------------------------------------------------------------------- Tue Dec 4 12:53:11 UTC 2018 - Matej Cepl diff --git a/python-python-vlc.spec b/python-python-vlc.spec index 1e6ae95..7a3d87b 100644 --- a/python-python-vlc.spec +++ b/python-python-vlc.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-vlc -Version: 3.0.102 +Version: 3.0.4106 Release: 0 Summary: VLC bindings for python License: LGPL-2.0-or-later diff --git a/python-vlc-3.0.102.tar.gz b/python-vlc-3.0.102.tar.gz deleted file mode 100644 index 34c50f4..0000000 --- a/python-vlc-3.0.102.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c51a1c553852a08bd92176de473e15bda7d507ff5ec58005b2a9de5ca8f593a5 -size 91412 diff --git a/python-vlc-3.0.4106.tar.gz b/python-vlc-3.0.4106.tar.gz new file mode 100644 index 0000000..47f13a4 --- /dev/null +++ b/python-vlc-3.0.4106.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cb026dcd65a367b95a37d37eb461e7ae9be261617884679e3e7cadae891068 +size 99143