From 796eb46c4aed96845b193e09a2ce953429bb6afa Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Nov 28 2019 09:13:09 +0000 Subject: Update 6tunnel to rev 3 via SR 744010 https://build.opensuse.org/request/show/744010 by user dimstar_suse --- diff --git a/.files b/.files index 3686a99..5044f4b 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 9b35ec6..6e8150f 100644 --- a/.rev +++ b/.rev @@ -15,4 +15,12 @@ Forward to Factory 674624 + + 439837503baf99a8c0002afcb5808379 + 0.13 + + dimstar_suse + + 744010 + diff --git a/6tunnel-0.12.tar.gz b/6tunnel-0.12.tar.gz deleted file mode 120000 index 2ebc3b9..0000000 --- a/6tunnel-0.12.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiezl2fznogxqjrdu7bb2tmbvfzyg63jncjgr4yy6a6cs3wonrto3y \ No newline at end of file diff --git a/6tunnel-0.13.tar.gz b/6tunnel-0.13.tar.gz new file mode 120000 index 0000000..6123f80 --- /dev/null +++ b/6tunnel-0.13.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreie7cwxcielkwltydxc2op5pto3jtnuuz6cfzejc5j2vvmlya5i7ae \ No newline at end of file diff --git a/6tunnel.changes b/6tunnel.changes index d249dac..7419ec7 100644 --- a/6tunnel.changes +++ b/6tunnel.changes @@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Mon Oct 21 20:07:55 UTC 2019 - Martin Hauke + +- Update to version 0.13 + * Updated help message. + * Avoid segfault in "-f" mode. + * Support automake's "make check" target. +- Run testsuite + +------------------------------------------------------------------- Thu Dec 6 21:01:57 UTC 2018 - Jan Engelhardt - Generalize description. diff --git a/6tunnel.spec b/6tunnel.spec index 3e3e104..f446171 100644 --- a/6tunnel.spec +++ b/6tunnel.spec @@ -1,6 +1,7 @@ # # spec file for package 6tunnel # +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -12,12 +13,12 @@ # 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/ # Name: 6tunnel -Version: 0.12 +Version: 0.13 Release: 0 Summary: TCP proxy for non-IPv6 applications License: GPL-2.0-or-later @@ -27,6 +28,7 @@ URL: https://github.com/wojtekka/6tunnel Source: https://github.com/wojtekka/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake +BuildRequires: python2 %description 6tunnel allows using services provided by IPv6 hosts with IPv4-only @@ -37,6 +39,7 @@ It can be used, for example, as an IPv6-capable IRC proxy. %prep %setup -q +sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' test.py %build autoreconf -fi @@ -46,6 +49,9 @@ make %{?_smp_mflags} %install %make_install +%check +make %{?_smp_mflags} check + %files %license COPYING %doc ChangeLog README.md