Script 'mail_helper' called by obssrc
Hello community,

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

Package is "amtterm"

Mon Apr 25 23:35:30 2022 rev:2 rq:972501 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/amtterm/amtterm.changes  2018-08-06 
11:54:45.269294038 +0200
+++ /work/SRC/openSUSE:Factory/.amtterm.new.1538/amtterm.changes        
2022-04-25 23:35:40.414428748 +0200
@@ -1,0 +2,10 @@
+Fri Apr 22 16:49:40 CEST 2022 - h...@suse.de
+
+- Version bump to 1.7 (bsc#1198760). Some changes are
+  * Update authentication to support TLS and AMT 11.0.
+  * Add amtider tool to support IDE-redirection
+  * add note for newer machines to amtterm manpage
+  * fix memory leak
+  * fix typo in man page
+
+-------------------------------------------------------------------

Old:
----
  amtterm-1.6.tar.gz

New:
----
  amtterm-1.7.tar.gz

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

Other differences:
------------------
++++++ amtterm.spec ++++++
--- /var/tmp/diff_new_pack.yhYg0N/_old  2022-04-25 23:35:40.902429432 +0200
+++ /var/tmp/diff_new_pack.yhYg0N/_new  2022-04-25 23:35:40.906429437 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package amtterm
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,12 +12,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:           amtterm
-Version:        1.6
+Version:        1.7
 Release:        0
 Summary:        Serial-over-lan (sol) client for Intel AMT
 License:        GPL-2.0-or-later
@@ -25,9 +25,10 @@
 URL:            https://www.kraxel.org/releases/amtterm/
 Source:         
https://www.kraxel.org/releases/amtterm/%{name}-%{version}.tar.gz
 BuildRequires:  desktop-file-utils
+BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gdk-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(vte-2.91)
 Requires:       perl-SOAP-Lite
 
@@ -38,15 +39,16 @@
 
 Serial-over-lan provides a (secure) way to connect a remote computer,
 through a pseudo serial interface.
+IDE-redirection provides a way to remotely access a virtual drive, which
+can be used eg. for installation or booting.
 
 This package provide 2 terminals (amtterm and gamt) to connect to that
 pseudo serial interface from a remote computer. amttool is a perl
 script to gather informations about and remotely control AMT managed
-computers.
+computers. An additional program (amtider) supports IDE-redirection.
 
 %package gtk
 Summary:    Serial-over-lan (sol) graphical client
-License:        GPL-2.0-or-later
 Group:          System/Management
 Requires:       %{name} = %{version}
 
@@ -57,10 +59,10 @@
 %setup -q
 
 %build
-make %{?_smp_mflags} prefix=%{_prefix}
+make %{?_smp_mflags} USE_OPENSSL=1 prefix=%{_prefix}
 
 %install
-%make_install prefix=%{_prefix} STRIP=""
+%make_install USE_OPENSSL=1 prefix=%{_prefix} STRIP=""
 
 # fix icon and category
 sed -i "/Icon/s/gnome-terminal/utilities-terminal/" 
%{buildroot}/%{_datadir}/applications/gamt.desktop
@@ -73,7 +75,9 @@
 %license COPYING
 %{_bindir}/amtterm
 %{_bindir}/amttool
+%{_bindir}/amtider
 %{_mandir}/man1/amtterm.1%{?ext_man}
+%{_mandir}/man1/amtider.1%{?ext_man}
 %{_mandir}/man1/amttool.1%{?ext_man}
 %{_mandir}/man7/amt-howto.7%{?ext_man}
 

++++++ amtterm-1.6.tar.gz -> amtterm-1.7.tar.gz ++++++
++++ 3472 lines of diff (skipped)

Reply via email to