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-09-29 18:12:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-builder (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-builder.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-builder"

Thu Sep 29 18:12:40 2022 rev:61 rq:1006646 version:43.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes      
2022-09-21 14:43:37.957949570 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new.2275/gnome-builder.changes    
2022-09-29 18:12:52.911199541 +0200
@@ -1,0 +2,57 @@
+Tue Sep 27 07:55:58 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 43.1:
+  + Raise debug panel when debug session begins.
+  + Fix how file-descriptors are passed through flatpak-spawn to
+    the host.
+  + Improve Meson run command provider to support CLI applications.
+  + Fix support for using deviced to run Flatpak application on
+    remote device.
+  + Fix icon for LSP search results in global search.
+  + Use -Wno-unused-function for headers for Clang diagnostics to
+    avoid reporting errors for static inlines. This removes a
+    workaround from previous releases of Builder which causes
+    errors with some C++ code.
+  + Fix style-preview height in preferences window.
+  + Fix TTY integration with podman containers so color terminals
+    work with the build panel.
+  + Include a backend-specific error message when version control
+    cloning files in the greeter workspace.
+  + Fix invalid property value in URL bar for webkit pages.
+  + Port meson and cargo plugins to use run commands. This fixes an
+    issue where run contexts don't know they need TTY support until
+    too late. This affected podman usage.
+  + Port git plugin to use run commands for submodule
+    initialization. This also helps ensure we have TTY access.
+  + Fix "hold" counts on document buffers so they cannot be
+    reclaimed immediately after loading of the buffer completes.
+  + When renaming files in the project-tree, the old file will be
+    closed and the new file re-opened in it's place. Previously we
+    only closed the file and did not re-open.
+  + gnome-builder-git daemon gained some optimizations and
+    improvements around monitoring .git indexes.
+  + Git file changes are now properly reloaded after commits are
+    detected to the underlying index.
+  + Life-cycle tracking of highlighter/completion providers for
+    Ctags has been improved.
+  + The empty-state for page frames has been updated to fit better
+    with adwaita styling.
+  + Layered settings for syntax languages has been fixed.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Sep 22 09:26:52 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 43.0:
+  + Unit Testing:
+    - In previous version of Builder, plugins were responsible for
+      how Unit Tests were run. Now, they also use Run Commands
+      which allows users to run their Unit Tests with the debugger
+      or other tooling.
+  + Please see the included NEWS file for all the changes made
+    during the unstable releases.
+- Enable pkgconfig(d-spy) BuildRequires, build d-spy plugin.
+- Obsolete the -doc sub-package, as it does not build. See
+  https://gitlab.gnome.org/GNOME/gnome-builder/-/issues/1793
+
+-------------------------------------------------------------------

Old:
----
  gnome-builder-43.rc.tar.xz

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

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

Other differences:
------------------
++++++ gnome-builder.spec ++++++
--- /var/tmp/diff_new_pack.UZ0onV/_old  2022-09-29 18:12:53.467200626 +0200
+++ /var/tmp/diff_new_pack.UZ0onV/_new  2022-09-29 18:12:53.467200626 +0200
@@ -25,7 +25,7 @@
 
 Name:           gnome-builder
 ### FIXME ### Enable docs build again on next versionbump (see meson options)
-Version:        43.rc
+Version:        43.1
 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
@@ -47,8 +47,7 @@
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-gi-docgen
 BuildRequires:  python3-gobject
-# Disable d-spy plugin
-#BuildRequires:  pkgconfig(dspy-1)
+BuildRequires:  pkgconfig(dspy-1)
 BuildRequires:  pkgconfig(editorconfig)
 BuildRequires:  pkgconfig(enchant-2)
 BuildRequires:  pkgconfig(flatpak) >= 0.8.0
@@ -101,11 +100,16 @@
 Obsoletes:      gnome-builder-plugin-todo < 43.alpha
 Obsoletes:      gnome-builder-plugin-vala-pack < 43.alpha
 Obsoletes:      gnome-builder-plugin-xml-pack < 43.alpha
+# We need to obsolete the doc sub-package
+Obsoletes:      gnome-builder-doc <= %{version}
 
 %description
 Builder is an IDE for GNOME and a tool to help writing GNOME-based
 applications.
 
+
+
+# doc sub-package not built (no files section) for version 43 -- 
https://gitlab.gnome.org/GNOME/gnome-builder/-/issues/1793
 %package doc
 Summary:        Documentation files for the %{name} package
 Group:          Documentation/HTML
@@ -127,7 +131,6 @@
 %meson \
        -D help=true \
        -D network_tests=false \
-       -D plugin_dspy=false \
        %{nil}
 %meson_build
 
@@ -164,13 +167,12 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.builder*.gschema.xml
 %{_datadir}/icons/hicolor/
 %{_includedir}/%{name}-%{basever}/
-#%%{_libdir}/pkgconfig/gnome-builder-%%{version}.pc
-%{_libdir}/pkgconfig/gnome-builder-43.0.pc
+%{_libdir}/pkgconfig/gnome-builder-%{version}.pc
 %dir %{python3_sitelib}/gi
 %dir %{python3_sitelib}/gi/overrides
 %{python3_sitelib}/gi/overrides/*
 
-%files doc
+#%%files doc
 #%%doc %%{_datadir}/doc/libide/
 
 %files lang -f %{name}.lang

++++++ Dirty-quick-hackfix-typelibs.patch ++++++
--- /var/tmp/diff_new_pack.UZ0onV/_old  2022-09-29 18:12:53.491200674 +0200
+++ /var/tmp/diff_new_pack.UZ0onV/_new  2022-09-29 18:12:53.491200674 +0200
@@ -1,14 +1,10 @@
-Index: 
gnome-builder-43.alpha1/src/plugins/meson-templates/resources/src/main-gtk4.py
+Index: 
gnome-builder-43.0/src/plugins/meson-templates/resources/src/main-gtk4.py
 ===================================================================
---- 
gnome-builder-43.alpha1.orig/src/plugins/meson-templates/resources/src/main-gtk4.py
-+++ 
gnome-builder-43.alpha1/src/plugins/meson-templates/resources/src/main-gtk4.py
-@@ -4,11 +4,9 @@ import sys
- import gi
- 
- gi.require_version('Gtk', '4.0')
--{{if is_adwaita}}
+--- 
gnome-builder-43.0.orig/src/plugins/meson-templates/resources/src/main-gtk4.py
++++ gnome-builder-43.0/src/plugins/meson-templates/resources/src/main-gtk4.py
+@@ -8,7 +8,7 @@ gi.require_version('Gtk', '4.0')
  gi.require_version('Adw', '1')
--{{end}}
+ {{end}}
  
 -from gi.repository import Gtk, Gio{{if is_adwaita}}, Adw{{end}}
 +from gi.repository import Gtk, Gio, Adw

++++++ gnome-builder-43.rc.tar.xz -> gnome-builder-43.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/gnome-builder/gnome-builder-43.rc.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-builder.new.2275/gnome-builder-43.1.tar.xz 
differ: char 26, line 1

Reply via email to