Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libv3270 for openSUSE:Factory checked in at 2022-04-12 21:49:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libv3270 (Old) and /work/SRC/openSUSE:Factory/.libv3270.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libv3270" Tue Apr 12 21:49:59 2022 rev:4 rq:969426 version:5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libv3270/libv3270.changes 2020-11-04 18:32:09.500178830 +0100 +++ /work/SRC/openSUSE:Factory/.libv3270.new.1900/libv3270.changes 2022-04-12 21:50:02.427153542 +0200 @@ -1,0 +2,86 @@ +Thu Apr 07 22:44:11 UTC 2022 - [email protected] + +- Update to version 5.4: + * Fixing lgtm analisys. + * Adding librsvg on modules list. + * Adjustments in translation files. + * Fixing LGTM warnings. + * Using only standard icons in the toolbar. + * Adding jhbuild info and modules. + * Fixing build/install on separated folder. + * Updating build methods. + * Fixing lgtm alerts. + * Adjustments on autogen.sh to allow use from another path. + * Fixing linux package. + * Fixing error reported by LGTM + * Updating lgtm control file. + * Updating lgtm.yml + * Adding macos targets. + * Fixing library name on mac. + * Fixing macos build. + * Moving _fire_copy and _fire_past to static in the action table source. + * Adding required macos sources. + * Fixing Makefile. + * Fixing configure.ac + * Updating autogen for brew + * Fixing url-open on windows platform. + * Fixing auto-open URL and adjustments in the host settings popup dialog. + * Adding font settings dialog action (for classic menu). + * Fixing build. + * Color settings dialog is now an standard action. + * Updating translations. + * Adjustment in the selection and clipboard settings dialog. + * Opening URL myself if no one answers to the open-url signal. + * Adding settings dialog for the 'open-url' attribute. + * Implementing the 'open-url' property. + * Implementing signal 'open-url'. + * Adding icons on host and keyboard dialog actions. + * Updating default accelerators. + * Working on accelerators dialog. + * Adding action for keyboard accelerators dialog. + * Implementing settings popup dialog. + * Changing default accelerator for 'copy-append' back to '<shift><ctrl>C' + * Working on lgtm configuration. + * Adding lgtm configuration file. + * Update README.md + * Fixing program message changes. + * Fixing warnings. + * Updating translation + * Updating cross-compilers install. + * Fixing pt-br translation. + * Small adjustment in popup dialog. + * Fixing warning. + * Updating win32 package. + * Updating trace handler, resetting trace states when trace window closes. + * Persisting trace file name. + * Loading/saving logfile from properties. + * Fixing windows build. + * Fixing url editor. + * Adding method to vinculate dialog with toplevel, preserving the icon. + * Updating translation. + * Refactoring URL input component. + * Refactoring host settings dialog. + * Refactoring hostselect dialog. + * Hide cursor position when offline. + * Improving accelerator error log. + * Fixing 'save-settings' on non realized terminal widget. + * Fixing translation file conflicts. + * Fixing arch build. + * Update README.md + * Visual adjustments. + * Fixing load 'dialog'. + * Adjustments on 'load' dialog. + * Adjustments on 'save' dialog. + * Fixing dialog boxes. + * Visual style adjustments. + * Cross-hair was too white in the selenized theme. + * Styling dialog section. + * Selecting first sensitive page on settings notebook. + * Fixing exit hang. + * Delaying reconnect action. + * Toggle should be the last options to load from key file to avoid triger of autostart without host info. + * Waiting for background tasks before finalize. + * Adjusting description. + * Adding default title bar on dialogs. + +------------------------------------------------------------------- Old: ---- libv3270-5.3.tar.xz New: ---- libv3270-5.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libv3270.spec ++++++ --- /var/tmp/diff_new_pack.KUNjTl/_old 2022-04-12 21:50:03.119145770 +0200 +++ /var/tmp/diff_new_pack.KUNjTl/_new 2022-04-12 21:50:03.123145725 +0200 @@ -1,7 +1,7 @@ # # spec file for package libv3270 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2008 Banco do Brasil S.A. # # All modifications and additions to the file contributed by third parties @@ -18,26 +18,25 @@ Name: libv3270 -Version: 5.3 +Version: 5.4 Release: 0 Summary: 3270 Virtual Terminal for GTK License: LGPL-3.0-only -Group: Development/Languages/C and C++ URL: https://github.com/PerryWerneck/libv3270 +Group: Development/Languages/C and C++ Source: libv3270-%{version}.tar.xz BuildRequires: autoconf >= 2.61 BuildRequires: automake BuildRequires: binutils BuildRequires: coreutils +BuildRequires: libtool BuildRequires: gcc-c++ BuildRequires: gettext-devel BuildRequires: m4 BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(lib3270) >= %{version} -%if 0%{?centos_version} -# CENTOS Genmarshal doesn't depend on python! -BuildRequires: python -%endif +BuildRequires: pkgconfig(lib3270) >= 5.4 + +Suggests: %{name}-config %description @@ -47,13 +46,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} %define _product %(pkg-config --variable=product_name lib3270) %package -n %{name}-%{_libvrs} Summary: TN3270 access library -Group: Development/Languages/C and C++ %description -n %{name}-%{_libvrs} Originally designed as part of the pw3270 application, this library @@ -61,9 +59,18 @@ For more details, see https://softwarepublico.gov.br/social/pw3270/ . +%package config +Summary: Configuration files for the 3270 Virtual Terminal library +BuildArch: noarch +Requires: %{name}-%{_libvrs} = %{version} +Enhances: %{_product} +Conflicts: libv3270-5_3 + +%description config +Originally designed as part of the pw3270 application, this package provides the configuration files required to %{name}. + %package devel Summary: Header files for the 3270 Virtual Terminal library -Group: Development/Languages/C and C++ Requires: %{name}-%{_libvrs} = %{version} %description devel @@ -71,7 +78,6 @@ %package -n glade-catalog-v3270 Summary: Glade catalog for the TN3270 terminal emulator library -Group: Development/Languages/C and C++ Requires: glade %description -n glade-catalog-v3270 @@ -81,22 +87,24 @@ %prep %setup -q 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 %files -n %{name}-%{_libvrs} -f langfiles %license LICENSE %doc AUTHORS README.md %{_libdir}/%{name}.so.* -%{_datadir}/%{_product}/colors.conf + +%files config %dir %{_datadir}/%{_product}/remap/ -%{_datadir}/%{_product}/remap/*.xml +%config %{_datadir}/%{_product}/colors.conf +%config %{_datadir}/%{_product}/remap/*.xml %files devel %{_datadir}/pw3270/pot/*.pot ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.KUNjTl/_old 2022-04-12 21:50:03.155145365 +0200 +++ /var/tmp/diff_new_pack.KUNjTl/_new 2022-04-12 21:50:03.159145321 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/PerryWerneck/libv3270.git</param> - <param name="changesrevision">5ae53d6ce712b9d01dbccc529c92a684f0517706</param></service></servicedata> + <param name="changesrevision">eb20d0c53a1f1ef2eceaf77a06f4673c82f1a0c2</param></service></servicedata> (No newline at EOF) ++++++ libv3270-5.3.tar.xz -> libv3270-5.4.tar.xz ++++++ ++++ 8640 lines of diff (skipped)
