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-05-26 18:34:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and      /work/SRC/openSUSE:Factory/.x3270.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "x3270"

Mon May 26 18:34:37 2025 rev:53 rq:1279603 version:4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/x3270/x3270.changes      2025-02-14 
19:23:14.288507713 +0100
+++ /work/SRC/openSUSE:Factory/.x3270.new.2732/x3270.changes    2025-05-26 
18:36:17.293321250 +0200
@@ -1,0 +2,15 @@
+Fri May 23 12:00:26 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- Correct sourceforge load paths 
+- Work around wrong usage of SOURCE_DATE_EPOCH
+
+-------------------------------------------------------------------
+Wed May 21 14:18:02 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- Upgrade to version 4.4ga6 
+- Release Notes/suite3270/4.4ga6
+  * https://x3270.miraheze.org/wiki/Release_Notes/suite3270/4.4ga6
+- Do not build in parallel as 4.4ga6 builds become random
+  with missing symbols
+
+-------------------------------------------------------------------

Old:
----
  suite3270-4.3ga10-src.tgz

New:
----
  suite3270-4.4ga6-src.tar.gz

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

Other differences:
------------------
++++++ x3270.spec ++++++
--- /var/tmp/diff_new_pack.MpKsQ6/_old  2025-05-26 18:36:18.205359697 +0200
+++ /var/tmp/diff_new_pack.MpKsQ6/_new  2025-05-26 18:36:18.209359866 +0200
@@ -16,19 +16,19 @@
 #
 
 
-%define _suffix ga10
+%define _suffix ga6
 %define _fullname suite3270-%{version}%{_suffix}
 %define _x026ver 1.2
 Name:           x3270
-Version:        4.3
+Version:        4.4
 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://download.sourceforge.net/x3270/%{_fullname}-src.tgz
-Source1:        https://download.sourceforge.net/x3270/x026-%{_x026ver}.tgz
+Source0:        
https://downloads.sourceforge.net/project/x3270/x3270/%{version}%{_suffix}/%{_fullname}-src.tgz#/%{_fullname}-src.tar.gz
+Source1:        
https://downloads.sourceforge.net/project/x3270/x026/%{_x026ver}/x026-%{_x026ver}.tgz
 Source2:        x3270.desktop
 Patch0:         mknod.patch
 Patch100:       usr_local_bin.patch
@@ -118,6 +118,7 @@
 find . -name ".gitignore" -delete
 
 %build
+%global _lto_cflags %{nil}
 export CFLAGS="%{optflags}"
 export LIBX3270DIR=%{_sysconfdir}/x3270
 %configure \
@@ -133,7 +134,13 @@
   --with-fontdir=%{_miscfontsdir}
 # There is broken generated makefile
 sed -i -e 's:$(FALLBACKS_:$(FALLBACKS):g' x3270/Makefile
-%make_build LIBX3270DIR=${LIBX3270DIR} unix CC="gcc %{optflags}"
+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')"
+fi
+# Choose -j 1 otherwise wrong order with missed dependencies
+%make_build -j 1 LIBX3270DIR=${LIBX3270DIR} unix CC="gcc ${CFLAGS}"
 # the IBM 026 keypunch emulator
 cd x026-%{_x026ver}
     xmkmf

Reply via email to