Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2025-10-24 17:24:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and      /work/SRC/openSUSE:Factory/.x3270.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "x3270"

Fri Oct 24 17:24:02 2025 rev:55 rq:1313352 version:4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/x3270/x3270.changes      2025-05-27 
18:42:30.677361169 +0200
+++ /work/SRC/openSUSE:Factory/.x3270.new.1980/x3270.changes    2025-10-24 
17:25:24.744404187 +0200
@@ -1,0 +2,8 @@
+Fri Oct 24 05:13:28 UTC 2025 - Nikolay Gueorguiev <[email protected]>
+
+- Applied a patch
+  * x3270-termios.patch 
+    to include 'termios.h' in 'Common/x3270if.c' 
+- Ammended the .spec file
+
+-------------------------------------------------------------------

New:
----
  x3270-termios.patch

----------(New B)----------
  New:- Applied a patch
  * x3270-termios.patch 
    to include 'termios.h' in 'Common/x3270if.c' 
----------(New E)----------

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

Other differences:
------------------
++++++ x3270.spec ++++++
--- /var/tmp/diff_new_pack.7abROu/_old  2025-10-24 17:25:25.860451120 +0200
+++ /var/tmp/diff_new_pack.7abROu/_new  2025-10-24 17:25:25.864451288 +0200
@@ -38,6 +38,9 @@
 # upstream commit to make it parallel build
 Patch104:       x3270-dependency.patch
 Patch105:       x3270-notparallel.patch
+#
+Patch106:       x3270-termios.patch
+#
 BuildRequires:  bdftopcf
 BuildRequires:  fdupes
 BuildRequires:  fontpackages-devel
@@ -47,6 +50,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
+BuildRequires:  python3
 BuildRequires:  readline-devel
 BuildRequires:  tcl-devel
 BuildRequires:  update-desktop-files
@@ -119,6 +123,7 @@
 %patch -P 103
 %patch -P 104 -p 1
 %patch -P 105 -p 1
+%patch -P 106 -p 1
 
 find . -name ".gitignore" -delete
 
@@ -159,7 +164,7 @@
 make DESTDIR=%{buildroot} LIBX3270DIR=${LIBX3270DIR} install.man
 # the IBM 026 keypunch emulator
 cd x026-%{_x026ver}
-    make DESTDIR=%{buildroot} install install.man
+    make DESTDIR=%{buildroot} install install.man MANPATH=%{_mandir}
 cd ..
 # move site config files to the standard locations
 mkdir -p %{buildroot}%{_libexecdir}/x3270

++++++ x3270-termios.patch ++++++
--- a/Common/x3270if.c  2025-04-25 17:07:13.000000000 +0200
+++ b/Common/x3270if.c  2025-10-24 07:23:30.404621282 +0200
@@ -89,6 +89,8 @@
 # endif /*]*/
 #endif
 
+#include <termios.h>
+
 #include "base64.h"
 #include "names.h"
 #include "s3270_proto.h"

Reply via email to