Hello community,

here is the log from the commit of package python-glfw for openSUSE:Factory 
checked in at 2018-12-19 13:53:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-glfw (Old)
 and      /work/SRC/openSUSE:Factory/.python-glfw.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-glfw"

Wed Dec 19 13:53:28 2018 rev:2 rq:659393 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-glfw/python-glfw.changes  2018-03-09 
10:37:09.215081361 +0100
+++ /work/SRC/openSUSE:Factory/.python-glfw.new.28833/python-glfw.changes       
2018-12-19 13:53:29.246946855 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:48:29 UTC 2018 - Matej Cepl <mc...@suse.com>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-glfw.spec ++++++
--- /var/tmp/diff_new_pack.Bdyl8p/_old  2018-12-19 13:53:30.050945746 +0100
+++ /var/tmp/diff_new_pack.Bdyl8p/_new  2018-12-19 13:53:30.058945735 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-glfw
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,8 @@
 # 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/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,21 +21,19 @@
 Name:           python-glfw
 Version:        1.4.0
 Release:        0
-License:        MIT
 Summary:        A ctypes-based wrapper for GLFW3
-Url:            https://github.com/FlorianRhiem/pyGLFW
+License:        MIT
 Group:          Development/Languages/Python
+URL:            https://github.com/FlorianRhiem/pyGLFW
 Source:         
https://files.pythonhosted.org/packages/source/g/glfw/glfw-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       libglfw3
+BuildArch:      noarch
 %if %{with test}
 BuildRequires:  libglfw3
 %endif
-Requires:       libglfw3
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -69,8 +68,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES.txt LICENSE.txt README.txt
+%license LICENSE.txt
+%doc CHANGES.txt README.txt
 %{python_sitelib}/*
 
 %changelog


Reply via email to