Hello community, here is the log from the commit of package python-pyglet for openSUSE:Factory checked in at 2018-12-24 11:41:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyglet (Old) and /work/SRC/openSUSE:Factory/.python-pyglet.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyglet" Mon Dec 24 11:41:56 2018 rev:6 rq:659588 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyglet/python-pyglet.changes 2018-06-29 22:26:41.074470721 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyglet.new.28833/python-pyglet.changes 2018-12-24 11:41:57.441422047 +0100 @@ -1,0 +2,5 @@ +Tue Dec 4 12:52:16 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyglet.spec ++++++ --- /var/tmp/diff_new_pack.PQlux3/_old 2018-12-24 11:41:58.149421419 +0100 +++ /var/tmp/diff_new_pack.PQlux3/_new 2018-12-24 11:41:58.153421416 +0100 @@ -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/ # @@ -23,13 +23,12 @@ Summary: Windowing and multimedia library License: BSD-3-Clause Group: Development/Languages/Python -Url: https://bitbucket.org/pyglet/pyglet +URL: https://bitbucket.org/pyglet/pyglet Source0: https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-%{version}.tar.gz Source1: %{name}-rpmlintrc # PATCH-FIX-OPENSUSE pyglet-1.2.4-fix-image-import.patch -- fix "import Image" Patch0: pyglet-1.2.4-fix-image-import.patch BuildRequires: %{python_module Pillow} -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: alsa-devel BuildRequires: dos2unix @@ -38,6 +37,7 @@ BuildRequires: freetype2-devel BuildRequires: gtk2-devel BuildRequires: openal-soft-devel +BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glu) @@ -53,7 +53,6 @@ Requires: pkgconfig(glu) Requires: pkgconfig(x11) BuildArch: noarch - %python_subpackages %description @@ -76,15 +75,15 @@ %python_install %{python_expand cp -Lr examples examples_%{$python_bin_suffix} -find examples_%{$python_bin_suffix} -name "*.py" -exec sed -i "s|^#!/usr/bin/python$|#!%{__$python}|" {} \; -find examples_%{$python_bin_suffix} -name "*.py" -exec sed -i "s|^#!/usr/bin/env python$|#!%{__$python}|" {} \; +find examples_%{$python_bin_suffix} -name "*.py" -exec sed -i "s|^#!%{_bindir}/python$|#!%{__$python}|" {} \; +find examples_%{$python_bin_suffix} -name "*.py" -exec sed -i "s|^#!%{_bindir}/env python$|#!%{__$python}|" {} \; %fdupes examples_%{$python_bin_suffix} %fdupes %{buildroot}%{$python_sitelib} } %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE NOTICE README RELEASE_NOTES +%license LICENSE +%doc NOTICE README RELEASE_NOTES %doc examples_%{python_bin_suffix} %{python_sitelib}/pyglet %{python_sitelib}/pyglet-%{version}-py*.egg-info
