Hello community,

here is the log from the commit of package libv3270 for openSUSE:Factory 
checked in at 2020-06-10 00:47:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libv3270 (Old)
 and      /work/SRC/openSUSE:Factory/.libv3270.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libv3270"

Wed Jun 10 00:47:13 2020 rev:2 rq:812585 version:5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libv3270/libv3270.changes        2019-11-18 
20:07:53.269668336 +0100
+++ /work/SRC/openSUSE:Factory/.libv3270.new.3606/libv3270.changes      
2020-06-10 00:47:19.082771985 +0200
@@ -1,0 +2,80 @@
+Thu Jun 04 18:30:11 UTC 2020 - [email protected]
+
+- Update to version 5.3:
+  * Signal tables are now static.
+  * Updating README.
+  * Fixing build in newest gcc.
+  * Changing type of the PACKAGE_RELEASE macro to allow non numeric values.
+  * Updating version info.
+  * Adding release info when trace window starts.
+  * Refactoring accelerator engine.
+  * Build instructions for macOS
+  * Refactoring keytable management.
+  * Sets Courier New as default print font for macOS
+  * Change default font for macOS
+  * Add support to macosx
+  * Disabling "apply" button when host & service name are not set on host 
properties widget.
+  * Show host properties when terminal widget is activated without any host 
info.
+  * Refactoring actions.
+  * Adding group on property action (required for screen-model property 
actions).
+  * Fixing security dialog layout on windows.
+  * Implementing copy with center button.
+  * Adding smart copy options.
+  * Fixing toggle actions.
+  * Fixing tooltip for screen paste options.
+  * Implementing configuration for the "paste screen" option.
+  * Implementing clipboard settings dialog.
+  * Adding convenience method for comboboxes.
+  * Implementing cut&paste settings dialog.
+  * Settings dialog should destroy with parent.
+  * Moving property based actions to terminal library.
+  * Adding signal for OIA clicks.
+  * libv3270 now uses his own translation domain.
+  * Fixing v3270 state methods.
+  * Adding PF/PA Actions.
+  * The toggle action now lives in lib3270.
+  * Implementing GActions for v3270 terminal.
+  * Adding print and save actions in a more standard format.
+  * Adding key-file save & load on print operation object. 
+  * Adding signal for keyfile load on terminal widget.
+  * Removing deprecated signals.
+  * Implementing accelerator edit widget.
+  * CG character 0x20 should be blank.
+  * Loading accelerators from keyfile.
+  * Isolating CG translation table.
+  * Fixing CG char 0x00.
+  * Color theme are now standard widget properties. 
+  * Saving color & host-type properties to settings files.
+  * Implementing the "save to keyfile" method.
+  * Improving the "can't paste formatted data" popup dialog. It can be 
disabled now.
+  * Fixing "\n" at the end of text copy.
+  * Adding default action for the "click" on the OIA's security state icon.
+  * Disabling traces when the trace widget is destroyed.
+  * The "trace" widget can now be create/destroyed changing a terminal 
property.
+  * "keep-alive" is a network setting, then, it should be in the connection 
dialog.
+  * Refactoring clipboard methods.
+  * Fixing charset reset issue.
+  * Refactoring configuration dialogs to a more standard and consistent 
behavior.
+  * Adding property for dynamic font space for compatibility with the previous 
version.
+  * Adjustments in the model_number property.
+  * Host select widget is now sensible to connection state.
+  * Changing the default session name from "application name" to "product 
name".
+  * Fix based on comment from OBS request 
https://build.opensuse.org/request/show/736258
+  * Adjusments base of the comments on OBS Request 735904 
(https://build.opensuse.org/request/show/735904)
+  * Fixing as requested on review of 
https://build.opensuse.org/request/show/731972:
+  * Trigerring reconfigure event when terminal size changes.
+  * Moving charset translation to main library.
+  * Getting product name from lib3270 configuration.
+  * Refactoring build process.
+  * Refactoring "paste from file" method.
+  * Refactoring print settings dialog.
+  * Adding popup asking for user intervention when the SSL negotiation fails.
+  * Removing lib3270 log redirection.
+  * Implementing the new smart paste feature.
+  * Refactoring clipboard manager.
+  * Moving selection management methods to protocol library.
+  * Moving terminal definitions to separated include file.
+  * Adding signal when session name changes (required for the HLLAPI plugin 
module).
+  * Updating package to follow naming guidelines.
+
+-------------------------------------------------------------------

Old:
----
  libv3270-5.2.tar.xz

New:
----
  libv3270-5.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libv3270.spec ++++++
--- /var/tmp/diff_new_pack.MfwoaZ/_old  2020-06-10 00:47:19.786773869 +0200
+++ /var/tmp/diff_new_pack.MfwoaZ/_new  2020-06-10 00:47:19.790773880 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           libv3270
-Version:        5.2
+Version:        5.3
 Release:        0
 Summary:        3270 Virtual Terminal for GTK
 License:        LGPL-3.0-only
@@ -32,7 +32,7 @@
 BuildRequires:  gettext-devel
 BuildRequires:  m4
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(lib3270) >= 5.2
+BuildRequires:  pkgconfig(lib3270) >= %{version}
 %if 0%{?centos_version}
 # CENTOS Genmarshal doesn't depend on python!
 BuildRequires:  python
@@ -48,6 +48,7 @@
 %define MAJOR_VERSION %(echo %{version} | cut -d. -f1)
 %define MINOR_VERSION %(echo %{version} | cut -d. -f2)
 %define _libvrs %{MAJOR_VERSION}_%{MINOR_VERSION}
+%define _product %(pkg-config --variable=product_name lib3270)
 
 %package -n %{name}-%{_libvrs}
 Summary:    TN3270 access library
@@ -76,21 +77,22 @@
 %prep
 %setup -q
 NOCONFIGURE=1 ./autogen.sh
-%configure
+%configure --with-release=%{release}
 
 %build
-%make_build
+make all %{?_smp_mflags}
 
 %install
 %make_install
+%find_lang %{name} langfiles
 
-# configure --disable-static has no effect
-rm -f %{buildroot}/%{_libdir}/*.a
-
-%files -n %{name}-%{_libvrs}
+%files -n %{name}-%{_libvrs} -f langfiles
 %license LICENSE
 %doc AUTHORS README.md
 %{_libdir}/%{name}.so.*
+%{_datadir}/%{_product}/colors.conf
+%dir %{_datadir}/%{_product}/remap/
+%{_datadir}/%{_product}/remap/*.xml
 
 %files devel
 %{_datadir}/pw3270/pot/*.pot

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.MfwoaZ/_old  2020-06-10 00:47:19.822773966 +0200
+++ /var/tmp/diff_new_pack.MfwoaZ/_new  2020-06-10 00:47:19.822773966 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/PerryWerneck/libv3270.git</param>
-              <param 
name="changesrevision">31f7875048c78ddeee25ee7dd0cb78c7a16c0944</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">638826f5e140be32bc0ca6019e22ab7d67f93f41</param></service></servicedata>
\ No newline at end of file

++++++ libv3270-5.2.tar.xz -> libv3270-5.3.tar.xz ++++++
++++ 40278 lines of diff (skipped)


Reply via email to