Hello community,
here is the log from the commit of package EternalTerminal for
openSUSE:Leap:15.2 checked in at 2020-02-19 18:44:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/EternalTerminal (Old)
and /work/SRC/openSUSE:Leap:15.2/.EternalTerminal.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "EternalTerminal"
Wed Feb 19 18:44:58 2020 rev:1 rq:775649 version:6.0.6
Changes:
--------
New Changes file:
--- /dev/null 2019-12-19 10:12:34.003146842 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.EternalTerminal.new.26092/EternalTerminal.changes
2020-02-19 18:44:59.122630025 +0100
@@ -0,0 +1,20 @@
+-------------------------------------------------------------------
+Mon Feb 17 09:58:16 UTC 2020 - Michael Vetter <[email protected]>
+
+- Update to 6.0.6:
+ * Generate passkeys on server (#280)
+
+-------------------------------------------------------------------
+Fri Dec 27 11:23:46 UTC 2019 - Michael Vetter <[email protected]>
+
+- Update to 6.0.5:
+ * Fix SSH config parsing bug when Hostname is specified (#235)
+ * Expand tilde before parsing include file (#244)
+ * Add a build option to disable easylogging's default
+ crash handler (#246)
+ * Several bug fixes
+
+-------------------------------------------------------------------
+Wed Nov 27 08:27:09 UTC 2019 - Michael Vetter <[email protected]>
+
+- Initial package 6.0.4 for openSUSE
New:
----
EternalTerminal.changes
EternalTerminal.spec
et-v6.0.6.tar.gz
et.xml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ EternalTerminal.spec ++++++
#
# spec file for package EternalTerminal
#
# Copyright (c) 2020 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
# 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 https://bugs.opensuse.org/
#
%global _firewalld_dir %{_prefix}/lib/firewalld
Name: EternalTerminal
Version: 6.0.6
Release: 0
Summary: Remote shell that survives IP roaming and disconnect
License: Apache-2.0
URL: https://mistertea.github.io/EternalTerminal/
Source0:
https://github.com/MisterTea/EternalTerminal/archive/et-v%{version}.tar.gz
Source1: et.xml
BuildRequires: boost-devel
BuildRequires: cmake
BuildRequires: firewall-macros
BuildRequires: firewalld
BuildRequires: gcc-c++
BuildRequires: gflags-devel
BuildRequires: libsodium-devel
BuildRequires: ncurses-devel
BuildRequires: protobuf-devel
BuildRequires: utempter-devel
BuildRequires: pkgconfig(systemd)
%{?systemd_requires}
%description
Eternal Terminal (ET) is a remote shell that automatically reconnects without
interrupting the session.
%prep
%autosetup -n EternalTerminal-et-v%{version}
%build
%cmake
%install
%cmake_install
mkdir -p \
%{buildroot}%{_unitdir} \
%{buildroot}%{_sysconfdir} \
%{buildroot}%{_firewalld_dir}/services
install -m 0644 -p systemctl/et.service %{buildroot}%{_unitdir}/et.service
install -m 0644 -p etc/et.cfg %{buildroot}%{_sysconfdir}/et.cfg
install -m 0644 %{SOURCE1} %{buildroot}%{_firewalld_dir}/services/et.xml
%pre
%service_add_pre et.service
%post
%service_add_post et.service
%firewalld_reload
%preun
%service_del_preun et.service
%postun
%service_del_postun et.service
%firewalld_reload
%files
%license LICENSE
%doc README.md
%{_bindir}/et
%{_bindir}/etserver
%{_bindir}/etterminal
%{_bindir}/htm
%{_bindir}/htmd
%dir %{_firewalld_dir}
%dir %{_firewalld_dir}/services
%{_firewalld_dir}/services/et.xml
%config(noreplace) %{_sysconfdir}/et.cfg
%{_unitdir}/et.service
%changelog
++++++ et.xml ++++++
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>ET</short>
<description>Eternal Terminal (ET) is a remote shell that automatically
reconnects without interrupting the session.</description>
<port protocol="tcp" port="2022"/>
</service>