Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2026-01-17 14:55:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and      /work/SRC/openSUSE:Factory/.x3270.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "x3270"

Sat Jan 17 14:55:06 2026 rev:57 rq:1327627 version:4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/x3270/x3270.changes      2026-01-14 
16:25:32.227068089 +0100
+++ /work/SRC/openSUSE:Factory/.x3270.new.1928/x3270.changes    2026-01-17 
14:56:19.251114475 +0100
@@ -1,0 +2,9 @@
+Fri Jan 16 10:58:25 UTC 2026 - Nikolay Gueorguiev <[email protected]>
+
+- Upgrade x3270 to version 4.5ga5
+- Release Notes: 
https://x3270.miraheze.org/wiki/Release_Notes/suite3270/4.5ga5 
+- Removed obsolete patches
+  * x3270-dependency.patch
+  * x3270-notparallel.patch 
+
+-------------------------------------------------------------------

Old:
----
  suite3270-4.4ga6-src.tar.gz
  x3270-dependency.patch
  x3270-notparallel.patch

New:
----
  suite3270-4.5ga5-src.tgz

----------(Old B)----------
  Old:- Removed obsolete patches
  * x3270-dependency.patch
  * x3270-notparallel.patch 
  Old:  * x3270-dependency.patch
  * x3270-notparallel.patch 
----------(Old E)----------

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

Other differences:
------------------
++++++ x3270.spec ++++++
--- /var/tmp/diff_new_pack.N14S4W/_old  2026-01-17 14:56:20.355160635 +0100
+++ /var/tmp/diff_new_pack.N14S4W/_new  2026-01-17 14:56:20.355160635 +0100
@@ -16,29 +16,26 @@
 #
 
 
-%define _suffix ga6
+%define _suffix ga5
 %define _fullname suite3270-%{version}%{_suffix}
 %define _x026ver 1.2
 Name:           x3270
-Version:        4.4
+Version:        4.5
 Release:        0
 Summary:        A Family of IBM 3270 Terminal Emulators
 License:        MIT
 Group:          System/X11/Terminals
 URL:            https://x3270.miraheze.org
 #Git-Clone:     https://github.com/pmattes/x3270
-Source0:        
https://downloads.sourceforge.net/project/x3270/x3270/%{version}%{_suffix}/%{_fullname}-src.tgz#/%{_fullname}-src.tar.gz
+Source0:        
https://downloads.sourceforge.net/project/x3270/x3270/%{version}%{_suffix}/%{_fullname}-src.tgz#/%{_fullname}-src.tgz
 Source1:        
https://downloads.sourceforge.net/project/x3270/x026/%{_x026ver}/x026-%{_x026ver}.tgz
 Patch0:         mknod.patch
 Patch100:       usr_local_bin.patch
-Patch102:       x026-offset.diff
+Patch101:       x026-offset.diff
 # fix build with gcc 15
-Patch103:       x3270-gcc15.patch
-# upstream commit to make it parallel build
-Patch104:       x3270-dependency.patch
-Patch105:       x3270-notparallel.patch
+Patch102:       x3270-gcc15.patch
 #
-Patch106:       x3270-termios.patch
+Patch103:       x3270-termios.patch
 #
 BuildRequires:  bdftopcf
 BuildRequires:  fdupes
@@ -117,11 +114,9 @@
 %setup -q -n suite3270-%{version} -a1
 %patch -P 0
 %patch -P 100
+%patch -P 101
 %patch -P 102
-%patch -P 103
-%patch -P 104 -p 1
-%patch -P 105 -p 1
-%patch -P 106 -p 1
+%patch -P 103 -p 1
 
 find . -name ".gitignore" -delete
 
@@ -142,10 +137,9 @@
   --with-fontdir=%{_miscfontsdir}
 # There is broken generated makefile
 sed -i -e 's:$(FALLBACKS_:$(FALLBACKS):g' x3270/Makefile
-if test -n "$SOURCE_DATE_EPOCH"
-then
-    # there is a mistake in Common/mkersion.py
-    SOURCE_DATE_EPOCH="$(date --date="@$SOURCE_DATE_EPOCH" +'%%a %%b %%d 
%%H:%%M:%%S %%Z %%Y')"
+# Ensure SOURCE_DATE_EPOCH remains an integer for tools like mkversion.py
+if [ -n "$SOURCE_DATE_EPOCH" ]; then
+    export SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH}"
 fi
 %make_build LIBX3270DIR=${LIBX3270DIR} unix CC="gcc ${CFLAGS}"
 # the IBM 026 keypunch emulator

++++++ x3270-termios.patch ++++++
--- /var/tmp/diff_new_pack.N14S4W/_old  2026-01-17 14:56:20.391162140 +0100
+++ /var/tmp/diff_new_pack.N14S4W/_new  2026-01-17 14:56:20.395162307 +0100
@@ -1,6 +1,10 @@
---- 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 @@
+---
+ Common/x3270if.c |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/Common/x3270if.c
++++ b/Common/x3270if.c
+@@ -97,6 +97,8 @@
  # endif /*]*/
  #endif
  

Reply via email to