Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2021-07-10 22:54:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and      /work/SRC/openSUSE:Factory/.x3270.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "x3270"

Sat Jul 10 22:54:28 2021 rev:43 rq:905252 version:4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/x3270/x3270.changes      2021-02-15 
23:18:02.203551416 +0100
+++ /work/SRC/openSUSE:Factory/.x3270.new.2625/x3270.changes    2021-07-10 
22:54:57.499547462 +0200
@@ -1,0 +2,29 @@
+Mon May 31 13:18:05 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Use https for URL and Source
+
+-------------------------------------------------------------------
+Mon Feb 22 20:03:25 UTC 2021 - Predrag Ivanovi?? <[email protected]>
+
+- Update to ga14 of 4.0 series:
+  * The scripting infrastructure has been rewritten and renamed to
+    task engine. 
+    * No artificial dependencies between actions initiated by
+     different sources.
+    * Accidental blocking behavior has been eliminated.
+    * Unrelated operations are now properly concurrent
+  * A new emulator has been created, b3270, as a common back-end
+    process that handles the 3270 protocol and host interactions,
+    using a simple XML-based protocol.
+  * The c3270 prompt has been generalized and is available to all
+    of the 3270 emulators as the x3270 prompt.
+    * The prompt now uses color to distinguish error messages.
+  * APL keyboard operation on x3270 has changed, fixed APL keymap
+    was removed in favor of key combination Shift-Escape toggling
+    a new APL mode
+  * Many other bug fixes and features
+- Removed x3270-handle-missing-font.patch, mkversion.patch, and
+  reproducible.patch, merged upstream.
+- Expat added as its BuildRequires
+
+-------------------------------------------------------------------

Old:
----
  mkversion.patch
  reproducible.patch
  suite3270-3.6ga12-src.tgz
  x3270-handle-missing-font.patch

New:
----
  suite3270-4.0ga14-src.tgz

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

Other differences:
------------------
++++++ x3270.spec ++++++
--- /var/tmp/diff_new_pack.anPUkw/_old  2021-07-10 22:54:58.135542553 +0200
+++ /var/tmp/diff_new_pack.anPUkw/_new  2021-07-10 22:54:58.139542523 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package x3270
 #
-# Copyright (c) 2016,2020,2021 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,28 +16,25 @@
 #
 
 
-%define _suffix ga12
+%define _suffix ga14
 %define _fullname suite3270-%{version}%{_suffix}
 %define _x026ver 1.2
 Name:           x3270
-Version:        3.6
+Version:        4.0
 Release:        0
 Summary:        A Family of IBM 3270 Terminal Emulators
 License:        MIT
 Group:          System/X11/Terminals
-URL:            http://x3270.bgp.nu
+URL:            https://x3270.miraheze.org
 #Git-Clone:     https://github.com/pmattes/x3270
-Source0:        http://download.sourceforge.net/%{name}/%{_fullname}-src.tgz
-Source1:        http://download.sourceforge.net/%{name}/x026-%{_x026ver}.tgz
+Source0:        https://download.sourceforge.net/x3270/%{_fullname}-src.tgz
+Source1:        https://download.sourceforge.net/x3270/x026-%{_x026ver}.tgz
 Source2:        x3270.desktop
 Patch0:         mknod.patch
-Patch1:         x3270-handle-missing-font.patch
 Patch100:       usr_local_bin.patch
 Patch102:       x026-offset.diff
 Patch105:       x3270-missing-include.patch
 Patch106:       x3270-missing-file.patch
-Patch108:       mkversion.patch
-Patch109:       reproducible.patch
 BuildRequires:  bdftopcf
 BuildRequires:  fdupes
 BuildRequires:  fontpackages-devel
@@ -50,6 +47,7 @@
 BuildRequires:  readline-devel
 BuildRequires:  tcl-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xaw7)
 BuildRequires:  pkgconfig(xmu)
@@ -77,6 +75,15 @@
 3270-specific keys, alternative keymaps, 3287 printer sessions, and a
 scrollbar and has extensive debugging and scripting facilities.
 
+x3270a is a script that computes the correct font sizes for
+higher-resolution displays, then runs x3270.
+(x3270 handles scaling of visual elements automatically,
+but it cannot adjust the font sizes by itself.)
+
+b3270 is a generic back-end for 3270 emulators.
+It implements the 3270 protocol and host input/output,
+and communicates with a front end application using a simple XML-based 
protocol.
+
 c3270 is the curses-based version of x3270.  It runs on any dumb
 terminal (an xterm or a console, for example), and supports (almost)
 all of the x3270 features.  c3270 scripts are compatible with x3270
@@ -104,17 +111,10 @@
 # -a fter changing into all3270, expand sources
 %setup -q -n suite3270-%{version} -a1
 %patch0
-%patch1
 %patch100
 %patch102
 %patch105 -p1
 %patch106 -p1
-for d in x3270 c3270 s3270 tcl3270 pr3287 ; do
-(cd $d
-%patch108 -p2
-%patch109 -p2
-)
-done
 
 %build
 export CFLAGS="%{optflags}"
@@ -165,6 +165,7 @@
 mkdir -p %{buildroot}%{_docdir}/%{name}
 cp -pr --parents Playback %{buildroot}%{_docdir}/%{name}
 cp -pr --parents x3270/{Examples,html} %{buildroot}%{_docdir}/%{name}
+cp -pr --parents b3270/html %{buildroot}%{_docdir}/%{name}
 cp -pr --parents c3270/html %{buildroot}%{_docdir}/%{name}
 cp -pr --parents pr3287/html %{buildroot}%{_docdir}/%{name}
 cp -pr --parents s3270/{Examples,html} %{buildroot}%{_docdir}/%{name}
@@ -199,6 +200,7 @@
 %{_bindir}/x3270if
 # x3270
 %{_bindir}/x3270
+%{_bindir}/x3270a
 %dir %{_miscfontsdir}
 %{_miscfontsdir}/*
 %{_mandir}/man1/x3270.1%{?ext_man}
@@ -206,6 +208,10 @@
 %doc %{_docdir}/%{name}/x3270/html
 %doc %{_docdir}/%{name}/Playback
 %{_datadir}/applications/x3270.desktop
+# b3270
+%{_bindir}/b3270
+%{_mandir}/man1/b3270.1%{?ext_man}
+%doc %{_docdir}/%{name}/b3270/html
 # c3270
 %{_bindir}/c3270
 %{_mandir}/man1/c3270.1%{?ext_man}

++++++ suite3270-3.6ga12-src.tgz -> suite3270-4.0ga14-src.tgz ++++++
++++ 265821 lines of diff (skipped)

Reply via email to