Hello community,

here is the log from the commit of package gambas3 for openSUSE:Factory checked 
in at 2019-09-26 20:40:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gambas3 (Old)
 and      /work/SRC/openSUSE:Factory/.gambas3.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gambas3"

Thu Sep 26 20:40:20 2019 rev:16 rq:733047 version:3.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gambas3/gambas3.changes  2019-04-12 
09:16:12.857743504 +0200
+++ /work/SRC/openSUSE:Factory/.gambas3.new.2352/gambas3.changes        
2019-09-26 20:40:30.586658601 +0200
@@ -1,0 +2,48 @@
+Mon Sep 23 16:33:02 UTC 2019 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Update to 3.14.0:
+  * Add dark theme versions of component chooser icons (checked,
+    partially checked, locked).
+  * Fix XmlExplorer constructor declaration.
+  * Handle the new error hook.
+  * Don't leak control reference when raising an error from a
+    click event handler.
+  * Uncatched errors raised from an event handler can be ignored
+    now.
+  * Update Gambas 16 fonts.
+  * Always specify the direction of input method arguments in
+    introspection, otherwise the 'qdbusviewer' tool does not work.
+  * Add a bookmark on the current project in all directory and
+    file choosers.
+  * Bookmarks is a new static class that allows to define global
+    bookmarks for all FileChooser and DirChooser controls.
+  * Fix again the management of the new new PROPERTY...
+  * Take column in compiler warning messages into account.
+  * Fix again some crash when using the new PROPERTY
+  * Fix crash when using the new PROPERTY ...
+  * Error.Clear() now clears the error flag returned by the ERROR
+    function.
+  * Remove a debugging message.
+  * Take newlines, tabs, and backticks into account when
+    analyzing a table schema.
+  * Fix the declaration of static properties using USE.
+  * Automatic completion: Don't crash when displaying the
+    signature of '_new'.
+  * Fix menu proxy management that could crash combo-box popups.
+  * Add a bold version of the 16 pt Gambas font.
+  * Fix some memory leaks in font management.
+  * [GB.DB] NEW: Add a driver API that handles debugging
+    messages. NEW: Print the current date/time before any debugging
+    message.
+  * Add a 16 point size version of the medium Gambas font.
+  * Menu editor: Double-clicking on a menu entry now
+    automatically closes the menu editor to open the Click event
+    handler of that menu.
+  * Update component version.
+  * Component version is now taken from the VERSION file.
+  * Some minus signs reformatting.
+  * Project tree: 'Open in folder' menu entry is now visible on
+    file items, not just directories.
+  * ...
+
+-------------------------------------------------------------------

Old:
----
  gambas-3.13.0.tar.bz2

New:
----
  gambas-3.14.0.tar.bz2

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

Other differences:
------------------
++++++ gambas3.spec ++++++
--- /var/tmp/diff_new_pack.l1l7BJ/_old  2019-09-26 20:40:31.274656763 +0200
+++ /var/tmp/diff_new_pack.l1l7BJ/_new  2019-09-26 20:40:31.274656763 +0200
@@ -37,7 +37,7 @@
 %endif
 %endif
 Name:           gambas3
-Version:        3.13.0
+Version:        3.14.0
 Release:        0
 Summary:        BASIC interpreter under Linux
 License:        GPL-2.0-or-later
@@ -175,6 +175,7 @@
 Requires:       %{name}-gb-form-dialog = %{version}
 Requires:       %{name}-gb-form-editor = %{version}
 Requires:       %{name}-gb-form-mdi = %{version}
+Requires:       %{name}-gb-form-print = %{version}
 Requires:       %{name}-gb-form-stock = %{version}
 Requires:       %{name}-gb-image = %{version}
 Requires:       %{name}-gb-image-effect = %{version}
@@ -552,6 +553,16 @@
 %description gb-form-mdi
 This component implements the new Workspace control.
 
+%package gb-form-print
+Summary:        Printer class for Gambas
+Group:          Development/Tools/IDE
+Requires:       %{name}-gb-form = %{version}
+Requires:       %{name}-runtime = %{version}
+
+%description gb-form-print
+This component extends the Printer class with a generic preview and print
+dialog.
+
 %package gb-form-stock
 Summary:        Stock icon support for Gambas
 Group:          Development/Tools/IDE
@@ -1470,6 +1481,11 @@
 %{_datadir}/%{name}/control/gb.form.mdi/
 %{_datadir}/%{name}/info/gb.form.mdi.list
 
+%files gb-form-print
+%defattr(-,root,root)
+%{_libdir}/%{name}/gb.form.print.*
+%{_datadir}/%{name}/info/gb.form.print.*
+
 %files gb-form-stock
 %defattr(-,root,root)
 %{_libdir}/%{name}/gb.form.stock.component

++++++ gambas-3.13.0.tar.bz2 -> gambas-3.14.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/gambas3/gambas-3.13.0.tar.bz2 
/work/SRC/openSUSE:Factory/.gambas3.new.2352/gambas-3.14.0.tar.bz2 differ: char 
11, line 1


Reply via email to