Hello community,

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

Package is "python-xcffib"

Thu Dec 13 19:45:26 2018 rev:2 rq:654076 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xcffib/python-xcffib.changes      
2018-01-30 15:42:52.278897205 +0100
+++ /work/SRC/openSUSE:Factory/.python-xcffib.new.28833/python-xcffib.changes   
2018-12-13 19:45:29.612930645 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:56:16 UTC 2018 - Matej Cepl <mc...@suse.com>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-xcffib.spec ++++++
--- /var/tmp/diff_new_pack.Y0fgKZ/_old  2018-12-13 19:45:30.892928980 +0100
+++ /var/tmp/diff_new_pack.Y0fgKZ/_new  2018-12-13 19:45:30.896928975 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xcffib
 #
-# Copyright (c) 2017 SUSE LINUX Products 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,35 +12,33 @@
 # 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-%{**}}
 # Missing files for tests
 %bcond_with tests
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-xcffib
 Version:        0.5.1
 Release:        0
-License:        Apache-2.0
 Summary:        A drop in replacement for xpyb, an XCB python binding
-Url:            http://github.com/tych0/xcffib
+License:        Apache-2.0
 Group:          Development/Languages/Python
+URL:            http://github.com/tych0/xcffib
 Source:         
https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module cffi}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
 BuildRequires:  libxcb-devel
-%if %{with tests}
-BuildRequires:  %{python_module nose}
-%endif
+BuildRequires:  python-rpm-macros
 Requires:       python-cffi
 Requires:       python-six
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+%if %{with tests}
+BuildRequires:  %{python_module nose}
+%endif
 %python_subpackages
 
 %description
@@ -63,8 +61,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.md
+%license LICENSE
+%doc README.md
 %{python_sitelib}/xcffib/
 %{python_sitelib}/xcffib-%{version}-py*.egg-info
 


Reply via email to