Hello community,

here is the log from the commit of package amtterm for openSUSE:Factory checked 
in at 2018-08-06 11:54:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amtterm (Old)
 and      /work/SRC/openSUSE:Factory/.amtterm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amtterm"

Mon Aug  6 11:54:43 2018 rev:1 rq:627555 version:1.6

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

--- /dev/null   2018-07-30 18:06:19.633948440 +0200
+++ /work/SRC/openSUSE:Factory/.amtterm.new/amtterm.changes     2018-08-06 
11:54:45.269294038 +0200
@@ -0,0 +1,90 @@
+-------------------------------------------------------------------
+Mon Jul 23 13:31:44 UTC 2018 - [email protected]
+
+- Version bump to 1.6. Some of the changes are
+  * move wsman stuff
+  * switch to vte 2.91
+  * fix version
+  * Add note about AMT 9.0
+  * switch over to use gtk3
+- Remove patches which have made it upstream
+  * amtterm-fix-version.patch
+  * amtterm-fixup-indentation.patch
+  * amtterm-git0ece513.patch
+  * amtterm-gtk3.patch
+  * amtterm-note-about-amt90.patch
+  * amtterm-wsman-password.patch
+  * amtterm-wsman.patch
+- spec-cleaner fixes
+- Split graphical UI to a separate subpackage
+
+-------------------------------------------------------------------
+Tue Aug  2 14:26:28 CEST 2016 - [email protected]
+
+- Update to 1.4:
+  including the support code 0x29 encountered in redirection
+- Deprecate amtterm-git0ece513.patch
+- Replace amtterm-gtk3 with the upstream patch amtterm-gtk3.patch
+- Backported from the upstream git repo for minor fixes
+  amtterm-note-about-amt90.patch
+  amtterm-fix-version.patch
+  amtterm-fixup-indentation.patch
+- Backported from the upstream git repo to add amttool-wsman:
+  amtterm-wsman.patch
+  amtterm-wsman-password.patch
+- Clean up spec file, fix builds with SLE11-SP4 and
+  openSUSE-Leap-42.1
+
+-------------------------------------------------------------------
+Sun Apr 19 19:40:25 UTC 2015 - [email protected]
+
+- fix license tag
+
+-------------------------------------------------------------------
+Fri Apr 17 08:26:57 UTC 2015 - [email protected]
+
+- Don't build gamt for openSUSE > 13.1, incompatible vte api.
+
+-------------------------------------------------------------------
+Thu Oct  3 23:16:08 UTC 2013 - [email protected]
+
+- Add amtterm-git0ece513.patch. (Upstream git commits)
+      * Decode 0x29 message
+      * git release - also push tage
+
+-------------------------------------------------------------------
+Sat May 12 06:01:44 UTC 2012 - [email protected]
+
+- put the BuildRequires in the right place 
+
+-------------------------------------------------------------------
+Fri May 11 18:49:58 UTC 2012 - [email protected]
+
+- add vte-devel to fix build on Factory
+-------------------------------------------------------------------
+Fri May 11 18:18:02 UTC 2012 - [email protected]
+
+- run spec-cleaner on spec file
+
+-------------------------------------------------------------------
+Thu May 10 18:00:07 UTC 2012 - [email protected]
+
+- Update to 1.3
+  - Patched to use GTK3.
+
+-------------------------------------------------------------------
+Wed Dec 23 11:52:55 CET 2009 - [email protected]
+
+- Update to 1.2
+
+-------------------------------------------------------------------
+Sat Nov  8 16:49:01 CET 2008 - [email protected]
+
+- Update to 1.1
+
+-------------------------------------------------------------------
+Fri Jan 11 16:49:19 CET 2008 - [email protected]
+
+- initial SUSE package
+
+-------------------------------------------------------------------

New:
----
  amtterm-1.6.tar.gz
  amtterm.changes
  amtterm.spec

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

Other differences:
------------------
++++++ amtterm.spec ++++++
#
# spec file for package amtterm
#
# Copyright (c) 2018 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 http://bugs.opensuse.org/
#


Name:           amtterm
Version:        1.6
Release:        0
Summary:        Serial-over-lan (sol) client for Intel AMT
License:        GPL-2.0-or-later
Group:          System/Management
URL:            https://www.kraxel.org/releases/amtterm/
Source:         
https://www.kraxel.org/releases/amtterm/%{name}-%{version}.tar.gz
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(gdk-3.0)
BuildRequires:  pkgconfig(vte-2.91)
Requires:       perl-SOAP-Lite

%description
AMT (included in Intel vPro and Centrino Pro) provides out-of-band
(OOB) management for Desktops and Laptops, using an agent integrated in
the network adapter and in the motherboard.

Serial-over-lan provides a (secure) way to connect a remote computer,
through a pseudo serial interface.

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.

%package gtk
Summary:    Serial-over-lan (sol) graphical client
License:        GPL-2.0-or-later
Group:          System/Management
Requires:       %{name} = %{version}

%description gtk
Graphical client for the amtterm utility

%prep
%setup -q

%build
make %{?_smp_mflags} prefix=%{_prefix}

%install
%make_install prefix=%{_prefix} STRIP=""

# fix icon and category
sed -i "/Icon/s/gnome-terminal/utilities-terminal/" 
%{buildroot}/%{_datadir}/applications/gamt.desktop
sed -i "/Categories/s/=.*/=System;Monitor/" 
%{buildroot}/%{_datadir}/applications/gamt.desktop
desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ \
    %{buildroot}/%{_datadir}/applications/gamt.desktop

%files
%doc VERSION INSTALL
%license COPYING
%{_bindir}/amtterm
%{_bindir}/amttool
%{_mandir}/man1/amtterm.1%{?ext_man}
%{_mandir}/man1/amttool.1%{?ext_man}
%{_mandir}/man7/amt-howto.7%{?ext_man}

%files gtk
%{_bindir}/gamt
%{_mandir}/man1/gamt.1%{?ext_man}
%{_datadir}/applications/gamt.desktop

%changelog

Reply via email to