Hello community,

here is the log from the commit of package sshuttle for openSUSE:Factory 
checked in at 2019-04-28 20:11:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sshuttle (Old)
 and      /work/SRC/openSUSE:Factory/.sshuttle.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sshuttle"

Sun Apr 28 20:11:16 2019 rev:4 rq:697853 version:0.78.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/sshuttle/sshuttle.changes        2018-11-08 
09:49:35.913021426 +0100
+++ /work/SRC/openSUSE:Factory/.sshuttle.new.5536/sshuttle.changes      
2019-04-28 20:11:37.582486605 +0200
@@ -1,0 +2,5 @@
+Mon Apr  8 23:42:06 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Add the missing build dependency for openSUSE Factory.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sshuttle.spec ++++++
--- /var/tmp/diff_new_pack.Nlm8K5/_old  2019-04-28 20:11:40.270484934 +0200
+++ /var/tmp/diff_new_pack.Nlm8K5/_new  2019-04-28 20:11:40.294484919 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sshuttle
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -23,7 +23,7 @@
 Summary:        VPN over an SSH tunnel
 License:        LGPL-2.1-only
 Group:          Development/Languages/Python
-Url:            https://github.com/sshuttle/sshuttle
+URL:            https://github.com/sshuttle/sshuttle
 Source0:        
https://files.pythonhosted.org/packages/source/s/sshuttle/sshuttle-%{version}.tar.gz
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-runner}
@@ -32,6 +32,9 @@
 %if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310)
 BuildRequires:  python3-Sphinx
 %endif
+%if 0%{?suse_version} >= 1550
+BuildRequires:  %{python_module setuptools_scm}
+%endif
 BuildArch:      noarch
 
 %description
@@ -57,7 +60,7 @@
 cd docs/;
 sed -i '/_scm/d' conf.py
 sed -ri 's/(version = )get_version.*/\1 "%{version}"/g' conf.py
-make man
+make %{?_smp_mflags} man
 )
 %endif
 %python3_build
@@ -77,7 +80,7 @@
 %{python3_sitelib}/sshuttle*
 %{_bindir}/sshuttle
 %if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310)
-%{_mandir}/man1/sshuttle.1*
+%{_mandir}/man1/sshuttle.1%{?ext_man}
 %endif
 
 %changelog


Reply via email to