- updated to 3.6ga10 (#1806341)

This commit is contained in:
Dan Horák 2020-02-24 11:45:22 +01:00
parent 68f1293487
commit c2816f3a60
4 changed files with 6 additions and 22 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ suite3270-3.3.10ga4-src.tgz
/suite3270-3.6ga6-src.tgz
/suite3270-3.6ga8-src.tgz
/suite3270-3.6ga9-src.tgz
/suite3270-3.6ga10-src.tgz

View File

@ -1 +1 @@
SHA512 (suite3270-3.6ga9-src.tgz) = 5ed1c56a052cf8187e72cf346866c6d40bc356479ca622ee9e1c5e97ce49653d0bdb92c49640f0efdd1bdaf868bce53e8b2f221546b8d6a8498c14df53ac0e59
SHA512 (suite3270-3.6ga10-src.tgz) = 7086de61f2c5fd224c6b6c14bba2e0b62c263bb868fe158c0b5a91db4009372afc5bba83c182cf71410693e8017212d6fbdbcb32db5847b24716115996680a1a

View File

@ -1,17 +0,0 @@
diff -Nrup a/Common/glue.c b/Common/glue.c
--- a/Common/glue.c 2018-02-10 15:07:44.000000000 -0700
+++ b/Common/glue.c 2020-01-07 14:43:32.846491796 -0700
@@ -1415,7 +1415,12 @@ bool flipped = false;
/* Replacements for functions in popups.c. */
-bool error_popup_visible = false;
+bool
+error_popup_visible(void)
+{
+ return false;
+}
+
/* Pop up an error dialog. */
void

View File

@ -3,7 +3,7 @@
%global majorver 3.6
Summary: An X Window System based IBM 3278/3279 terminal emulator
Name: x3270
Version: 3.6ga9
Version: 3.6ga10
Release: 1%{?dist}
License: BSD
URL: http://x3270.sourceforge.net/
@ -12,8 +12,6 @@ Source1: x3270.png
Source2: x3270.desktop
Patch0: x3270-3.5-paths.patch
Patch1: x3270-3.5-ibmhostpath.patch
# https://sourceforge.net/p/x3270/patches/3/
Patch2: x3270-3.5-odr.patch
BuildRequires: ncurses-devel
BuildRequires: readline-devel
@ -62,7 +60,6 @@ Install the %{name}-text package if you need to access IBM hosts using an IBM
%setup -q -n suite3270-%{majorver}
%patch0 -p1 -b .paths
%patch1 -p1 -b .ibmhosts
%patch2 -p1
for d in c3270 pr3287 s3270 x3270; do
for f in LICENSE README html; do
@ -129,6 +126,9 @@ desktop-file-install \
%changelog
* Mon Feb 24 2020 Dan Horák <dan[at]danny.cz> - 3.6ga10-1
- updated to 3.6ga10 (#1806341)
* Fri Feb 21 2020 Dan Horák <dan[at]danny.cz> - 3.6ga9-1
- updated to 3.6ga9 (#1803972)