Hello community, here is the log from the commit of package lib3270 for openSUSE:Factory checked in at 2020-11-04 18:27:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lib3270 (Old) and /work/SRC/openSUSE:Factory/.lib3270.new.11331 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lib3270" Wed Nov 4 18:27:07 2020 rev:3 rq:845849 version:5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/lib3270/lib3270.changes 2020-06-10 00:47:17.278767157 +0200 +++ /work/SRC/openSUSE:Factory/.lib3270.new.11331/lib3270.changes 2020-11-04 18:32:08.608180808 +0100 @@ -1,0 +2,40 @@ +Sat Oct 31 14:50:08 UTC 2020 - [email protected] + +- Update to version 5.3+git20201030: + * Fixing SSL connect error messages. + * Updating README.md + * Adding property methods. + * Adding method to get translated cursor position. + * Updating get host and get service methods. + * Allowing extended actions. + * On TN3270-E the model name should be "IBM-3279-4-E" and not "IBM-3279-4" + * Adding new SSL state active when downloading CRL. + * Moving SSL related method to their own include file. + * Removing unused code. + * Adding auto-cleanup macro for windows registry. + * Creating include dir and files based on operating system. + * Fixing charset conversion. + * wait_for_ready should wait for "reconnect" process to complete. + * Fixing popup dialog when connection fails. + * Host connect now respects timeout. + * Fixing keyboard lock status and program messages issues. + * Adding property to enable/disable the CRL download. + * Looking for performance issues in lib3270_wait_for_ready. + * Fixing timers. + * Refactoring timer engine to avoid an abnormal delay when calling wait_for_ready on windows. + * Adding userdata pointer on timer handle. + * Enabling dstrace by testprogram command-line option. + * Refactoring network subsystem for modularity. + * Updating popup handler replacement (required for IPC modules). + * Removing unnecessary callbacks from table. + * Refactoring and centralizing auto-reconnect feature. + * Using standard popup as default for ssl error. + * Adding retry option in the connection failed dialog. + * Refactoring popup engine. + * Removing unused D-Bus references. Updating keytable. + * Setting default keyvalue for PAs. + * Adding PA Key actions on the keytable. + * Clear & Kybdreset were missing in v3270's accelerator dialogs. + * Fixing unexpected hangs on windows version. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lib3270.spec ++++++ --- /var/tmp/diff_new_pack.i2gtax/_old 2020-11-04 18:32:09.040179850 +0100 +++ /var/tmp/diff_new_pack.i2gtax/_new 2020-11-04 18:32:09.044179841 +0100 @@ -1,7 +1,7 @@ # # spec file for package lib3270 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) <2008> <Banco do Brasil S.A.> # # All modifications and additions to the file contributed by third parties @@ -22,6 +22,7 @@ Release: 0 Summary: TN3270 Access library License: LGPL-3.0-only +Group: Development/Libraries/C and C++ URL: https://github.com/PerryWerneck/lib3270 Source: %{name}-%{version}.tar.xz BuildRequires: autoconf >= 2.61 @@ -33,11 +34,11 @@ BuildRequires: gettext-devel BuildRequires: m4 BuildRequires: pkgconfig +BuildRequires: xz BuildRequires: pkgconfig(libcrypto) +BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libssl) BuildRequires: pkgconfig(openssl) -BuildRequires: pkgconfig(libcurl) -BuildRequires: xz %if 0%{?centos_version} # CENTOS Requires gdb for debuginfo @@ -50,11 +51,12 @@ For more details, see https://softwarepublico.gov.br/social/pw3270/ . %define MAJOR_VERSION %(echo %{version} | cut -d. -f1) -%define MINOR_VERSION %(echo %{version} | cut -d. -f2) +%define MINOR_VERSION %(echo %{version} | cut -d. -f2 | cut -d+ -f1) %define _libvrs %{MAJOR_VERSION}_%{MINOR_VERSION} %package -n %{name}-%{_libvrs} Summary: TN3270 Access library +Group: Development/Libraries/C and C++ %description -n %{name}-%{_libvrs} TN3270 access library, originally designed as part of the pw3270 application. @@ -63,6 +65,7 @@ %package devel Summary: TN3270 Access library development files +Group: Development/Libraries/C and C++ Requires: %{name}-%{_libvrs} = %{version} %description devel ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.i2gtax/_old 2020-11-04 18:32:09.076179770 +0100 +++ /var/tmp/diff_new_pack.i2gtax/_new 2020-11-04 18:32:09.076179770 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/PerryWerneck/lib3270.git</param> - <param name="changesrevision">11869908912aee4a26b2b9bf827e5500f76b9c61</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">b1ca87487eff2fa810c569cafe95f141340b6d71</param></service></servicedata> \ No newline at end of file ++++++ lib3270-5.3.tar.xz ++++++ ++++ 18862 lines of diff (skipped)
