Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2020-04-21 13:11:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and      /work/SRC/openSUSE:Factory/.x3270.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "x3270"

Tue Apr 21 13:11:50 2020 rev:40 rq:795515 version:3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/x3270/x3270.changes      2019-09-07 
11:50:19.806300477 +0200
+++ /work/SRC/openSUSE:Factory/.x3270.new.2738/x3270.changes    2020-04-21 
13:11:55.748963288 +0200
@@ -1,0 +2,13 @@
+Fri Apr 17 18:29:55 UTC 2020 - Andreas Stieger <[email protected]>
+
+- x3270 3.r6ga12:
+  * Potentially incompatible changes:
+    + Removed explicit support for self-signed host certificates.
+    + To allow self-signed certificates, disable verification.
+    + Switched to verifying host certficates by default. This can
+      be disabled by using the -noverifycert opton or by setting
+      the verifyHostCert resource to false.
+  * Many bug fixes and minor feature additions
+- drop reproducible.patch, x3270-fix-build.patch, upstreamed
+
+-------------------------------------------------------------------

Old:
----
  reproducible.patch
  suite3270-3.5ga9-src.tgz
  x3270-fix-build.patch

New:
----
  suite3270-3.6ga12-src.tgz

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

Other differences:
------------------
++++++ x3270.spec ++++++
--- /var/tmp/diff_new_pack.3J52VP/_old  2020-04-21 13:11:56.616965019 +0200
+++ /var/tmp/diff_new_pack.3J52VP/_new  2020-04-21 13:11:56.620965027 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package x3270
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _suffix ga9
+%define _suffix ga12
 %define _fullname suite3270-%{version}%{_suffix}
 %define _x026ver 1.2
 Name:           x3270
-Version:        3.5
+Version:        3.6
 Release:        0
 Summary:        A Family of IBM 3270 Terminal Emulators
 License:        MIT
 Group:          System/X11/Terminals
-Url:            http://x3270.bgp.nu
+URL:            http://x3270.bgp.nu
 Source0:        http://download.sourceforge.net/%{name}/%{_fullname}-src.tgz
 Source1:        http://download.sourceforge.net/%{name}/x026-%{_x026ver}.tgz
 Source2:        x3270.desktop
@@ -34,9 +34,7 @@
 Patch102:       x026-offset.diff
 Patch105:       x3270-missing-include.patch
 Patch106:       x3270-missing-file.patch
-Patch107:       reproducible.patch
 Patch108:       mkversion.patch
-Patch109:       x3270-fix-build.patch
 BuildRequires:  bdftopcf
 BuildRequires:  fdupes
 BuildRequires:  fontpackages-devel
@@ -54,7 +52,6 @@
 BuildRequires:  pkgconfig(xmu)
 BuildRequires:  pkgconfig(xpm)
 BuildRequires:  pkgconfig(xt)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains a family of IBM 3270 mainframe terminal
@@ -108,8 +105,6 @@
 %patch102
 %patch105 -p1
 %patch106 -p1
-%patch107 -p1
-%patch109 -p1
 for d in x3270 c3270 s3270 tcl3270 pr3287 ; do
 (cd $d
 %patch108 -p2
@@ -132,11 +127,11 @@
   --with-fontdir=%{_miscfontsdir}
 # There is broken generated makefile
 sed -i -e 's:$(FALLBACKS_:$(FALLBACKS):g' x3270/Makefile
-make %{?_smp_mflags} LIBX3270DIR=${LIBX3270DIR} unix CC="gcc %{optflags}"
+%make_build LIBX3270DIR=${LIBX3270DIR} unix CC="gcc %{optflags}"
 # the IBM 026 keypunch emulator
 cd x026-%{_x026ver}
     xmkmf
-    make %{?_smp_mflags}
+    %make_build
 cd ..
 
 %install
@@ -193,35 +188,35 @@
 %dir %{_docdir}/%{name}
 %dir %{_docdir}/%{name}/*
 %config(noreplace) %{_sysconfdir}/x3270/ibm_hosts
-%{_mandir}/man5/ibm_hosts.5%{ext_man}
-%{_mandir}/man1/x3270if.1%{ext_man}
-%{_mandir}/man1/x3270-script.1%{ext_man}
+%{_mandir}/man5/ibm_hosts.5%{?ext_man}
+%{_mandir}/man1/x3270if.1%{?ext_man}
+%{_mandir}/man1/x3270-script.1%{?ext_man}
 %{_bindir}/x3270if
 # x3270
 %{_bindir}/x3270
 %dir %{_miscfontsdir}
 %{_miscfontsdir}/*
-%{_mandir}/man1/x3270.1%{ext_man}
+%{_mandir}/man1/x3270.1%{?ext_man}
 %doc %{_docdir}/%{name}/x3270/Examples
 %doc %{_docdir}/%{name}/x3270/html
 %doc %{_docdir}/%{name}/Playback
 %{_datadir}/applications/x3270.desktop
 # c3270
 %{_bindir}/c3270
-%{_mandir}/man1/c3270.1%{ext_man}
+%{_mandir}/man1/c3270.1%{?ext_man}
 %doc %{_docdir}/%{name}/c3270/html
 # pr3287
 %{_bindir}/pr3287
-%{_mandir}/man1/pr3287.1%{ext_man}
+%{_mandir}/man1/pr3287.1%{?ext_man}
 %doc %{_docdir}/%{name}/pr3287/html
 # s3270
 %{_bindir}/s3270
-%{_mandir}/man1/s3270.1%{ext_man}
+%{_mandir}/man1/s3270.1%{?ext_man}
 %doc %{_docdir}/%{name}/s3270/Examples
 %doc %{_docdir}/%{name}/s3270/html
 # tcl3270
 %{_bindir}/tcl3270
-%{_mandir}/man1/tcl3270.1%{ext_man}
+%{_mandir}/man1/tcl3270.1%{?ext_man}
 %doc %{_docdir}/%{name}/tcl3270/Examples
 %doc %{_docdir}/%{name}/tcl3270/html
 # x026

++++++ mkversion.patch ++++++
--- /var/tmp/diff_new_pack.3J52VP/_old  2020-04-21 13:11:56.648965083 +0200
+++ /var/tmp/diff_new_pack.3J52VP/_new  2020-04-21 13:11:56.652965091 +0200
@@ -13,18 +13,6 @@
 index f5cd712c..33100743 100755
 --- a/Common/mkversion.sh
 +++ b/Common/mkversion.sh
-@@ -40,15 +40,17 @@ export LANG LC_ALL
- set -e
- 
- . ${2-./version.txt}
--builddate=`date`
--sccsdate=`date +%Y/%m/%d`
-+date="date -u"
-+[ -n "$SOURCE_DATE_EPOCH" ] && date="$date -d@$SOURCE_DATE_EPOCH"
-+builddate=`$date`
-+sccsdate=`$date +%Y/%m/%d`
- user=${LOGNAME-$USER}
- 
  # Create an all numeric timestamp for rpqnames.
  # rpq.c will return this string of numbers in bcd format
  # It is OK to change the length (+ or -), but use

++++++ suite3270-3.5ga9-src.tgz -> suite3270-3.6ga12-src.tgz ++++++
++++ 49730 lines of diff (skipped)


Reply via email to