Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-builder for openSUSE:Factory checked in at 2022-03-23 20:17:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-builder (Old) and /work/SRC/openSUSE:Factory/.gnome-builder.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-builder" Wed Mar 23 20:17:27 2022 rev:58 rq:963575 version:42.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes 2021-12-13 20:51:36.128681203 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-builder.new.25692/gnome-builder.changes 2022-03-23 20:19:12.858491136 +0100 @@ -1,0 +2,113 @@ +Sat Mar 19 05:21:04 UTC 2022 - Luciano Santos <[email protected]> + +- Update to version 42.0: + + Updated C++ and Vala templates. + + Only enable Vala search provider if Vala is supported language + by the projects build system to avoid spawning LSP. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 8 10:49:57 UTC 2022 - Bj??rn Lie <[email protected]> + +- Update to version 42.rc1: + + Template updates for JavaScript, Python, C, and Vala + + Updates for Vala and Intelephense language servers. + + CMake integration improvements. + + Additional license options for templates. + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 25 10:25:45 UTC 2022 - Dominique Leuenberger <[email protected]> + +- Ignore RPM deps for %{_libdir}gnome-builder/plugins: those + plugins are all there to assist the user writing his code. The + deps are mostly relevant for the programs written using builder, + but not for builder itself. + +------------------------------------------------------------------- +Wed Feb 23 18:39:37 UTC 2022 - Bj??rn Lie <[email protected]> + +- Update to version 42.beta1: + + Support for dark style preference + + Enable proc-macro with rust-analzyer + + Project template updates + + Improvements to podman integration + + Fix a number of crashes + + Use libhandy for window styling to match other GNOME + applications + + Fullscreen has been temporarily removed until the GTK 4 port to + allow for easier transition to libhandy + + Updates to syntax highlighting schemes + + Addition of IdeDiagnosticTool to simplify plugin creation + + Adwaita is now the default style scheme + + The gutter will now try to use colors from style scheme for + difffs + + Build system modernization + + Robustness fixes to terminal + + Fixes for header include completion + + gtk4 validation with RNG + + Clang improvements when using podman + + CMake integration fixes + + Updated icons + + VIM emulation fixes + + Updated translations. +- Add pkgconfig(libhandy-1) BuildRequires: New dependency. +- Drop e2b369ec056ff43701803c5e5185fa2ac391d238.patch: Fixed + upstream. + +------------------------------------------------------------------- +Mon Feb 21 10:35:45 UTC 2022 - Bj??rn Lie <[email protected]> + +- Add upstream build fix patch: + + e2b369ec056ff43701803c5e5185fa2ac391d238.patch: doc: Correct + fragment in doc comment. Otherwise gi-docgen will fail the + build. + +------------------------------------------------------------------- +Sat Jan 8 18:26:02 UTC 2022 - Bj??rn Lie <[email protected]> + +- Update to version 42.alpha1: + + Use updated libportal release + + Add buildstream plugin + + Support for "base runtimes" in flatpak manifests + + Use GtkScrolledWindow with terminals + + Allow specifying min-length for quick-highlight plugin + + Fixes to allow for external addons with Flatpak + + rubucop support + + Parse languages from meson.build more correctly + + CSS, Font, and syntax styling improvements + + An experimental clangd plugin, which distributions should not + enable by default as it consumes significantly more memory than + Builder's integrated clang support + + Search result ordering fixes + + Modernized mono template + + Clang-format integration + + Improved SDK download integration with Flatpak + + Make application-ids more restrictive when creating projects + + Avoid opening known GTK 4 templates with Glade + + Fix unloading of some pipeline addins + + Work around IBus breakage in how it stole our keybindings + + Allow markdown in diagnostics as used by some LSPs, notably + rust-analyzer + + Improved path detection with SDKs and extensions + + Markdown styling improvements + + A new LspService object has been added for plugins who need + simple integration with language servers, vastly simplifying + work necessary by plugins integrating language servers. + + Fixes to wordexp() usage when calculating long/short-form paths + + CSS plugin now knows about additional CSS property names + + Many LSP integration points with newer specifications have been + added + + You can now set run-options in build preferences + + Additional snippets have been added + + Support for integrating with intelephense language server + + Support for integrating with Blueprint language server and + syntax + + Updated translations +- Drop 59be97f21e592a7b8e94128c368a87ca16cb2881.patch: Fixed + upstream. +- Replace pkgconfig(libportal) with pkgconfig(libportal-gtk3) + BuildRequires, following upstream changes. +- Bump basever define to 42, following upstream changes. + +------------------------------------------------------------------- Old: ---- 59be97f21e592a7b8e94128c368a87ca16cb2881.patch gnome-builder-41.3.tar.xz New: ---- gnome-builder-42.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-builder.spec ++++++ --- /var/tmp/diff_new_pack.xhwVxw/_old 2022-03-23 20:19:13.470491482 +0100 +++ /var/tmp/diff_new_pack.xhwVxw/_new 2022-03-23 20:19:13.474491484 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-builder # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,26 +18,25 @@ # FIXME # Figure out where this comes from and fix it. %global __requires_exclude typelib\\(Ide\\) +%global __requires_exclude_from %{_libdir}/gnome-builder/plugins # Update this on every major/minor bump -%define basever 41 +%define basever 42 Name: gnome-builder -Version: 41.3 +Version: 42.0 Release: 0 Summary: A toolsmith for GNOME-based applications License: CC-BY-SA-3.0 AND GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-3.0-or-later AND LGPL-2.1-or-later Group: Development/Tools/Other URL: https://wiki.gnome.org/Apps/Builder -Source0: https://download.gnome.org/sources/gnome-builder/41/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-builder/42/%{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc -# PATCH-FIX-UPSTREAM 59be97f21e592a7b8e94128c368a87ca16cb2881.patch -- Fix build for i586 -Patch0: https://gitlab.gnome.org/GNOME/gnome-builder/-/commit/59be97f21e592a7b8e94128c368a87ca16cb2881.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: llvm-clang-devel >= 3.5 -BuildRequires: meson >= 0.54.0 +BuildRequires: meson >= 0.59.1 BuildRequires: pkgconfig BuildRequires: python3-Sphinx BuildRequires: python3-gi-docgen @@ -53,14 +52,15 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.24 BuildRequires: pkgconfig(gtksourceview-4) >= 4.0.0 BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.0 -BuildRequires: pkgconfig(jsonrpc-glib-1.0) >= 3.30.1 +BuildRequires: pkgconfig(jsonrpc-glib-1.0) >= 3.41.0 BuildRequires: pkgconfig(libcmark) BuildRequires: pkgconfig(libdazzle-1.0) >= 3.37.0 BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.25.1 BuildRequires: pkgconfig(libgit2-glib-1.0) >= 0.25.0 +BuildRequires: pkgconfig(libhandy-1) BuildRequires: pkgconfig(libpcre2-posix) BuildRequires: pkgconfig(libpeas-1.0) >= 1.22.0 -BuildRequires: pkgconfig(libportal) >= 0.3 +BuildRequires: pkgconfig(libportal-gtk3) BuildRequires: pkgconfig(libsoup-2.4) >= 2.52.0 BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0 BuildRequires: pkgconfig(pangoft2) >= 1.38.0 @@ -69,7 +69,7 @@ BuildRequires: pkgconfig(sysprof-ui-4) BuildRequires: pkgconfig(template-glib-1.0) >= 3.28.0 BuildRequires: pkgconfig(vapigen) >= 0.30.0.55 -BuildRequires: pkgconfig(vte-2.91) >= 0.40.2 +BuildRequires: pkgconfig(vte-2.91) >= 0.65.0 BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.26 Requires: autoconf Requires: automake @@ -187,9 +187,11 @@ %{_datadir}/gtksourceview-4/styles/Adwaita.style-scheme.xml %{_datadir}/gtksourceview-4/styles/builder-dark.style-scheme.xml %{_datadir}/gtksourceview-4/styles/builder.style-scheme.xml +%{_datadir}/gtksourceview-4/language-specs/blueprint.lang %{_datadir}/icons/hicolor/ %{_includedir}/%{name}/ %{_includedir}/%{name}-%{basever}/ +%{_libdir}/pkgconfig/gnome-builder-42.0.pc %dir %{python3_sitelib}/gi %dir %{python3_sitelib}/gi/overrides %{python3_sitelib}/gi/overrides/* ++++++ gnome-builder-41.3.tar.xz -> gnome-builder-42.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder-41.3.tar.xz /work/SRC/openSUSE:Factory/.gnome-builder.new.25692/gnome-builder-42.0.tar.xz differ: char 25, line 1
