Hello community,

here is the log from the commit of package python-dbus-python for 
openSUSE:Factory checked in at 2018-07-13 10:16:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dbus-python (Old)
 and      /work/SRC/openSUSE:Factory/.python-dbus-python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dbus-python"

Fri Jul 13 10:16:05 2018 rev:5 rq:621284 version:1.2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dbus-python/python-dbus-python.changes    
2018-01-16 09:40:05.312098170 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dbus-python.new/python-dbus-python.changes   
    2018-07-13 10:16:17.438094274 +0200
@@ -1,0 +2,14 @@
+Wed Jul  4 13:48:04 UTC 2018 - tchva...@suse.com
+
+- Version update to version 1.2.8:
+  * Python 2.7 required or 3.4 respectively
+  * Tests use tap.py functionality
+  * Upstream dropped epydoc completely
+  * See NEWS for more
+
+-------------------------------------------------------------------
+Wed Jul  4 13:44:57 UTC 2018 - tchva...@suse.com
+
+- Use requires_ge instead of the rpm calls
+
+-------------------------------------------------------------------

Old:
----
  dbus-python-1.2.4.tar.gz

New:
----
  dbus-python-1.2.8.tar.gz
  dbus-python-1.2.8.tar.gz.asc

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

Other differences:
------------------
++++++ python-dbus-python.spec ++++++
--- /var/tmp/diff_new_pack.bMCkFL/_old  2018-07-13 10:16:17.894094813 +0200
+++ /var/tmp/diff_new_pack.bMCkFL/_new  2018-07-13 10:16:17.902094822 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dbus-python
 #
-# 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
@@ -18,24 +18,27 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-dbus-python
-Version:        1.2.4
+Version:        1.2.8
 Release:        0
 Summary:        Python bindings for D-Bus
 License:        MIT
 Group:          Development/Libraries/Python
-Url:            http://www.freedesktop.org/wiki/Software/DBusBindings/
-Source:         
https://files.pythonhosted.org/packages/source/d/dbus-python/dbus-python-%{version}.tar.gz
+URL:            http://www.freedesktop.org/wiki/Software/DBusBindings/
+Source:         
http://dbus.freedesktop.org/releases/dbus-python/dbus-python-%{version}.tar.gz
+Source2:        
http://dbus.freedesktop.org/releases/dbus-python/dbus-python-%{version}.tar.gz.asc
 Source99:       python-dbus-python-rpmlintrc
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module docutils}
 BuildRequires:  %{python_module gobject}
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
+BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(dbus-1) >= 1.6.0
 BuildRequires:  pkgconfig(dbus-glib-1)
 Requires:       python-gobject
 Requires:       python-xml
+%requires_ge    dbus-1
 %ifpython2
 Provides:       dbus-1-python = %{version}
 Provides:       dbus-1-python2 = %{version}
@@ -46,23 +49,19 @@
 Provides:       dbus-1-python3 = %{version}
 Obsoletes:      dbus-1-python3 < %{version}
 %endif
-Requires:       dbus-1 >= %( echo `rpm -q --queryformat '%%{VERSION}' dbus-1`)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 %python_subpackages
 
 %description
 D-Bus python bindings for use with python programs.
 
-
 %package devel
 Summary:        Python bindings for D-Bus -- development files
 Group:          Development/Libraries/Python
 Requires:       %{name} = %{version}
 Requires:       %{name}-common-devel = %{version}
+%requires_ge    dbus-1
+%requires_ge    dbus-1-devel
 Requires:       python-devel
-Requires:       dbus-1 >= %( echo `rpm -q --queryformat '%%{VERSION}' dbus-1`)
-Requires:       dbus-1-devel >= %( echo `rpm -q --queryformat '%%{VERSION}' 
dbus-1-devel`)
 %ifpython2
 Provides:       dbus-1-python-devel = %{version}
 Provides:       dbus-1-python2-devel = %{version}
@@ -80,7 +79,6 @@
 This package contains the development files for
 Python bindings for D-Bus.
 
-
 %package -n %{name}-common-devel
 Summary:        Python bindings for D-Bus -- shared development files
 Group:          Development/Libraries/Python
@@ -94,7 +92,6 @@
 This package contains development files shared between
 the Python2 and Python3 versions of the bindings.
 
-
 %prep
 %setup -q -n dbus-python-%{version}
 # Remove Makefile* (fix rpmlint warning "makefile-junk")
@@ -109,7 +106,7 @@
 
 export PYTHON=$python
 export pythondir=%{$python_sitearch}
-%configure --docdir=%{_docdir}/%{$python_prefix}-dbus-python
+%configure PYTHON="/usr/bin/$python"
 make %{?_smp_mflags}
 
 popd
@@ -131,9 +128,6 @@
    %{buildroot}%{_includedir}/dbus-1.0/dbus/dbus-python-%{$python_bin_suffix}.h
 mv %{buildroot}%{_libdir}/pkgconfig/dbus-python.pc \
    %{buildroot}%{_libdir}/pkgconfig/dbus-python-%{$python_bin_suffix}.pc
-
-mkdir -p %{buildroot}%{_docdir}/%{$python_prefix}-dbus-python-devel
-mv 
%{buildroot}%{_docdir}/%{$python_prefix}-dbus-python/{API_CHANGES.*,HACKING.*,PY3PORT.*,tutorial.*}
 %{buildroot}%{_docdir}/%{$python_prefix}-dbus-python-devel/
 }
 
 %if 0%{?have_python2} && 0%{?have_python3}
@@ -162,23 +156,21 @@
 %fdupes %{buildroot}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README
-%{_docdir}/%{python_prefix}-dbus-python/
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{python_sitelib}/dbus/
 %{python_sitearch}/_dbus_bindings.so
 %{python_sitearch}/_dbus_glib_bindings.so
 
 %files %{python_files devel}
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING
-%{_docdir}/%{python_prefix}-dbus-python-devel/
+%license COPYING
+%doc AUTHORS
 %{_includedir}/dbus-1.0/dbus/dbus-python-%{python_bin_suffix}.h
 %{_libdir}/pkgconfig/dbus-python-%{python_bin_suffix}.pc
 
 %files -n %{name}-common-devel
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING
+%license COPYING
+%doc AUTHORS
 %doc doc/ examples/
 %{_includedir}/dbus-1.0/dbus/dbus-python.h
 %{_libdir}/pkgconfig/dbus-python.pc

++++++ dbus-python-1.2.4.tar.gz -> dbus-python-1.2.8.tar.gz ++++++
++++ 58052 lines of diff (skipped)


Reply via email to