Hello community, here is the log from the commit of package putty for openSUSE:Factory checked in at 2019-03-19 10:02:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/putty (Old) and /work/SRC/openSUSE:Factory/.putty.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "putty" Tue Mar 19 10:02:46 2019 rev:21 rq:686205 version:0.71 Changes: -------- --- /work/SRC/openSUSE:Factory/putty/putty.changes 2019-03-18 10:43:24.995142272 +0100 +++ /work/SRC/openSUSE:Factory/.putty.new.28833/putty.changes 2019-03-19 10:02:49.275811848 +0100 @@ -1,0 +2,6 @@ +Mon Mar 18 17:57:39 UTC 2019 - Jan Engelhardt <[email protected]> + +- Unbreak the Leap 42.3 build of putty. +- Update package descriptions. + +------------------------------------------------------------------- @@ -4 +10 @@ -- Update to new upstream release 0.71 +- Update to new upstream release 0.71 [boo#1129633] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ putty.spec ++++++ --- /var/tmp/diff_new_pack.15H24X/_old 2019-03-19 10:02:50.435810779 +0100 +++ /var/tmp/diff_new_pack.15H24X/_new 2019-03-19 10:02:50.439810775 +0100 @@ -19,7 +19,7 @@ Name: putty Version: 0.71 Release: 0 -Summary: GTK-based terminal emulator program +Summary: SSH client with optional GTK-based terminal emulator frontend License: MIT Group: System/X11/Utilities Url: http://www.chiark.greenend.org.uk/~sgtatham/putty/ @@ -30,23 +30,31 @@ Source2: http://the.earth.li/~sgtatham/putty/latest/%name-%version.tar.gz.gpg Source4: %name.keyring Patch1: putty-03-config.diff -Patch3: reproducible.patch +Patch2: reproducible.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ImageMagick BuildRequires: gtk3-devel BuildRequires: krb5-devel +%if 0%{?suse_version} < 1500 +BuildRequires: python3-base +%else BuildRequires: python-base +%endif BuildRequires: update-desktop-files Conflicts: pssh %description -PuTTY is a terminal emulator application which can act as a client -for the SSH, Telnet, rlogin, and raw TCP computing protocols and as a -serial console client. +PuTTY is a suite of terminal emulator application and client for +serial consoles, raw TCP connections, and the computing protocols +SSH, Telnet and rlogin. + +The "pterm" program is just the graphical terminal emulator similar +to xterm, "plink" is just the (console-based) SSH client similar to +openssh, and "putty" is the program that combines both in one. %prep %setup -q -%patch -P 1 -P 3 -p1 +%patch -P 1 -P 2 -p1 %build export CFLAGS="%optflags -Wno-error -DNOT_X_WINDOWS"
