Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lib3270 for openSUSE:Factory checked in at 2022-04-12 21:49:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lib3270 (Old) and /work/SRC/openSUSE:Factory/.lib3270.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lib3270" Tue Apr 12 21:49:57 2022 rev:5 rq:968258 version:5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/lib3270/lib3270.changes 2020-12-08 13:26:05.554776518 +0100 +++ /work/SRC/openSUSE:Factory/.lib3270.new.1900/lib3270.changes 2022-04-12 21:49:59.143190428 +0200 @@ -1,0 +2,106 @@ +Thu Apr 07 22:24:02 UTC 2022 - [email protected] + +- Update to version 5.4+git20220330: + * fix-crl-get-engine.patch removed + * Adding SSL build options to the trace info. + * Update README.md + * Test bundle path before using it. If not found use the value from DATADIR. + * Reverting locale. + * Fixing install. + * Fixing use of a separated build dir. + * Refactoring Makefile to allow a separated build dir. + * Adding notes about jhbuild. + * Updating build system. + * Small updates on Makefile. + * Fixing autogen. + * Testing jhbuild. + * Updating configure.ac + * Fixing libcurl detection in macos (#25) + * Adjustments in autogen.sh + * Allowing build from another folder. + * Updating README. + * Restoring detection of MAC datadir. + * Fixing issues detected on linux test after macos changes (#25) + * Fixing MAC build (#25) + * Fixing libtool on mac brew, updating readme (#25) + * Updating Makefile and configure.ac. + * Using MAC library extension. + * Adding all-macos target required for MAC build #25 + * Adding callback for 'select-word' action. + * Fixing configure.ac + * configure: set gettext version + * ASN1_TIME_diff is no longer available on libcrypt. + * Adding convenience method to get the product name set on ./configure. + * Updating build info. + * Reverting latest changes. + * Adding 'editable' property. + * Fixing windows registry tools. + * Fixing translation. + * Updating translation. + * Adding method to write string to windows registry. + * Updating cross-compiler install script. + * Adjusting ssl messsage. + * Adding nick for toggles, removing 'gtk-' from icons. + * Small fixes on log/trace modules. + * Updating requested revision. + * Updating msys build info. + * Adding userdata on default log. + * Adding userdata on log writer. + * Fixing trace file. + * Working on log/trace files. + * Adding 'tracefile' property (still incomplete). + * Fixing windows build. + * Fixing segfault on 'non-session' log write. + * Adding property to set a session based log file. + * Updating windows package. + * Small adjustments in toggle api. + * Fixing windows build. + * Fixing toggle table. + * Fixing 'default host' option. + * Working on 'hang' when the ssl negotiation fails. + * Debugging possible SSL problem. + * Update README.md + * Fixing popup on connection error. + * Small adjustmente on host type. + * Fixing package build. + * Small adjustments on package and sdk. + * Use environment compiler flags if set + * Reformatting sources with astyle. + * Update README.md + * Fixing deepcode alert. + * Fixing LGTM warning. + * spliting filetransfer set methods. + * Updating 'popup-an-errno' dialog. + * Adding utility functions. + * Refactoring file transfer module. + * Adjustments on file-transfer object. + * Adding dummy send/receive methods. + * Setting 'alt-f1' as default for action 'clear' + * Update README.md + * Fixing LGTM warnings. + * Fixing build. + * Updating control files. + * Fixing locale file conflicts. + * Fixing some autoheader warnings. + * Updating readme, fixing arch build. + * Update README.md + * Removing git checkout as required. + * Adding license badge. + * Fixing lgtm.com warning. + * Fixing CRL download. + * Bit field saved_rev_wraparound_mode of type int should have explicitly unsigned integral, explicitly signed integral, or enumeration type. + * Debugging auto-reconnect. + * Logging invalid callback table. + * Allowing customized reconnect method. + * Adding background task counter. + * Fix escaped url. + * Fixes from lgtm.com + * Enabling get peer and name methods required for custom audit plugin. + * Updating translation. + * Removing unused code + * Cleaning up unused code. + * Updating to version 5.4 + * Updating package control files. + * Updating service file + +------------------------------------------------------------------- Old: ---- fix-crl-get-engine.patch lib3270-5.3.tar.xz New: ---- lib3270-5.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lib3270.spec ++++++ --- /var/tmp/diff_new_pack.eZooCA/_old 2022-04-12 21:49:59.759183509 +0200 +++ /var/tmp/diff_new_pack.eZooCA/_new 2022-04-12 21:49:59.763183464 +0200 @@ -1,7 +1,7 @@ # # spec file for package lib3270 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) <2008> <Banco do Brasil S.A.> # # All modifications and additions to the file contributed by third parties @@ -18,14 +18,13 @@ Name: lib3270 -Version: 5.3 +Version: 5.4 Release: 0 Summary: TN3270 Access library -License: LGPL-3.0-only Group: Development/Libraries/C and C++ +License: LGPL-3.0-only URL: https://github.com/PerryWerneck/lib3270 Source: %{name}-%{version}.tar.xz -Patch0: fix-crl-get-engine.patch BuildRequires: autoconf >= 2.61 BuildRequires: automake BuildRequires: binutils @@ -33,13 +32,12 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gettext-devel +BuildRequires: libtool BuildRequires: m4 BuildRequires: pkgconfig BuildRequires: xz -BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libssl) -BuildRequires: pkgconfig(openssl) %if 0%{?centos_version} # CENTOS Requires gdb for debuginfo @@ -66,24 +64,23 @@ %package devel Summary: TN3270 Access library development files -Group: Development/Libraries/C and C++ Requires: %{name}-%{_libvrs} = %{version} +Group: Development/Libraries/C and C++ %description devel Header files for the TN3270 access library. %prep %setup -q -%patch0 -p1 NOCONFIGURE=1 ./autogen.sh -%configure --with-release=%{release} +%configure --with-release=%{release} --disable-static %build make all %{?_smp_mflags} %install %make_install -%find_lang %{name} langfiles +%find_lang %{name}-%{MAJOR_VERSION}.%{MINOR_VERSION} langfiles %fdupes %{buildroot}/%{_prefix} ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.eZooCA/_old 2022-04-12 21:49:59.795183105 +0200 +++ /var/tmp/diff_new_pack.eZooCA/_new 2022-04-12 21:49:59.795183105 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/PerryWerneck/lib3270.git</param> - <param name="changesrevision">b1ca87487eff2fa810c569cafe95f141340b6d71</param></service></servicedata> + <param name="changesrevision">7ddc463fb5eb84b1de3c2982123379ec860a33f5</param></service></servicedata> (No newline at EOF) ++++++ lib3270-5.3.tar.xz -> lib3270-5.4.tar.xz ++++++ ++++ 39294 lines of diff (skipped)
