Hello community,

here is the log from the commit of package gnome-builder for openSUSE:Factory 
checked in at 2020-04-23 18:26:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-builder (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-builder.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-builder"

Thu Apr 23 18:26:27 2020 rev:48 rq:795190 version:3.36.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes      
2020-02-14 16:30:33.879359679 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new.2738/gnome-builder.changes    
2020-04-23 18:26:29.491634588 +0200
@@ -1,0 +2,60 @@
+Sun Mar  8 20:13:02 UTC 2020 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 3.36.0:
+  + Support alt+left and mouse back button within greeter window.
+  + Improvements to symbol selection and activation in editor frame.
+  + Rust template improvements.
+  + Support for snippets in LSP protocol.
+  + Improvements to Vala language server integration.
+  + Cargo build system improvements.
+  + Updated translations.
+- Drop gnome-builder-plugin-vala-pack Recommends: The sub-package
+  does not exist anymore.
+
+-------------------------------------------------------------------
+Thu Feb 20 10:16:33 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 3.35.91:
+  + Updated list of newcomers projects.
+  + Various i18n improvements for more complete translations.
+  + Many improvements in Language Server Protocol support.
+  + Vala support is now provided from GVls instead of an internal
+    plugin.
+  + Remove RUSTFLAGS overrides from Cargo integration.
+  + Added an update-manager plugin to track flatpak update
+    availability.
+  + Robustness fixes when running on non-local file systems.
+  + Improvements to shortcuts including Glade integration.
+  + Improvements to meson plugins.
+  + A new copyright plugin that can update copyright years in
+    headers.
+  + Detection of CFLAGS and CXXFLAGS environment variables when
+    using Makefile has been fixed.
+  + Jedi improvements.
+  + Go language server is not set to use the upstream "gopls".
+  + Updated translations.
+- Add pkgconfig(libportal) BuildRequires: new dependency.
+- Drop gnome-builder-plugin-vala-pack subpackage and obsolete it
+  from the main package: the plugin is no longer built by default.
+
+-------------------------------------------------------------------
+Wed Feb 12 21:41:13 CET 2020 - dims...@opensuse.org
+
+- Update to version 3.35.3:
+  + Many bug fixes and build system improvements.
+  + Updated URLs for flatpak.
+  + Performance improvement for default sourceview styles.
+  + Ensure access to document portals.
+  + Many improvements to language server protocol support.
+  + VTE is now bundled in flatpak builds.
+  + Single click support for hyperlinks in build terminals.
+  + Improvements to "find other file" for similar file types.
+  + Tweak styling for command bar and search button.
+  + Add close button to search bar.
+  + Podman improvements.
+  + Markdown improvements.
+  + A new stylelint plugin was added.
+- Drop gnome-builder-meson-fixes.patch: fixed upstream.
+- Bump basever to 3.35.
+
+-------------------------------------------------------------------

Old:
----
  gnome-builder-3.34.1.tar.xz
  gnome-builder-meson-fixes.patch

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

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

Other differences:
------------------
++++++ gnome-builder.spec ++++++
--- /var/tmp/diff_new_pack.3TJDQR/_old  2020-04-23 18:26:31.107637683 +0200
+++ /var/tmp/diff_new_pack.3TJDQR/_new  2020-04-23 18:26:31.111637690 +0200
@@ -20,10 +20,10 @@
 %global __requires_exclude typelib\\(Ide\\)
 
 # Update this on every major/minor bump
-%define basever 3.34
+%define basever 3.36
 
 Name:           gnome-builder
-Version:        3.34.1
+Version:        3.36.0
 Release:        0
 Summary:        A toolsmith for GNOME-based applications
 License:        GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-3.0-or-later 
AND LGPL-2.1-or-later AND CC-BY-SA-3.0
@@ -31,15 +31,12 @@
 URL:            https://wiki.gnome.org/Apps/Builder
 Source0:        
https://download.gnome.org/sources/gnome-builder/%{basever}/%{name}-%{version}.tar.xz
 Source99:       %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM gnome-builder-meson-fixes.patch -- Fix build with new 
meson
-Patch0:         gnome-builder-meson-fixes.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc
-BuildRequires:  libvala-devel
 BuildRequires:  llvm-clang-devel >= 3.5
-BuildRequires:  meson >= 0.52.0
+BuildRequires:  meson >= 0.51.2
 BuildRequires:  pkgconfig
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-gobject
@@ -60,6 +57,7 @@
 BuildRequires:  pkgconfig(libgit2-glib-1.0) >= 0.25.0
 BuildRequires:  pkgconfig(libpcre2-posix)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.22.0
+BuildRequires:  pkgconfig(libportal)
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.52.0
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.9.0
 BuildRequires:  pkgconfig(pangoft2) >= 1.38.0
@@ -80,7 +78,6 @@
 Recommends:     flatpak-builder
 Recommends:     gnome-builder-plugin-jedi = %{version}
 Recommends:     gnome-builder-plugin-jhbuild = %{version}
-Recommends:     gnome-builder-plugin-vala-pack = %{version}
 Obsoletes:      gnome-builder-plugin-beautifier < 3.27.4
 Obsoletes:      gnome-builder-plugin-clang < %{version}
 Obsoletes:      gnome-builder-plugin-cmake < %{version}
@@ -94,6 +91,7 @@
 Obsoletes:      gnome-builder-plugin-symbol-tree < %{version}
 Obsoletes:      gnome-builder-plugin-sysmon < %{version}
 Obsoletes:      gnome-builder-plugin-todo < %{version}
+Obsoletes:      gnome-builder-plugin-vala-pack < %{version}
 Obsoletes:      gnome-builder-plugin-xml-pack < %{version}
 
 %description
@@ -132,16 +130,6 @@
 %description plugin-jhbuild
 This package provides the jhbuild plugin for %{name}.
 
-%package plugin-vala-pack
-Summary:        Vala-pack plugin for %{name}
-Group:          Development/Tools/IDE
-Requires:       %{name} = %{version}
-Requires:       vala
-Supplements:    packageand(%{name}:vala)
-
-%description plugin-vala-pack
-This package provides the vala-pack plugin for %{name}.
-
 %lang_package
 
 %prep
@@ -178,32 +166,32 @@
 %{_libdir}/%{name}
 %{_libexecdir}/%{name}-clang
 %{_libexecdir}/%{name}-git
-%{_libexecdir}/%{name}-vala
 # EXCLUDE THE OPTIONAL PLUGINS FROM THE MAIN PACKAGE
 %exclude %{_libdir}/%{name}/plugins/jedi.plugin
 %exclude %{_libdir}/%{name}/plugins/jedi_plugin.py
 %exclude %{_libdir}/%{name}/plugins/jhbuild.plugin
 %exclude %{_libdir}/%{name}/plugins/jhbuild_plugin.py
-%exclude %{_libdir}/%{name}/plugins/vala-pack.plugin
 %{_datadir}/metainfo/org.gnome.Builder.appdata.xml
 %{_datadir}/applications/org.gnome.Builder.desktop
 %{_datadir}/dbus-1/services/org.gnome.Builder.service
 %{_datadir}/%{name}/
-%{_datadir}/glib-2.0/schemas/org.gnome.builder.gschema.xml
-%{_datadir}/glib-2.0/schemas/org.gnome.builder.gnome-code-assistance.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.builder.build.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.builder.clang.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.builder.code-insight.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.gnome-code-assistance.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.builder.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.builder.plugin.gschema.xml
 
%{_datadir}/glib-2.0/schemas/org.gnome.builder.plugins.color_picker_plugin.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.builder.plugins.copyright.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.builder.plugins.eslint.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.builder.plugins.stylelint.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}/glib-2.0/schemas/org.gnome.builder.build.gschema.xml
-%{_datadir}/glib-2.0/schemas/org.gnome.builder.plugin.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.builder.project.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.builder.terminal.gschema.xml
-%{_datadir}/glib-2.0/schemas/org.gnome.builder.clang.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.builder.workbench.gschema.xml
 %dir %{_datadir}/gtksourceview-3.0
 %dir %{_datadir}/gtksourceview-3.0/styles
 %{_datadir}/gtksourceview-3.0/styles/builder-dark.style-scheme.xml
@@ -228,10 +216,6 @@
 %{_libdir}/%{name}/plugins/jhbuild.plugin
 %{_libdir}/%{name}/plugins/jhbuild_plugin.py
 
-%files plugin-vala-pack
-%dir %{_libdir}/%{name}/plugins
-%{_libdir}/%{name}/plugins/vala-pack.plugin
-
 %files lang -f %{name}.lang
 
 %changelog

++++++ gnome-builder-3.34.1.tar.xz -> gnome-builder-3.36.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/gnome-builder/gnome-builder-3.34.1.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-builder.new.2738/gnome-builder-3.36.0.tar.xz 
differ: char 26, line 1


Reply via email to