Hello community,

here is the log from the commit of package python-atspi for openSUSE:Factory 
checked in at 2018-03-08 10:49:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-atspi (Old)
 and      /work/SRC/openSUSE:Factory/.python-atspi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-atspi"

Thu Mar  8 10:49:26 2018 rev:58 rq:582862 version:2.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-atspi/python-atspi.changes        
2017-09-13 21:54:13.604506248 +0200
+++ /work/SRC/openSUSE:Factory/.python-atspi.new/python-atspi.changes   
2018-03-08 10:49:27.518705128 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:38:51 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-atspi.spec ++++++
--- /var/tmp/diff_new_pack.e9Qm3d/_old  2018-03-08 10:49:28.142682664 +0100
+++ /var/tmp/diff_new_pack.e9Qm3d/_new  2018-03-08 10:49:28.146682520 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-atspi
 #
-# 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
@@ -17,34 +17,37 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:           python-atspi
 %define _name   pyatspi
+Name:           python-atspi
 Version:        2.26.0
 Release:        0
 Summary:        Assistive Technology Service Provider Interface - Python 
bindings
-License:        LGPL-2.0
+License:        LGPL-2.0-only
 Group:          Development/Libraries/Python
-Url:            http://www.gnome.org/
+URL:            http://www.gnome.org/
 Source0:        
http://download.gnome.org/sources/pyatspi/2.26/%{_name}-%{version}.tar.xz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module gobject >= 2.90.1}
 BuildRequires:  %{python_module gobject-devel >= 2.90.1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-BuildRequires:  python3-2to3
 # Needed to have typelib() Requires.
 BuildRequires:  gobject-introspection
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-2to3
 Requires:       python-gobject >= 2.90.1
+# The bindings are really useful only if the at-spi registry is running. But
+# it's not a strict runtime dependency.
+Recommends:     at-spi2-core
+# Old versions of at-spi 1.x provided the same files
+Conflicts:      at-spi < 1.29.3
+BuildArch:      noarch
 %ifpython2
 Requires:       dbus-1-python
 %endif
 %ifpython3
 Requires:       dbus-1-python3
 %endif
-# The bindings are really useful only if the at-spi registry is running. But
-# it's not a strict runtime dependency.
-Recommends:     at-spi2-core
 # Virtual package, so that apps can depend on it, without having to know which
 # at-spi stack is used. Only the default at-spi stack should define it.
 %ifpython2
@@ -54,10 +57,6 @@
 %ifpython3
 Provides:       py3atspi
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
-# Old versions of at-spi 1.x provided the same files
-Conflicts:      at-spi < 1.29.3
 %python_subpackages
 
 %description
@@ -90,8 +89,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc AUTHORS COPYING COPYING.GPL NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{python_sitelib}/pyatspi/
 
 %changelog


Reply via email to