Hello community,

here is the log from the commit of package gnome-builder for openSUSE:Factory 
checked in at 2015-10-06 16:15:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-builder (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-builder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-builder"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes      
2015-05-22 16:36:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder.changes 
2015-10-06 16:15:26.000000000 +0200
@@ -1,0 +2,63 @@
+Mon Sep 21 06:31:09 UTC 2015 - [email protected]
+
+- Update to version 3.18.0:
+  + Buffer:
+    - release symbol resolver aggressively.
+    - disable device manager/mingw plugins by default.
+  + Cindent: ensure we don't loop forever looking for context.
+  + Counters:
+    - add vsdo fallback on linux and no rdtscp instruction.
+    - mask CPU bits from rdtscp instruction on x86_64.
+  + Editor:
+    - release underlying document aggressively to prevent leaks.
+    - <shift>k in vim mode to request documentation.
+    - add simple goto line popover, activate with ctr+i in gedit
+      mode.
+    - fix crash upon DnD to editor.
+  + Keybindings: use ctrl+alt+o for global search in gedit mode.
+  + Map-bin: ignore size adjustment when floating bar is not used.
+  + Plugins: show plugin greyed out if it is disabled.
+  + Search:
+    - disable progress bar in search results.
+    - fix popover bug when clearing search text.
+    - make the search entry more forgiving to smaller sizes.
+    - show more search results by default.
+  + Symbol-tree: fix cache timeout to use milliseconds.
+  + Theme: fix styling of view controls in stack header.
+  + View-stack: allow focusing the view stack by clicking on the
+    header.
+
+-------------------------------------------------------------------
+Thu Sep 17 06:02:01 UTC 2015 - [email protected]
+
+- Update to version 3.17.92:
+  + Progress on implementing UI designs.
+  + A new shortcuts dialog to help you discover features.
+  + A new plugin engine powered by Libpeas. Currently, only in-tree
+    plugins are supported. Plugins can be written in C or Python3.
+  + A new workspace layout with panels which can be extended by
+    plugins.
+  + Completion with support for GObject Introspection for Python3
+    using Jedi.
+  + Progress on device manager and CPU graphs.
+  + Symbol tree is now shown in a panel which reduces widget
+    overhead.
+  + Loading of previous buffers is faster.
+  + Read-only snippets viewer has been added to preferences.
+  + Read-only plugin viewer in preferences.
+  + Build systems can now be implemented as plugins.
+  + Support for Terminals using VTE.
+  + Editor overview map has been moved into GtkSourceView.
+  + Smart backspace has been moved into GtkSourceView.
+  + Builder gained printer support.
+  + Updated translations.
+- Add explicit pkgconfig(gtk+-3.0) BuildRequires.
+- Drop pkgconfig(libdevhelp-3.0) BuildRequires: no longer needed.
+- Add pkgconfig(libpeas-1.0) BuildRequires: new dependency.
+- Replace desktop-file-utils BuildRequires with
+  update-desktop-files in order to have suse_update_desktop_files
+  available.
+- use suse_update_desktop_files to add Builder.desktop to the
+  category IDE.
+
+-------------------------------------------------------------------

Old:
----
  gnome-builder-3.16.3.tar.xz

New:
----
  gnome-builder-3.18.0.tar.xz

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

Other differences:
------------------
++++++ gnome-builder.spec ++++++
--- /var/tmp/diff_new_pack.4IFzm8/_old  2015-10-06 16:15:27.000000000 +0200
+++ /var/tmp/diff_new_pack.4IFzm8/_new  2015-10-06 16:15:27.000000000 +0200
@@ -17,25 +17,26 @@
 
 
 Name:           gnome-builder
-Version:        3.16.3
+Version:        3.18.0
 Release:        0
 Summary:        GNOME Builder - IDE
 License:        GPL-3.0+ and GPL-2.0+ and LGPL-3.0+ and LGPL-2.1+ and MIT and 
CC-BY-SA-3.0 and CC0-1.0
 Group:          Development/IDE
 Url:            https://wiki.gnome.org/Apps/Builder
-Source:         
http://download.gnome.org/sources/gnome-builder/3.16/%{name}-%{version}.tar.xz
-BuildRequires:  desktop-file-utils
+Source:         
http://download.gnome.org/sources/gnome-builder/3.18/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  intltool >= 0.50.0
 BuildRequires:  llvm-clang-devel
 BuildRequires:  python3-devel
-BuildRequires:  pkgconfig(gio-2.0) >= 2.44.0
-BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.44.0
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gio-2.0) >= 2.45.8
+BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.45.8
 BuildRequires:  pkgconfig(gjs-1.0) >= 1.42.0
 BuildRequires:  pkgconfig(gjs-internals-1.0) >= 1.42.0
-BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.16.0
-BuildRequires:  pkgconfig(libdevhelp-3.0) >= 3.15.92
-BuildRequires:  pkgconfig(libgit2-glib-1.0) >= 0.0.24
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.17.8
+BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.17.7
+BuildRequires:  pkgconfig(libgit2-glib-1.0) >= 0.23.4
+BuildRequires:  pkgconfig(libpeas-1.0) >= 1.14.1
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -54,6 +55,7 @@
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+%suse_update_desktop_file org.gnome.Builder IDE
 # We package those files using regular %%doc method
 rm -rf %{buildroot}%{_datadir}/doc/
 %find_lang %{name}
@@ -77,12 +79,15 @@
 %{_datadir}/appdata/org.gnome.Builder.appdata.xml
 %{_datadir}/applications/org.gnome.Builder.desktop
 %{_datadir}/dbus-1/services/org.gnome.Builder.service
+%{_datadir}/gir-1.0/Builder-1.0.gir
 %{_datadir}/gir-1.0/Ide-1.0.gir
 %{_datadir}/glib-2.0/schemas/org.gnome.builder.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.builder.editor.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.builder.editor.language.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.builder.extension-type.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.builder.code-insight.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.builder.project-tree.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.builder.workbench.gschema.xml
 %{_datadir}/gtk-doc/html/libide/
 %{_datadir}/gtksourceview-3.0/styles/builder-dark.xml
 %{_datadir}/gtksourceview-3.0/styles/builder.xml

++++++ gnome-builder-3.16.3.tar.xz -> gnome-builder-3.18.0.tar.xz ++++++
++++ 308940 lines of diff (skipped)


Reply via email to