commit x3270 for openSUSE:Factory

2020-04-21 Thread root
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.changes2020-04-21 
13:11:55.748963288 +0200
@@ -1,0 +2,13 @@
+Fri Apr 17 18:29:55 UTC 2020 - Andreas Stieger 
+
+- 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

commit x3270 for openSUSE:Factory

2019-09-07 Thread root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2019-09-07 11:50:14

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new.7948 (New)


Package is "x3270"

Sat Sep  7 11:50:14 2019 rev:39 rq:728485 version:3.5

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2018-08-07 
09:43:20.645337797 +0200
+++ /work/SRC/openSUSE:Factory/.x3270.new.7948/x3270.changes2019-09-07 
11:50:19.806300477 +0200
@@ -1,0 +2,6 @@
+Thu Sep  5 11:59:49 UTC 2019 - Marcus Meissner 
+
+- x3270-fix-build.patch: fixed a bug triggered by LTO, commented
+  out incompat definition.
+
+---

New:

  x3270-fix-build.patch



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.IkQVPe/_old  2019-09-07 11:50:20.858300328 +0200
+++ /var/tmp/diff_new_pack.IkQVPe/_new  2019-09-07 11:50:20.862300328 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package x3270
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,6 +36,7 @@
 Patch106:   x3270-missing-file.patch
 Patch107:   reproducible.patch
 Patch108:   mkversion.patch
+Patch109:   x3270-fix-build.patch
 BuildRequires:  bdftopcf
 BuildRequires:  fdupes
 BuildRequires:  fontpackages-devel
@@ -108,6 +109,7 @@
 %patch105 -p1
 %patch106 -p1
 %patch107 -p1
