Hello community,

here is the log from the commit of package 6tunnel for openSUSE:Factory checked 
in at 2018-12-12 17:27:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/6tunnel (Old)
 and      /work/SRC/openSUSE:Factory/.6tunnel.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "6tunnel"

Wed Dec 12 17:27:53 2018 rev:1 rq:655877 version:0.12

Changes:
--------
New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ /work/SRC/openSUSE:Factory/.6tunnel.new.28833/6tunnel.changes       
2018-12-12 17:27:56.482918211 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Sat Dec  1 14:56:43 UTC 2018 - [email protected]
+
+- Initial package for 6tunnel, version 0.12

New:
----
  6tunnel-0.12.tar.gz
  6tunnel.changes
  6tunnel.spec

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

Other differences:
------------------
++++++ 6tunnel.spec ++++++
#
# spec file for package 6tunnel
#
# Copyright (c) 2018, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:           6tunnel
Version:        0.12
Release:        0
Summary:        TCP proxy for non-IPv6 applications
License:        GPL-2.0-or-later
Group:          Productivity/Networking/System
URL:            https://github.com/wojtekka/6tunnel
#Git-Clone:     https://github.com/wojtekka/6tunnel.git
Source:         
https://github.com/wojtekka/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  autoconf
BuildRequires:  automake

%description
6tunnel allows you to use services provided by IPv6 hosts with
IPv4-only applications and vice versa. It can bind to any of your IPv4
or IPv6 addresses and forward all data to IPv4 or IPv6 host.

It can be used for example as an IPv6-capable IRC proxy.

%prep
%setup -q

%build
autoreconf -fi
%configure
make %{?_smp_mflags}

%install
%make_install

%files
%license COPYING
%doc ChangeLog README.md
%{_bindir}/6tunnel
%{_mandir}/man1/6tunnel.1%{?ext_man}

%changelog

Reply via email to