Hello community, here is the log from the commit of package gnome-builder for openSUSE:Factory checked in at 2017-10-13 14:04:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-builder (Old) and /work/SRC/openSUSE:Factory/.gnome-builder.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-builder" Fri Oct 13 14:04:33 2017 rev:23 rq:532849 version:3.26.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes 2017-09-13 21:53:59.530486424 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder.changes 2017-10-13 14:04:35.430562694 +0200 @@ -1,0 +2,64 @@ +Sun Oct 8 09:24:30 UTC 2017 - [email protected] + +- Remove filler wording from description. + +------------------------------------------------------------------- +Wed Oct 4 22:59:52 UTC 2017 - [email protected] + +- Update to version 3.26.1: + + Fixes: + - When using the XML editing extensions. + - Error propragation when loading git repositories. + - Home and End keys when in Vim normal mode. + - Various bugs in debugger. + - For various keyboard shortcut activation. + - The python indenter when using compose keys with e or f. + - (Re)selection of text when entering the search bar. This had + the side effect of it appearing that your search term was + silently being dropped after a few characters were typed. + - A leak of editor views which was caused by Python lambda's in + the html-preview plugin. + + Improvements: + - To Vim chords y$, yfX, de, db, and dw. + - When pasting from external clipboard content. + + Additions: + - Flathub repo to list of known Flatpak runtime sources, which + allows building against an org.kde.Sdk. + - A new condensed "omni gutter" to reduce the width of the + gutter in languages that support debugging. + + Builder: + - Now bundles uncrustify when built from Flatpak. + - No longer includes tracing in stable flatpak build. + - Builder will avoid showing the greeter when loading a project + using the `gnome-builder -p project_file` command line + argument. This speeds up direct loading of a project by about + half. + - Builder will attempt to use "gio trash" on the host when + running. + + The vsplit vim command now accepts a filename to open. + + Use GNotification instead of manual D-Bus RPCs. + + Significantly reduce chatter when notifying about builds. + + Unsaved file buffers now use atomic renames when interacting + with code diagnostic engines. + + The editor attempts to avoid propagating resize events to the + root window, which should help speed up the editor a fair + amount. + + Preferences loading has been delayed until project load time. + This helps reduce application startup time. + + The cursor now properly returns to the editor when leaving the + global search entry. + + The Fpaste plugin was removed as upstream API is changed too + drastically to keep this plugin working. + + Icons are now properly displayed in the document popover menu. + + Tweaks to various UI CSS styling. + + The debugger and profiler plugins now try harder to locate + sources through .Debug or .Sdk flatpak runtimes when libraries + missing debug symbols are encountered. + + Preferences now properly release their addins on destruction. + + The workbench was leaking addins on shutdown. They are now + properly released, and the window is hidden before releasing + addins to avoid showing widgets as they are destroyed. + + Updated translations. +- Drop Fpaste plugin sub-package: Removed upstream. + +------------------------------------------------------------------- Old: ---- gnome-builder-3.26.0.tar.xz New: ---- gnome-builder-3.26.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-builder.spec ++++++ --- /var/tmp/diff_new_pack.zE8GTT/_old 2017-10-13 14:04:36.138531560 +0200 +++ /var/tmp/diff_new_pack.zE8GTT/_new 2017-10-13 14:04:36.138531560 +0200 @@ -17,13 +17,13 @@ Name: gnome-builder -Version: 3.26.0 +Version: 3.26.1 Release: 0 -Summary: GNOME Builder - IDE +Summary: A toolsmith for GNOME-based applications License: GPL-3.0+ AND GPL-2.0+ AND LGPL-3.0+ AND LGPL-2.1+ AND CC-BY-SA-3.0 Group: Development/Tools/Other Url: https://wiki.gnome.org/Apps/Builder -Source: http://download.gnome.org/sources/gnome-builder/3.26/%{name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/gnome-builder/3.26/%{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc BuildRequires: bison BuildRequires: flex @@ -45,7 +45,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.21.6 BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.21.2 BuildRequires: pkgconfig(json-glib-1.0) -BuildRequires: pkgconfig(jsonrpc-glib-1.0) >= 3.25.92 +BuildRequires: pkgconfig(jsonrpc-glib-1.0) >= 3.26.1 BuildRequires: pkgconfig(libdazzle-1.0) >= 3.25.92 BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.25.1 BuildRequires: pkgconfig(libgit2-glib-1.0) >= 0.23.7 @@ -69,7 +69,6 @@ Recommends: gnome-builder-plugin-cmake = %{version} Recommends: gnome-builder-plugin-ctags = %{version} Recommends: gnome-builder-plugin-devhelp = %{version} -Recommends: gnome-builder-plugin-fpaste = %{version} Recommends: gnome-builder-plugin-gettext = %{version} Recommends: gnome-builder-plugin-gnome-code-assistance = %{version} Recommends: gnome-builder-plugin-html-completion = %{version} @@ -86,7 +85,8 @@ %endif %description -Builder is a new IDE for GNOME that is focused on bringing the power of our platform to more developers than ever before. +Builder is an IDE for GNOME and a tool to help writing GNOME-based +applications. #========================================================== %package plugin-beautifier @@ -175,24 +175,6 @@ #========================================================== #========================================================== -%package plugin-fpaste -Summary: Fpaste plugin for %{name} -Group: Development/Tools/IDE -Requires: %{name} = %{version} - -%description plugin-fpaste -This package provides the fpaste plugin for %{name} that allows one to paste selected code to Fedora Paste. - -%files plugin-fpaste -%defattr(-,root,root) -%dir %{_libdir}/%{name}/plugins -%{_libdir}/%{name}/plugins/fpaste.plugin -%dir %{_libdir}/%{name}/plugins/fpaste_plugin -%dir %{_datadir}/%{name}/plugins/fpaste_plugin -%{_datadir}/%{name}/plugins/fpaste_plugin/ -#========================================================== - -#========================================================== %package plugin-gettext Summary: Gettext plugin for %{name} Group: Development/Tools/IDE @@ -420,9 +402,6 @@ %exclude %{_libdir}/%{name}/plugins/libctags-plugin.so %exclude %{_libdir}/%{name}/plugins/devhelp.plugin %exclude %{_libdir}/%{name}/plugins/libdevhelp-plugin.so -%exclude %{_libdir}/%{name}/plugins/fpaste.plugin -%exclude %{_libdir}/%{name}/plugins/fpaste_plugin -%exclude %{_datadir}/%{name}/plugins/fpaste_plugin %exclude %{_libdir}/%{name}/plugins/gettext.plugin %exclude %{_libdir}/%{name}/plugins/libgettext-plugin.so %exclude %{_libdir}/%{name}/plugins/gnome-code-assistance.plugin ++++++ gnome-builder-3.26.0.tar.xz -> gnome-builder-3.26.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder-3.26.0.tar.xz /work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder-3.26.1.tar.xz differ: char 26, line 1