+%patch109 -p1
 for d in x3270 c3270 s3270 tcl3270 pr3287 ; do
 (cd $d
 %patch108 -p2

++ x3270-fix-build.patch ++
--- suite3270-3.5/Common/glue.c.xx  2019-09-05 13:50:52.022888065 +0200
+++ suite3270-3.5/Common/glue.c 2019-09-05 13:50:59.174886673 +0200
@@ -1470,7 +1470,9 @@
 
 /* Replacements for functions in popups.c. */
 
+/*
 bool error_popup_visible = false;
+*/
 
 /* Pop up an error dialog. */
 void



commit x3270 for openSUSE:Factory

2018-08-07 Thread root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2018-08-07 09:43:09

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is "x3270"

Tue Aug  7 09:43:09 2018 rev:38 rq:627661 version:3.5

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2017-01-09 
11:54:33.572145540 +0100
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2018-08-07 
09:43:20.645337797 +0200
@@ -1,0 +2,6 @@
+Sat Jul 14 12:41:10 UTC 2018 - bwiedem...@suse.com
+
+- Add mkversion.patch to have fixed timestamps (boo#1047218)
+- Add reproducible.patch to not add timestamps in .gz header
+
+---

New:

  mkversion.patch
  reproducible.patch



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.IREYwa/_old  2018-08-07 09:43:21.521339321 +0200
+++ /var/tmp/diff_new_pack.IREYwa/_new  2018-08-07 09:43:21.525339328 +0200
@@ -34,6 +34,8 @@
 Patch102:   x026-offset.diff
 Patch105:   x3270-missing-include.patch
 Patch106:   x3270-missing-file.patch
+Patch107:   reproducible.patch
+Patch108:   mkversion.patch
 BuildRequires:  bdftopcf
 BuildRequires:  fdupes
 BuildRequires:  fontpackages-devel
@@ -105,6 +107,12 @@
 %patch102
 %patch105 -p1
 %patch106 -p1
+%patch107 -p1
+for d in x3270 c3270 s3270 tcl3270 pr3287 ; do
+(cd $d
+%patch108 -p2
+)
+done
 
 %build
 export CFLAGS="%{optflags}"

++ mkversion.patch ++
commit d2f9fa8d7f59c357449ab2b69141700cb5527135
Author: Bernhard M. Wiedemann 
Date:   Sun Jun 18 19:49:43 2017 +0200

allow to override build date

to allow reproducible builds of x3270

See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/ for the 
definition of this variable.

diff --git a/Common/mkversion.sh b/Common/mkversion.sh
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
 # decimal (0-9) digits only. Length must be even number of digits.
-rpq_timestamp=`date +%Y%m%d%H%M%S`
+rpq_timestamp=`$date +%Y%m%d%H%M%S`
 
 app=${1-x3270}
 cat <
Date:   Sun Jun 18 19:40:24 2017 +0200

Call gzip -n to make build fully reproducible

See https://reproducible-builds.org/ for why that matters

diff --git a/x3270/Makefile.obj.in b/x3270/Makefile.obj.in
index 716c7085..de2f8261 100644
--- a/x3270/Makefile.obj.in
+++ b/x3270/Makefile.obj.in
@@ -82,7 +82,7 @@ x3270: $(OBJS1) $(DEP3270) $(DEP3270I) $(DEP32XX) 
$(DEP3270STUBS)
$(CC) -o $@ $(OBJS1) $(LDFLAGS) $(LD3270) $(LD3270I) $(LD32XX) 
$(LD3270STUBS) $(LIBS)
 
 %.pcf.gz: %.bdf
-   bdftopcf $< | gzip >$@
+   bdftopcf $< | gzip -n9 >$@
 
 dryrun: dryrun.in
/bin/cp $< $@



commit x3270 for openSUSE:Factory

2016-02-11 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2016-02-11 12:37:49

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is "x3270"

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2016-01-23 
01:16:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2016-02-11 
12:37:51.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb  9 01:33:07 UTC 2016 - mrueck...@suse.de
+
+- added desktop file
+- split up font reconfigure macro into the pieces so we can add the
+  desktop file macros too
+
+---

New:

  x3270.desktop



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.GEqrDg/_old  2016-02-11 12:37:52.0 +0100
+++ /var/tmp/diff_new_pack.GEqrDg/_new  2016-02-11 12:37:52.0 +0100
@@ -28,6 +28,7 @@
 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
 Patch0: mknod.patch
 Patch100:   usr_local_bin.patch
 Patch102:   x026-offset.diff
@@ -48,6 +49,7 @@
 BuildRequires:  pkgconfig(xmu)
 BuildRequires:  pkgconfig(xpm)
 BuildRequires:  pkgconfig(xt)
+BuildRequires:  update-desktop-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -166,7 +168,19 @@
 # create symlinks in documentation
 %fdupes -s %{buildroot}/%{_docdir}
 
-%{reconfigure_fonts_scriptlets}
+install -D -m 0644 %{S:2} %{buildroot}%{_datadir}/applications/x3270.desktop
+%suse_update_desktop_file x3270
+
+%post
+%desktop_database_post
+%reconfigure_fonts_post
+
+%postun
+%desktop_database_postun
+%reconfigure_fonts_postun
+
+%posttrans
+%reconfigure_fonts_posttrans
 
 %files
 %defattr(-,root,root,755)
@@ -189,6 +203,7 @@
 %doc %{_docdir}/%{name}/x3270/Examples
 %doc %{_docdir}/%{name}/x3270/html
 %doc %{_docdir}/%{name}/Playback
+%{_datadir}/applications/x3270.desktop
 # c3270
 %{_bindir}/c3270
 %doc %{_mandir}/man1/c3270.1.gz

++ x3270.desktop ++
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=x3270
GenericName=x3270
Comment=IBM 3270 Terminal Emulator
Exec=x3270
Icon=utilities-terminal
Terminal=false
Type=Application
Categories=System;TerminalEmulator;X-GNOME-Utilities;



commit x3270 for openSUSE:Factory

2016-01-22 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2016-01-23 01:16:44

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is "x3270"

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2015-09-24 
06:14:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2016-01-23 
01:16:49.0 +0100
@@ -1,0 +2,18 @@
+Wed Jan 20 11:07:52 UTC 2016 - tchva...@suse.com
+
+- Version update to ga10 of 3.4 series:
+  * [x3270] Fixed a crash in the Configure Idle Command pop-up.
+  * [x3270] Fixed an issue with overwriting local files in file transfers.
+  * [s3270] Fixed an x3270if build problem when libiconv is needed.
+  * [all] Fixed a problem with truncating the list of LUs when connecting to a
+host.
+  * [all] Fixed a crash when too many parameters are passed to an action in a 
macro
+or script.
+  * [c3270, wc3270] Fixed binary file transfer bug.
+  * [x3270] Fixed missing 'Not Connected' message when disconnecting from a 
host.
+  * [all] Fixed trace display of incoming IPv6 connections and the parsing of 
the
+x3270 -scriptport option.
+  * [tcl3270] Added tcl3270 support for Tcl 8.6.
+  * [all] Renamed $INSTALL variable in the top-level configure script 
(bugs:15).
+
+---

Old:

  suite3270-3.4ga7-src.tgz

New:

  suite3270-3.4ga10-src.tgz



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.X0dp61/_old  2016-01-23 01:16:50.0 +0100
+++ /var/tmp/diff_new_pack.X0dp61/_new  2016-01-23 01:16:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package x3270
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define _suffix ga7
+%define _suffix ga10
 %define _fullname suite3270-%{version}%{_suffix}
 %define _x026ver 1.2
 Name:   x3270

++ suite3270-3.4ga7-src.tgz -> suite3270-3.4ga10-src.tgz ++
 2989 lines of diff (skipped)




commit x3270 for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2015-09-24 06:14:29

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is "x3270"

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2015-04-27 
13:05:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2015-09-24 
06:14:32.0 +0200
@@ -1,0 +2,94 @@
+Mon Sep  7 12:09:58 UTC 2015 - tchva...@suse.com
+
+- Version bump to 3.4:
+  * Recreated tarball and build approach so adapt our system
+  * Fixed a number of warnings found by the MacOS C compiler, which turned out
+to be real issues.
+  * [all] Synchronize the ReadBuffer action with the Wait(Output) action, just
+like Ascii and Ebcdic.
+  * [all] Fixed an NVT-mode emulation problem.
+  * [all] Fixed a synchronization issue with scripts and file transfers.
+  * [c3270, wc3270] Fixed a crash when the Transfer action was called from a
+script.
+  * [x3270] Fixed a crash when visible control characters are turned on in
+3278 mode.
+  * [pr3287] Changed the pr3287 Makefile to use $INSTALL_DATA (bugs:#13).
+  * [All Unix] Added -D_DEFAULT_SOURCE wherever a Makefile used -D_BSD_SOURCE,
+to get rid of compiler warnings with newer versions of glibc (bugs:#12).
+  * [x3270, c3270, wc3270] Corrected the OIA display of save-to-printer pages.
+  * [c3270, wc3270] Made the help for file-transfer reflect the current
+defaults. Added help for Keymap.
+  * [wc3270] Fixed the pager at the wc3270> prompt. Now it adapts to the size
+of the console window correctly.
+  * [pr3287, wpr3287] Fixed a problem with printer session start-up when both
+a specific printer LU and an SSL tunnel (L:) are specified.
+  * [c3270, wc3270] Added a Keymap action to add or remove temporary keymaps.
+The semantics are the same as the x3270 action of the same name.
+  * [all] Made the parameter to ResumeScript optional, and relaxed the
+restrictions on when PauseScript can be used, so it can now be used from
+macros and command files read with the Source action.
+  * [c3270, wc3270] Allow the DFT buffer size to be changed in the c3270/wc3270
+file transfer dialog.
+  * [c3270, wc3270] Allow file transfers to be interrupted with Ctrl-C.
+  * [x3270] Fixed an issue where the terminal type would not be reported to the
+host as IBM-DYNAMIC if the screen was put into oversize mode via a menu
+selection (it was correct if oversize came from a resource). Also made sure
+that the 'About->Configuration' display of the terminal type is always
+correct.
+  * [all] Added resources to define the default values for each of the IND$FILE
+file transfer parameters. The resources have the same names as the Transfer
+action keywords, with ft prepended. E.g., the Mode default is controlled by
+the ftMode resource. For consistency, deprecated dftBufferSize and
+ftCodePage in favor of ftBufferSize and ftWindowsCodePage (the old
+resources are still available).
+  * [all] Added missing functionality to specify the size for avblock TSO file
+allocations in IND$FILE file transfers.
+  * [x3270] Added an aplCircledAlpha resource to allow x3270 to properly
+display APL underscored uppercase letters with the APL385 font, by
+translating them to the (nonstandard) Unicode circled-alphabetic range
+U+24B6 to U+25CF.
+  * [x3270, c3270, wc3270] Overhauled visible control characters so that field
+attributes are completely decoded. Field attributes are now in underlined
+yellow in x3270. Added visible control character support to c3270 (also
+underlined yellow) and wc3270 (reverse-video yellow), with a menu option.
+  * [all] Overhauled the build structure. Now there are libraries for common
+functions.
+  * [wc3270] Mapped Alt-left-click onto a lightpen select operation. Added a
+lightPenPrimary resource to switch this, so that an unmodified left-click
+is a lightpen select and Alt-left-click is a cursor move or copy/paste
+highlight.
+  * [all] Added a B: prefix option to hostnames to disable the automatic
+keyboard unlock when a BIND-IMAGE is received.
+  * [all] Added an -nvt option and an nvtMode resource to force NVT mode as
+soon as a session is connected. This overrides the usual behavior of
+locking the keyboard and waiting for the host to send NVT-mode data or
+negotiate 3270 mode before unlocking. This option also changes the default
+terminal type to xterm.
+  * [c3270] Added a mapping from the Escape key to the Escape() action
+(breaking to the c3270> prompt).
+  * [x3270] Added a maxRecent resource to control the maximum size of the
+recent host list in the Connect menu.
+  * [all] Allow the -scriptport 

commit x3270 for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2015-04-27 13:05:23

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is x3270

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2015-04-23 
08:04:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2015-04-27 
13:05:24.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 26 19:23:56 UTC 2015 - crrodrig...@opensuse.org
+
+- Only BuildRequire the needed packages, not legacy 
+  metapackage xorg-x11-devel.
+
+---



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.4Xxfnl/_old  2015-04-27 13:05:25.0 +0200
+++ /var/tmp/diff_new_pack.4Xxfnl/_new  2015-04-27 13:05:25.0 +0200
@@ -36,11 +36,16 @@
 BuildRequires:  fdupes
 BuildRequires:  fontpackages-devel
 BuildRequires:  freetype2
+BuildRequires:  imake
+BuildRequires:  mkfontdir
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  tcl-devel
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xaw7)
+BuildRequires:  pkgconfig(xmu)
+BuildRequires:  pkgconfig(xpm)
+BuildRequires:  pkgconfig(xt)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -222,6 +227,7 @@
 %{_bindir}/x3270if
 # x3270
 %{_bindir}/x3270
+%dir %{_datadir}/X11/app-defaults
 %{_datadir}/X11/app-defaults/X3270
 %dir %{_miscfontsdir}
 %{_miscfontsdir}/*




commit x3270 for openSUSE:Factory

2015-04-23 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2015-04-23 08:04:44

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is x3270

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2014-09-26 
11:21:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2015-04-23 
08:04:46.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 20 13:32:51 UTC 2015 - mplus...@suse.com
+
+- Update to 3.3.14
+  * [x3270, wc3270] Improved paste behavior. Patch courtesy of 
+Máximo Castañeda.
+  * [all] Added append and replace keywords to the PrintText 
+action to control how existing files are handled.
+  * [all] Made Wait(Output) work in NVT mode.
+  * [x3270] Fixed security holes in the Print Window Bitmap menu 
+item and the PrintWindow action.
+  * [wc3270] Fixed multiple GDI printing problems: captions 
+mis-centered, page overflow with multiple screens per page, 
+save screens to printer not working at all.
+
+---

Old:

  suite3270-3.3.14ga11-src.tgz

New:

  suite3270-3.3.15ga8-src.tgz



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.cdCjB5/_old  2015-04-23 08:04:47.0 +0200
+++ /var/tmp/diff_new_pack.cdCjB5/_new  2015-04-23 08:04:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package x3270
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
 #
 
 
-%define _suffix ga11
+%define _suffix ga8
 %define _fullname suite3270-%{version}%{_suffix}
 %define _x026ver 1.2
 Name:   x3270
-Version:3.3.14
+Version:3.3.15
 Release:0
 Summary:A Family of IBM 3270 Terminal Emulators
 License:MIT

++ pr3270-memleak.patch ++
--- /var/tmp/diff_new_pack.cdCjB5/_old  2015-04-23 08:04:47.0 +0200
+++ /var/tmp/diff_new_pack.cdCjB5/_new  2015-04-23 08:04:47.0 +0200
@@ -2,7 +2,7 @@
 ===
 --- pr3287-3.3/telnet.c.orig
 +++ pr3287-3.3/telnet.c
-@@ -315,8 +315,13 @@ negotiate(int s, char *lu, char *assoc)
+@@ -453,8 +453,13 @@ negotiate(const char *host, struct socka
   cstate != CONNECTED_3270   /* TN3270 */
   cstate != NOT_CONNECTED) {   /* gave up */
  

++ suite3270-3.3.14ga11-src.tgz - suite3270-3.3.15ga8-src.tgz ++
/work/SRC/openSUSE:Factory/x3270/suite3270-3.3.14ga11-src.tgz 
/work/SRC/openSUSE:Factory/.x3270.new/suite3270-3.3.15ga8-src.tgz differ: char 
5, line 1




commit x3270 for openSUSE:Factory

2014-09-26 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2014-09-26 10:52:09

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is x3270

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2014-09-22 
09:21:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2014-09-26 
11:21:29.0 +0200
@@ -1,0 +2,10 @@
+Wed Sep 24 11:03:06 UTC 2014 - tchva...@suse.com
+
+- Version bump to 3.3.14 and update x026 to 1.2:
+  * For full change list read:
+http://x3270.bgp.nu/documentation-relnotes.html
+- Remove suse readme which is totally pointless
+- Clean spec with spec-cleaner
+- Remove unused patch gcc4.diff
+
+---

Old:

  README.SUSE
  gcc4.diff
  suite3270-3.3.12ga13-src.tgz
  x026-1.0.tgz

New:

  suite3270-3.3.14ga11-src.tgz
  x026-1.2.tgz



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.fKz061/_old  2014-09-26 11:21:30.0 +0200
+++ /var/tmp/diff_new_pack.fKz061/_new  2014-09-26 11:21:30.0 +0200
@@ -16,10 +16,22 @@
 #
 
 
-%define appdefdir   %{_datadir}/X11
-
+%define _suffix ga11
+%define _fullname suite3270-%{version}%{_suffix}
+%define _x026ver 1.2
 Name:   x3270
-BuildRequires:  autoconf
+Version:3.3.14
+Release:0
+Summary:A Family of IBM 3270 Terminal Emulators
+License:MIT
+Group:  System/X11/Terminals
+Url:http://x3270.bgp.nu
+Source0:http://download.sourceforge.net/%{name}/%{_fullname}-src.tgz
+Source1:http://download.sourceforge.net/%{name}/x026-%{_x026ver}.tgz
+Patch0: mknod.patch
+Patch100:   usr_local_bin.patch
+Patch102:   x026-offset.diff
+Patch104:   pr3270-memleak.patch
 BuildRequires:  bdftopcf
 BuildRequires:  fdupes
 BuildRequires:  fontpackages-devel
@@ -29,20 +41,6 @@
 BuildRequires:  tcl-devel
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
-Version:3.3.12
-Release:0
-Summary:A Family of IBM 3270 Terminal Emulators
-License:MIT
-Group:  System/X11/Terminals
-Url:http://x3270.bgp.nu
-Source0:suite3270-3.3.12ga13-src.tgz
-Source5:README.SUSE
-Source6:http://x3270.bgp.nu/download/x026-1.0.tgz
-Patch:  mknod.patch
-Patch100:   usr_local_bin.patch
-Patch102:   x026-offset.diff
-Patch104:   pr3270-memleak.patch
-Patch105:   gcc4.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -91,32 +89,27 @@
 # will also hold the common config.cache
 # -q uietly -c reate -name all3270
 # -a fter changing into all3270, expand sources
-%setup -q -c -n all3270 -T -a0 -a6
-%patch
+%setup -q -c -n all3270 -T -a0 -a1
+%patch0
 %patch100
 %patch102
 %patch104
-%patch105
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
+export CFLAGS=%{optflags}
 export LIBX3270DIR=%{_sysconfdir}/x3270
 # the tcl variant
 cd tcl3270-3.3
-autoconf
 %configure \
--cache-file=../config.cache \
-   --with-tcl=%tcl_version \
--enable-ssl
-make LIBX3270DIR=${LIBX3270DIR}
+make %{?_smp_mflags} LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the X variant
 cd x3270-3.3
-# pr3287 is built from the separate source pr3287*.tgz above.
 %configure \
--cache-file=../config.cache \
--enable-app-defaults \
-   --without-pr3287 \
--x-includes=%{_includedir} \
--x-libraries=%{_libdir} \
--with-all-xinstall \
@@ -124,40 +117,37 @@
--enable-ssl
 xmkmf -a
 make depend
-make LIBX3270DIR=${LIBX3270DIR}
+make %{?_smp_mflags} LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the console variant
 cd c3270-3.3
 %configure \
--cache-file=../config.cache \
-   --without-pr3287 \
--enable-ssl
-make LIBX3270DIR=${LIBX3270DIR}
+make %{?_smp_mflags} LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the scripting variant
 cd s3270-3.3
 %configure \
--cache-file=../config.cache \
--enable-ssl
-make LIBX3270DIR=${LIBX3270DIR}
+make %{?_smp_mflags} LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the printer
 cd pr3287-3.3
 %configure \
--cache-file=../config.cache \
--enable-ssl
-make LIBX3270DIR=${LIBX3270DIR}
+make %{?_smp_mflags} LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the IBM 026 keypunch emulator
-cd x026-1.0
+cd x026-%{_x026ver}
 xmkmf
-make x026
+make %{?_smp_mflags}
 cd ..
 
 %install
 export LIBX3270DIR=%{_sysconfdir}/x3270
-# abort on error
-set -e
 # create the default directory structure in the build root
 mkdir --parents %{buildroot}{%{_bindir},%{_mandir}/{man1,man5}}
 # the X 

commit x3270 for openSUSE:Factory

2014-09-22 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2014-09-22 09:21:41

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is x3270

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2014-08-13 
08:48:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2014-09-22 
09:21:42.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep 18 20:36:53 UTC 2014 - sfal...@opensuse.org
+
+- Removed %attr stanza from %files section as it was causing rpmlint
+  failure, and is not neccessary
+- Added fdupes to BuildRequires and to %install section to clear rpmlint
+  warning about duplicate files 
+
+---



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.LXrFBI/_old  2014-09-22 09:21:43.0 +0200
+++ /var/tmp/diff_new_pack.LXrFBI/_new  2014-09-22 09:21:43.0 +0200
@@ -21,6 +21,7 @@
 Name:   x3270
 BuildRequires:  autoconf
 BuildRequires:  bdftopcf
+BuildRequires:  fdupes
 BuildRequires:  fontpackages-devel
 BuildRequires:  freetype2
 BuildRequires:  ncurses-devel
@@ -216,7 +217,8 @@
 cp -pr --parents pr3287-3.3/html %{buildroot}%{_docdir}/%name
 cp -pr --parents s3270-3.3/{Examples,html} %{buildroot}%{_docdir}/%name
 cp -pr --parents tcl3270-3.3/{Examples,html} %{buildroot}%{_docdir}/%name
-
+# create symlinks in documentation
+%fdupes -s %{buildroot}/%{_docdir} 
 %reconfigure_fonts_scriptlets
 
 %files
@@ -257,6 +259,6 @@
 %doc %{_docdir}/%name/tcl3270-3.3/html
 # x026
 %{_bindir}/x026
-%doc %attr(644,root,root) README.SUSE
+%doc README.SUSE
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit x3270 for openSUSE:Factory

2014-08-13 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2014-08-13 08:48:51

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is x3270

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2013-07-24 
15:32:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2014-08-13 
08:48:58.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  4 14:08:34 UTC 2014 - jjo...@suse.com
+
+- Renamed README.SuSE to README.SUSE to comply with file name
+  policy (bnc#888998)
+
+---

Old:

  README.SuSE

New:

  README.SUSE



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.DCshc9/_old  2014-08-13 08:48:59.0 +0200
+++ /var/tmp/diff_new_pack.DCshc9/_new  2014-08-13 08:48:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package x3270
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,7 +35,7 @@
 Group:  System/X11/Terminals
 Url:http://x3270.bgp.nu
 Source0:suite3270-3.3.12ga13-src.tgz
-Source5:README.SuSE
+Source5:README.SUSE
 Source6:http://x3270.bgp.nu/download/x026-1.0.tgz
 Patch:  mknod.patch
 Patch100:   usr_local_bin.patch
@@ -257,6 +257,6 @@
 %doc %{_docdir}/%name/tcl3270-3.3/html
 # x026
 %{_bindir}/x026
-%doc %attr(644,root,root) README.SuSE
+%doc %attr(644,root,root) README.SUSE
 
 %changelog

++ README.SUSE ++
There are a few known open bugs which are listed in
http://x3270.bgp.nu/HotBugs.html: here is an excerpt from that list,
with those bugs removed, that are fixed for SuSE Linux.

Known Bugs in x3270, c3270, s3270, tcl3270 and pr3287 3.2.20

---
Updated 17. February 2003

Bugs Fixed, but not yet in a Patch Release

  There are no known problems.

Outstanding Bugs

  1. Issues with the Idle Command Pop-Up

  The Idle Command Pop-Up has a number of deficiencies:

* The syntax for the Timeout value is not explained -- it is an optional '~'
  prefix to add +/-10% jitter to the time, a number, and a required
  one-letter suffix (s for seconds, m for minutes, h for hours).
* If the timeout syntax is wrong, there is no error pop-up, and the values
  are forgotten.
* The changed values are not saved with the Save Changed Options in File 
menu
  option.

  A (rather large) patch to correct these problems is under development.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit x3270 for openSUSE:Factory

2013-07-24 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2013-07-24 15:32:22

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is x3270

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2013-06-13 
22:48:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2013-07-24 
15:32:24.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 24 08:58:55 UTC 2013 - tchva...@suse.com
+
+- Fix building with new rpm and just use the macros availiable in
+  place of current hardcoded stuff. Passing of arguments to cp in
+  %doc macro seem not to be possible anymore.
+
+---



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.jd6glm/_old  2013-07-24 15:32:24.0 +0200
+++ /var/tmp/diff_new_pack.jd6glm/_new  2013-07-24 15:32:24.0 +0200
@@ -16,21 +16,18 @@
 #
 
 
+%define appdefdir   %{_datadir}/X11
+
 Name:   x3270
 BuildRequires:  autoconf
 BuildRequires:  bdftopcf
 BuildRequires:  fontpackages-devel
-BuildRequires:  ncurses-devel
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-devel
-%defineappdefdir   /usr/share/X11
-%define xbindir /usr/bin
-%define xmandir /usr/share/man
-%define xincludes   /usr/include
-%define xlibraries  /usr/%{_lib}
 BuildRequires:  freetype2
+BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  tcl-devel
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 Version:3.3.12
 Release:0
 Summary:A Family of IBM 3270 Terminal Emulators
@@ -102,15 +99,12 @@
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS
-export LIBX3270DIR=/etc/x3270
+export LIBX3270DIR=%{_sysconfdir}/x3270
 # the tcl variant
 cd tcl3270-3.3
 autoconf
-./configure \
+%configure \
--cache-file=../config.cache \
-   --bindir=%{_bindir} \
-   --prefix=%{_prefix} \
-   --mandir=%{_mandir} \
--with-tcl=%tcl_version \
--enable-ssl
 make LIBX3270DIR=${LIBX3270DIR}
@@ -118,14 +112,12 @@
 # the X variant
 cd x3270-3.3
 # pr3287 is built from the separate source pr3287*.tgz above.
-./configure \
+%configure \
--cache-file=../config.cache \
-   --prefix=%{_prefix} \
--enable-app-defaults \
--without-pr3287 \
-   --x-includes=%{xincludes} \
-   --x-libraries=%{xlibraries} \
-   --mandir=%{xmandir} \
+   --x-includes=%{_includedir} \
+   --x-libraries=%{_libdir} \
--with-all-xinstall \
--with-fontdir=%{_miscfontsdir} \
--enable-ssl
@@ -135,32 +127,23 @@
 cd ..
 # the console variant
 cd c3270-3.3
-./configure \
+%configure \
--cache-file=../config.cache \
-   --bindir=%{_bindir} \
-   --prefix=%{_prefix} \
-   --mandir=%{_mandir} \
--without-pr3287 \
--enable-ssl
 make LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the scripting variant
 cd s3270-3.3
-./configure \
+%configure \
--cache-file=../config.cache \
-   --bindir=%{_bindir} \
-   --prefix=%{_prefix} \
-   --mandir=%{_mandir} \
--enable-ssl
 make LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the printer
 cd pr3287-3.3
-./configure \
+%configure \
--cache-file=../config.cache \
-   --bindir=%{_bindir} \
-   --prefix=%{_prefix} \
-   --mandir=%{_mandir} \
--enable-ssl
 make LIBX3270DIR=${LIBX3270DIR}
 cd ..
@@ -171,106 +154,109 @@
 cd ..
 
 %install
-export LIBX3270DIR=/etc/x3270
+export LIBX3270DIR=%{_sysconfdir}/x3270
 # abort on error
 set -e
-# if RPM_BUILD_ROOT is set, clean it up
-${RPM_BUILD_ROOT:+rm -rf $RPM_BUILD_ROOT}
 # create the default directory structure in the build root
-mkdir --parents $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/{man1,man5}}
+mkdir --parents %{buildroot}{%{_bindir},%{_mandir}/{man1,man5}}
 # the X variant
 cd x3270-3.3
 chmod -x html/Keymap.html
-make DESTDIR=$RPM_BUILD_ROOT LIBX3270DIR=${LIBX3270DIR} install
-make DESTDIR=$RPM_BUILD_ROOT LIBX3270DIR=${LIBX3270DIR} install.man
+make DESTDIR=%{buildroot} LIBX3270DIR=${LIBX3270DIR} install
+make DESTDIR=%{buildroot} LIBX3270DIR=${LIBX3270DIR} install.man
 # make install does a mkfontdir, that creates a fonts.dir we don't
 # want in the package.  remove that:
-rm $RPM_BUILD_ROOT%{_miscfontsdir}/fonts.dir
+rm %{buildroot}%{_miscfontsdir}/fonts.dir
 install -d -m 755 \
-   $RPM_BUILD_ROOT%{appdefdir}/app-defaults
+   %{buildroot}%{appdefdir}/app-defaults
 install -m 644 X3270.xad \
-   $RPM_BUILD_ROOT%{appdefdir}/app-defaults/X3270
+   %{buildroot}%{appdefdir}/app-defaults/X3270
 

commit x3270 for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2013-06-13 22:48:49

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is x3270

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2013-04-02 
13:28:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2013-06-13 
22:48:51.0 +0200
@@ -1,0 +2,32 @@
+Wed Jun 12 19:12:26 UTC 2013 - jjo...@suse.com
+
+- New upstream release, fixes SSL verification problems (bnc#807424)
+  - Changes in version 3.3.12ga13, 2. May 2013
+- [c3270, wc3270] Fixed a start-up crash when the tracing is
+  enabled and the menu bar is disasbled.
+- [all] Added support for the LF (X'25') format control order.
+- [all] Fixed a number of buffer overflow crashes.
+  - Changes in version 3.3.12ga12, 20. March 2013
+- [All] Added logic to verify the name in the host certificate.
+- [All] Pass all SSL-related parameters to the pr3287 session.
+- [x3270] On the *Connect* menu, made the recent host list a
+  pull-right sub-menu, if there is an ibm_hosts file in use.
+- [x3270] The *-trace* option now implies event tracing as well.
+- [x3270] Spaces are now allowed in the file transfer dialog
+  local file name.
+- [all] Corrected issues when invalid Unicode characters are
+  encountered during a file transfer.
+- [x3270, wc3270] Corrected a crash when tracing without a file,
+  when the monitor window was closed.
+- [ws3270] Corrected the behavior of stdin processing, so ws3270
+  is not blocked trying to read stdin most of the time. Also
+  fixed an issue where the scripting prompt would start with *E*
+  when the keyboard was in inhibit mode.
+- [wc3270] Removed a duplicated rule in Msc/Makefile.
+- [all] Changed the CGCSGID for cp930 (Japanese) 0x080b012c
+  (2059, 300) to 0x0172012c (370, 300).
+- [wc3270, c3270] Corrected the behavior of the Menu option in
+  the Session Wizard and the *menuBar* resource, neither of
+  which worked correctly.
+
+---

Old:

  suite3270-3.3.12ga11-src.tgz

New:

  suite3270-3.3.12ga13-src.tgz



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.D4tMuD/_old  2013-06-13 22:48:52.0 +0200
+++ /var/tmp/diff_new_pack.D4tMuD/_new  2013-06-13 22:48:52.0 +0200
@@ -37,7 +37,7 @@
 License:MIT
 Group:  System/X11/Terminals
 Url:http://x3270.bgp.nu
-Source0:suite3270-3.3.12ga11-src.tgz
+Source0:suite3270-3.3.12ga13-src.tgz
 Source5:README.SuSE
 Source6:http://x3270.bgp.nu/download/x026-1.0.tgz
 Patch:  mknod.patch

++ suite3270-3.3.12ga11-src.tgz - suite3270-3.3.12ga13-src.tgz ++
/work/SRC/openSUSE:Factory/x3270/suite3270-3.3.12ga11-src.tgz 
/work/SRC/openSUSE:Factory/.x3270.new/suite3270-3.3.12ga13-src.tgz differ: char 
5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit x3270 for openSUSE:Factory

2013-04-02 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2013-04-02 13:28:49

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is x3270, Maintainer is jjo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2013-02-15 
18:54:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2013-04-02 
13:28:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Mar 28 21:51:24 UTC 2013 - jjo...@suse.com
+
+- Added BuildRequires: bdftopcf for bnc#809972
+
+---



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.j6OO7z/_old  2013-04-02 13:28:51.0 +0200
+++ /var/tmp/diff_new_pack.j6OO7z/_new  2013-04-02 13:28:51.0 +0200
@@ -18,6 +18,7 @@
 
 Name:   x3270
 BuildRequires:  autoconf
+BuildRequires:  bdftopcf
 BuildRequires:  fontpackages-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  xorg-x11

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit x3270 for openSUSE:Factory

2013-02-15 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2013-02-15 18:54:14

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is x3270, Maintainer is jjo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2012-08-07 
08:25:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2013-02-15 
18:54:16.0 +0100
@@ -1,0 +2,15 @@
+Sun Jan 27 16:35:22 UTC 2013 - mkoeg...@auto.tuwien.ac.at
+
+- New upstream release, fixes SSL problems
+  - Changes in version 3.3.12ga11, 23. July 2012
+* [all] Corrected a problem with not sending the TELNET TERMINAL TYPE when 
the TELNET NEW ENVIRONMENT option had been negotiated.
+* [x3270, c3270] Corrected issues with manual page warnings.
+  - Changes in version 3.3.12ga10, 8. July 2012
+* [all] Turned off SSL host cerfication and Added a verifyHostCert 
resource and -verifycert option to enable it.
+* [wc3270] Improved behavior when SSL negotiation fails.
+* [x3270, c3270, wc3270] Changed the 'secure' icon to green when SSL/TLS 
is active and the host is verified, and yellow when SSL/TLS is active but the 
host is unverified.
+* [c3270] Added a defaultFgBg resource and -defaultfgbg option to use the 
terminal's default foreground and background colors in place of the curses 
colors white and black respectively -- if the ncurses library, terminal and 
termcap/terminfo entry support default color. It is automatically set for 
gnome-terminal.
+  - Changes in version 3.3.12beta9, 13. February 2012
+* [all] Added a selfSignedOk resource to allow SSL authentication with 
hosts that use self-signed certificates.
+
+---

Old:

  suite3270-3.3.12ga7-src.tgz

New:

  suite3270-3.3.12ga11-src.tgz



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.xlEYS7/_old  2013-02-15 18:54:17.0 +0100
+++ /var/tmp/diff_new_pack.xlEYS7/_new  2013-02-15 18:54:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package x3270
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,7 +36,7 @@
 License:MIT
 Group:  System/X11/Terminals
 Url:http://x3270.bgp.nu
-Source0:suite3270-3.3.12ga7-src.tgz
+Source0:suite3270-3.3.12ga11-src.tgz
 Source5:README.SuSE
 Source6:http://x3270.bgp.nu/download/x026-1.0.tgz
 Patch:  mknod.patch

++ suite3270-3.3.12ga7-src.tgz - suite3270-3.3.12ga11-src.tgz ++
/work/SRC/openSUSE:Factory/x3270/suite3270-3.3.12ga7-src.tgz 
/work/SRC/openSUSE:Factory/.x3270.new/suite3270-3.3.12ga11-src.tgz differ: char 
5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit x3270 for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2012-08-07 08:25:22

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is x3270, Maintainer is jjo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2011-12-25 
17:42:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2012-08-07 
08:25:24.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 11:30:49 UTC 2012 - pgaj...@suse.com
+
+- prepare spec file for dropping SuSEconfig.fonts (openFATE#313536)
+
+---



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.w8XhXp/_old  2012-08-07 08:25:26.0 +0200
+++ /var/tmp/diff_new_pack.w8XhXp/_new  2012-08-07 08:25:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package x3270
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 Name:   x3270
 BuildRequires:  autoconf
+BuildRequires:  fontpackages-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
-%definefontdir /usr/share/fonts/misc
 %defineappdefdir   /usr/share/X11
 %define xbindir /usr/bin
 %define xmandir /usr/share/man
@@ -126,7 +126,7 @@
--x-libraries=%{xlibraries} \
--mandir=%{xmandir} \
--with-all-xinstall \
-   --with-fontdir=%{fontdir} \
+   --with-fontdir=%{_miscfontsdir} \
--enable-ssl
 xmkmf -a
 make depend
@@ -184,7 +184,7 @@
 make DESTDIR=$RPM_BUILD_ROOT LIBX3270DIR=${LIBX3270DIR} install.man
 # make install does a mkfontdir, that creates a fonts.dir we don't
 # want in the package.  remove that:
-rm $RPM_BUILD_ROOT%{fontdir}/fonts.dir
+rm $RPM_BUILD_ROOT%{_miscfontsdir}/fonts.dir
 install -d -m 755 \
$RPM_BUILD_ROOT%{appdefdir}/app-defaults
 install -m 644 X3270.xad \
@@ -227,11 +227,7 @@
 # set permissions correct
 chmod ugo-x $RPM_BUILD_ROOT/usr/share/man/man{1,5}/*
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %clean
 #${RPM_BUILD_ROOT:+rm -rf $RPM_BUILD_ROOT}
@@ -248,8 +244,8 @@
 # x3270
 %{xbindir}/x3270
 %{appdefdir}/app-defaults/X3270
-%dir %{fontdir}
-%{fontdir}/*
+%dir %{_miscfontsdir}
+%{_miscfontsdir}/*
 %doc %{xmandir}/man1/x3270.1x.gz
 %doc --parents x3270-3.3/Examples
 %doc --parents x3270-3.3/html

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit x3270 for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2011-12-25 17:42:43

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is x3270, Maintainer is jjo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/x3270/x3270.changes  2011-12-21 
10:04:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.x3270.new/x3270.changes 2011-12-25 
17:42:48.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:52:31 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.fp6orV/_old  2011-12-25 17:42:50.0 +0100
+++ /var/tmp/diff_new_pack.fp6orV/_new  2011-12-25 17:42:50.0 +0100
@@ -17,6 +17,7 @@
 
 
 Name:   x3270
+BuildRequires:  autoconf
 BuildRequires:  ncurses-devel
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit x3270 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory checked 
in at 2011-12-06 19:13:33

Comparing /work/SRC/openSUSE:Factory/x3270 (Old)
 and  /work/SRC/openSUSE:Factory/.x3270.new (New)


Package is x3270, Maintainer is jjo...@suse.com

Changes:




Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.p6FOl9/_old  2011-12-06 19:53:23.0 +0100
+++ /var/tmp/diff_new_pack.p6FOl9/_new  2011-12-06 19:53:23.0 +0100
@@ -27,7 +27,7 @@
 %define xincludes   /usr/include
 %define xlibraries  /usr/%{_lib}
 BuildRequires:  freetype2 openssl-devel tcl-devel
-License:MIT License (or similar)
+License:MIT
 Group:  System/X11/Terminals
 AutoReqProv:on
 Version:3.3.12

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit x3270 for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory
checked in at Fri Sep 23 10:36:51 CEST 2011.




--- x3270/x3270.changes 2010-11-08 15:13:15.0 +0100
+++ /mounts/work_src_done/STABLE/x3270/x3270.changes2011-09-15 
12:29:07.0 +0200
@@ -1,0 +2,13 @@
+Thu Sep 15 08:56:05 UTC 2011 - b...@suse.com
+
+- Update to version 3.3.12ga7
+  - lots of bug fixes
+  - for a complete list, see http://x3270.bgp.nu/documentation-relnotes.html
+- remove unneeded patches 
+  - tcl8.4.patch
+  - gcc-322.diff 
+- use combined tar ball from upstream
+- enable SSL feature
+
+
+---

calling whatdependson for head-i586


Old:

  c3270-334p3.tgz
  gcc-322.diff
  pr3287-334.tgz
  s3270-334p3.tgz
  tcl3270-334p3.tgz
  tcl8.4.patch
  x3270-334p4.tgz

New:

  suite3270-3.3.12ga7-src.tgz



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.Zw3WmX/_old  2011-09-23 10:36:44.0 +0200
+++ /var/tmp/diff_new_pack.Zw3WmX/_new  2011-09-23 10:36:44.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package x3270 (Version 3.2.20)
+# spec file for package x3270
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,37 +19,27 @@
 
 
 Name:   x3270
-%if %suse_version  910
 BuildRequires:  ncurses-devel xorg-x11 xorg-x11-devel
-%else
-BuildRequires:  XFree86 XFree86-devel
-%endif
 %definefontdir /usr/share/fonts/misc
 %defineappdefdir   /usr/share/X11
 %define xbindir /usr/bin
 %define xmandir /usr/share/man
 %define xincludes   /usr/include
 %define xlibraries  /usr/%{_lib}
-BuildRequires:  freetype2 tcl-devel
+BuildRequires:  freetype2 openssl-devel tcl-devel
 License:MIT License (or similar)
 Group:  System/X11/Terminals
 AutoReqProv:on
-Version:3.2.20
+Version:3.3.12
 Release:517
 Summary:A Family of IBM 3270 Terminal Emulators
 Url:http://x3270.bgp.nu
-Source0:http://x3270.bgp.nu/download/x3270-334p4.tgz
-Source1:http://x3270.bgp.nu/download/s3270-334p3.tgz
-Source2:http://x3270.bgp.nu/download/tcl3270-334p3.tgz
-Source3:http://x3270.bgp.nu/download/pr3287-334.tgz
-Source4:http://x3270.bgp.nu/download/c3270-334p3.tgz
+Source0:suite3270-3.3.12ga7-src.tgz
 Source5:README.SuSE
 Source6:http://x3270.bgp.nu/download/x026-1.0.tgz
 Patch:  mknod.patch
 Patch100:   usr_local_bin.patch
-Patch101:   tcl8.4.patch
 Patch102:   x026-offset.diff
-Patch103:   gcc-322.diff
 Patch104:   pr3270-memleak.patch
 Patch105:   gcc4.diff
 Group:  System/X11/Terminals
@@ -101,12 +91,10 @@
 # will also hold the common config.cache
 # -q uietly -c reate -name all3270
 # -a fter changing into all3270, expand sources
-%setup -q -c -n all3270 -T -a0 -a1 -a2 -a3 -a4 -a6
+%setup -q -c -n all3270 -T -a0 -a6
 %patch
 %patch100
-%patch101
 %patch102
-%patch103
 %patch104
 %patch105
 
@@ -122,7 +110,8 @@
--bindir=%{_bindir} \
--prefix=%{_prefix} \
--mandir=%{_mandir} \
-   --with-tcl=%tcl_version
+   --with-tcl=%tcl_version \
+   --enable-ssl
 make LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the X variant
@@ -138,7 +127,8 @@
--x-libraries=%{xlibraries} \
--mandir=%{xmandir} \
--with-all-xinstall \
-   --with-fontdir=%{fontdir}
+   --with-fontdir=%{fontdir} \
+   --enable-ssl
 xmkmf -a
 make depend
 make LIBX3270DIR=${LIBX3270DIR}
@@ -151,7 +141,8 @@
--bindir=%{_bindir} \
--prefix=%{_prefix} \
--mandir=%{_mandir} \
-   --without-pr3287
+   --without-pr3287 \
+   --enable-ssl
 make LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the scripting variant
@@ -161,7 +152,8 @@
--cache-file=../config.cache \
--bindir=%{_bindir} \
--prefix=%{_prefix} \
-   --mandir=%{_mandir}
+   --mandir=%{_mandir} \
+   --enable-ssl
 make LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the printer
@@ -171,7 +163,8 @@
--cache-file=../config.cache \
--bindir=%{_bindir} \
--prefix=%{_prefix} \
-   --mandir=%{_mandir}
+   --mandir=%{_mandir} \
+   --enable-ssl
 make LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the IBM 026 keypunch emulator
@@ -190,6 +183,7 @@
 mkdir --parents $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/{man1,man5}}
 # the X variant
 cd x3270-3.3
+chmod -x html/Keymap.html
 make DESTDIR=$RPM_BUILD_ROOT LIBX3270DIR=${LIBX3270DIR} install
 make DESTDIR=$RPM_BUILD_ROOT LIBX3270DIR=${LIBX3270DIR} install.man
 # make install does a