Hello community,

here is the log from the commit of package gnome-builder for openSUSE:Factory 
checked in at 2015-10-30 13:43:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-06 16:15:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder.changes 
2015-10-30 13:43:27.000000000 +0100
@@ -1,0 +2,40 @@
+Thu Oct 15 18:59:36 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.1:
+  + Initial support for Vala. Until we move this out of process, we
+    do expect that things are a bit leaky. This plugin is written
+    in Vala and requires libvala-0.30. It supports autocompletion,
+    as-you-type error highlighting, a symbol tree, and jump to
+    definition. We would love for the vala community continue
+    helping make this plugin great.
+  + You can now write plugins in Vala. *.vapi are generated for
+    libide-1.0 and gnome-builder-1.0.
+  + Autocompletion, in most scenarios, will be much faster.
+  + Most autocompletion engines now support fuzzy completion. This
+    means that "gtkwidshow" will match "gtk_widget_show".
+  + A few crashers were fixed.
+  + --enable-*-plugin now works correctly.
+  + Content type loading was fixed so that Makefile.am are no longer
+    opened by totem.
+  + Python jedi completion has been improved.
+  + Fix some coverity warnings.
+  + A new button has been added to the editor to jump to the next
+    warning or error.
+  + The C indenter is a bit more friendly to alternate coding styles.
+  + Reindent line support has landed (tab in emacs, == in vim,
+    ctrl+alt+i as default).
+  + A new font for the overview map has been enabled. It is called
+    BuilderBlocks and is a generic block font based on Tofu.
+  + The ctags plugin can now defer tags generation to automakes
+    `make ctags`.
+  + You can now draw marks for spaces, tabs, newlines, non-breaking
+    whitespace, trailing and leading spaces.
+  + Improvements to the search workflow.
+  + Various vim and emacs compatability and stability improvements.
+  + Jedi completion proposals now show the correct word and lower
+    probability of functions that start with __.
+  + Symbol tree panel stability improvements.
+  + Updated translations.
+- Add pkgconfig(vapigen) BuildRequires: Build the new vala support.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gnome-builder.spec ++++++
--- /var/tmp/diff_new_pack.dqJI2X/_old  2015-10-30 13:43:28.000000000 +0100
+++ /var/tmp/diff_new_pack.dqJI2X/_new  2015-10-30 13:43:28.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-builder
-Version:        3.18.0
+Version:        3.18.1
 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
@@ -38,7 +38,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
-
+BuildRequires:  pkgconfig(vapigen) >= 0.30.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -79,8 +79,13 @@
 %{_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
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/fonts
+%{_datadir}/%{name}/fonts/BuilderBlocks.ttf
+%dir %{_datadir}/%{name}/gir-1.0
+%{_datadir}/%{name}/gir-1.0/Builder-1.0.gir
+%{_datadir}/%{name}/gir-1.0/Egg-1.0.gir
+%{_datadir}/%{name}/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
@@ -93,6 +98,13 @@
 %{_datadir}/gtksourceview-3.0/styles/builder.xml
 %{_datadir}/icons/hicolor/
 %{_libdir}/pkgconfig/libide-1.0.pc
+%dir %{_datadir}/%{name}/vapi
+%{_datadir}/%{name}/vapi/egg-private.deps
+%{_datadir}/%{name}/vapi/egg-private.vapi
+%{_datadir}/%{name}/vapi/gnome-builder-1.0.deps
+%{_datadir}/%{name}/vapi/gnome-builder-1.0.vapi
+%{_datadir}/%{name}/vapi/libide-1.0.deps
+%{_datadir}/%{name}/vapi/libide-1.0.vapi
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++++++ gnome-builder-3.18.0.tar.xz -> gnome-builder-3.18.1.tar.xz ++++++
++++ 83031 lines of diff (skipped)


Reply via email to