diff --git a/dbus-python.spec b/dbus-python.spec index faf2b27..609742f 100644 --- a/dbus-python.spec +++ b/dbus-python.spec @@ -1,7 +1,7 @@ Summary: D-Bus Python Bindings Name: dbus-python Version: 1.2.8 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://www.freedesktop.org/wiki/Software/DBusBindings/ @@ -101,6 +101,9 @@ make check -k -C python3-build || (cat python3-build/test-suite.log && false) %{_libdir}/pkgconfig/dbus-python.pc %changelog +* Sat Jun 16 2018 Miro Hrončok - 1.2.8-2 +- Rebuilt for Python 3.7 + * Wed May 23 2018 Miro Hrončok - 1.2.8-1 - Update to 1.2.8 (#1539950) (#1578726) - Cat the logs if tests failed