Hello community,
here is the log from the commit of package python-paho-mqtt for
openSUSE:Factory checked in at 2018-12-11 15:48:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-paho-mqtt (Old)
and /work/SRC/openSUSE:Factory/.python-paho-mqtt.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-paho-mqtt"
Tue Dec 11 15:48:22 2018 rev:3 rq:656853 version:1.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-paho-mqtt/python-paho-mqtt.changes
2018-09-03 10:36:34.328897242 +0200
+++
/work/SRC/openSUSE:Factory/.python-paho-mqtt.new.19453/python-paho-mqtt.changes
2018-12-11 15:48:23.138169807 +0100
@@ -1,0 +2,5 @@
+Mon Dec 10 14:29:07 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Fix fdupes call
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-paho-mqtt.spec ++++++
--- /var/tmp/diff_new_pack.uiHmxe/_old 2018-12-11 15:48:23.750169132 +0100
+++ /var/tmp/diff_new_pack.uiHmxe/_new 2018-12-11 15:48:23.754169127 +0100
@@ -12,7 +12,7 @@
# 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/
#
@@ -30,6 +30,7 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
+%python_subpackages
%description
This code provides a client class which enable applications to connect to an
@@ -44,8 +45,6 @@
Paho is an Eclipse Foundation project.
-%python_subpackages
-
%prep
%setup -q -n paho-mqtt-%{version}
@@ -54,7 +53,7 @@
%install
%python_install
-%fdupes %{buildroot}/%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %python_files
%doc README.rst