Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sshuttle for openSUSE:Factory 
checked in at 2022-04-25 23:36:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sshuttle (Old)
 and      /work/SRC/openSUSE:Factory/.sshuttle.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sshuttle"

Mon Apr 25 23:36:04 2022 rev:13 rq:972615 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sshuttle/sshuttle.changes        2021-12-08 
00:00:44.703535582 +0100
+++ /work/SRC/openSUSE:Factory/.sshuttle.new.1538/sshuttle.changes      
2022-04-25 23:36:26.650493523 +0200
@@ -1,0 +2,12 @@
+Mon Apr 25 09:38:47 UTC 2022 - pgaj...@suse.com
+
+- version update to 1.1.0
+  * Support the sudo use_pty option which is now the default in some operating 
systems. See #712.
+  * Support doas as well as sudo. See #708.
+  * for more details see
+    https://github.com/sshuttle/sshuttle/releases/
+- modified patches
+  % fix-shebang.patch (refreshed)
+- python-mock is not required for build
+
+-------------------------------------------------------------------

Old:
----
  sshuttle-1.0.5.tar.gz

New:
----
  sshuttle-1.1.0.tar.gz

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

Other differences:
------------------
++++++ sshuttle.spec ++++++
--- /var/tmp/diff_new_pack.g4IfGH/_old  2022-04-25 23:36:27.818495159 +0200
+++ /var/tmp/diff_new_pack.g4IfGH/_new  2022-04-25 23:36:27.822495165 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sshuttle
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %endif
 %global pythons python3
 Name:           sshuttle
-Version:        1.0.5
+Version:        1.1.0
 Release:        0
 Summary:        VPN over an SSH tunnel
 License:        LGPL-2.1-only
@@ -34,7 +34,7 @@
 Patch0:         fix-pytest.patch
 Patch1:         fix-shebang.patch
 BuildRequires:  fdupes
-BuildRequires:  python3-mock
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3-pytest
 BuildRequires:  python3-setuptools
 BuildArch:      noarch

++++++ fix-shebang.patch ++++++
--- /var/tmp/diff_new_pack.g4IfGH/_old  2022-04-25 23:36:27.854495209 +0200
+++ /var/tmp/diff_new_pack.g4IfGH/_new  2022-04-25 23:36:27.858495215 +0200
@@ -3,24 +3,24 @@
  run             |    2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
-Index: sshuttle-1.0.3/bin/sudoers-add
+Index: sshuttle-1.1.0/bin/sudoers-add
 ===================================================================
---- sshuttle-1.0.3.orig/bin/sudoers-add        2019-12-12 22:16:46.000000000 
+0100
-+++ sshuttle-1.0.3/bin/sudoers-add     2020-07-29 01:11:17.238524565 +0200
+--- sshuttle-1.1.0.orig/bin/sudoers-add
++++ sshuttle-1.1.0/bin/sudoers-add
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env bash
 +#!/bin/bash
  # William Mantly <wman...@gmail.com>
  # MIT License
  # https://github.com/wmantly/sudoers-add
-Index: sshuttle-1.0.3/run
+Index: sshuttle-1.1.0/run
 ===================================================================
---- sshuttle-1.0.3.orig/run    2020-05-28 23:45:10.000000000 +0200
-+++ sshuttle-1.0.3/run 2020-07-29 01:11:02.334557774 +0200
+--- sshuttle-1.1.0.orig/run
++++ sshuttle-1.1.0/run
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env sh
 +#!/bin/sh
  set -e
- export PYTHONPATH="$(dirname $0):$PYTHONPATH"
- export PATH="$(dirname $0)/bin:$PATH"
+ export PYTHONPATH="$(dirname "$0"):$PYTHONPATH"
+ export PATH="$(dirname "$0")/bin:$PATH"
 

++++++ sshuttle-1.0.5.tar.gz -> sshuttle-1.1.0.tar.gz ++++++
++++ 4738 lines of diff (skipped)

Reply via email to