Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libgedit-gtksourceview for
openSUSE:Factory checked in at 2026-01-28 15:06:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgedit-gtksourceview (Old)
and /work/SRC/openSUSE:Factory/.libgedit-gtksourceview.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgedit-gtksourceview"
Wed Jan 28 15:06:11 2026 rev:7 rq:1329505 version:299.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/libgedit-gtksourceview/libgedit-gtksourceview.changes
2025-04-20 20:01:21.088379622 +0200
+++
/work/SRC/openSUSE:Factory/.libgedit-gtksourceview.new.1928/libgedit-gtksourceview.changes
2026-01-28 15:06:50.285232374 +0100
@@ -1,0 +2,72 @@
+Mon Jan 26 09:00:06 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 299.6.0:
+ + Completion framework:
+ - The GtkSourceCompletion class no longer implements the
+ GtkBuildable interface.
+ - GtkSourceCompletionProposal: various improvements.
+ - GtkSourceCompletionItem:
+ . Various improvements.
+ . Remove all the properties.
+ + Various gardening tasks:
+ - Move back almost all typedefs from gtksourcetypes.h to the
+ corresponding headers, with the goal to keep in
+ gtksourcetypes.h only what is strictly necessary.
+ - Convert #include guards to #pragma once with the guardonce
+ utility:
+ - Add missing G_BEGIN_DECLS/G_END_DECLS pairs.
+ - Add missing G_GNUC_CONST annotation for get_type() functions.
+ - Have a LICENSES directory, to better follow the REUSE way of
+ applying licenses
+ - Reduce the padding for future expansion in public Class
+ structs, the API/ABI is anyway no longer guaranteed to be
+ stable.
+ + Updated translations
+- Changes from version 299.6.alpha2:
+ + File loading and saving:
+ - Small bug fix in GtkSourceFile.
+ - GtkSourceBufferOutputStream private class:
+ . Start to refactor it.
+ . Extract the try_convert() function out of the class and
+ re-implement it with GtkSourceIconv.
+ - GtkSourceIconv:
+ . Add the feed_discard_output() function.
+ . Write unit tests.
+ - GtkSourceFileLoader:
+ . Add max-size property.
+ . Improve the unit tests.
+ + GtkSourceView class:
+ - Improve the API documentation.
+ - Remove GtkBuildable interface implementation.
+ + Other:
+ - Docs: improve the CSS for the docs that is manually written
+ in HTML.
+- Bump sover to 4, following upstream changes. This results in the
+ shared library package being renamed from
+ libgedit-gtksourceview-300-3 to libgedit-gtksourceview-300-4.
+
+-------------------------------------------------------------------
+Mon Sep 8 06:36:21 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- Update to version 299.6.alpha1:
+ + GtkSourceIter:
+ - Make some gtk_source_iter_*() functions public.
+ - Move the single tepl_iter_*() function as a public gtk_source_iter_*().
+ - Write more unit tests.
+ + File loading and saving:
+ - GtkSourceEncoding, GtkSourceFile, GtkSourceFileLoader and
+ GtkSourceFileSaver are maintained again.
+ - Create the "Low-Level File Loading and Saving" category in the
+ API docs, and add GtkSourceIconv and GtkSourceInputStream
+ - Rework GtkSourceEncoding.
+ - Start to rework GtkSourceFile.
+ - Rework GtkSourceFileLoader (modernize the code and use
+ GtkSourceInputStream internally).
+ - Code organization: create the file-loading-and-saving/ subdir.
+ + GtkSourceView class: Small improvements to both the API docs
+ and the implementation.
+ + Tools: Some small changes/improvements to the 'list-langs' and
+ 'uncrustify' tools.
+ + Updated translations
+
+-------------------------------------------------------------------
Old:
----
libgedit-gtksourceview-299.5.0.obscpio
New:
----
libgedit-gtksourceview-299.6.0.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgedit-gtksourceview.spec ++++++
--- /var/tmp/diff_new_pack.4u3fZz/_old 2026-01-28 15:06:52.029305050 +0100
+++ /var/tmp/diff_new_pack.4u3fZz/_new 2026-01-28 15:06:52.029305050 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libgedit-gtksourceview
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
#
-%define sover 3
+%define sover 4
Name: libgedit-gtksourceview
-Version: 299.5.0
+Version: 299.6.0
Release: 0
Summary: Source code editing widget
License: LGPL-2.1-or-later
@@ -77,7 +77,7 @@
%ldconfig_scriptlets -n libgedit-gtksourceview-300-%{sover}
%files
-%license COPYING
+%license LICENSES/LGPL-2.1-or-later.txt
%{_datadir}/libgedit-gtksourceview-300/
%files -n typelib-1_0-GtkSource-300
++++++ _service ++++++
--- /var/tmp/diff_new_pack.4u3fZz/_old 2026-01-28 15:06:52.069306717 +0100
+++ /var/tmp/diff_new_pack.4u3fZz/_new 2026-01-28 15:06:52.077307051 +0100
@@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param
name="url">https://gitlab.gnome.org/World/gedit/libgedit-gtksourceview.git</param>
- <param name="revision">299.5.0</param>
+ <param name="revision">299.6.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
++++++ libgedit-gtksourceview-299.5.0.obscpio ->
libgedit-gtksourceview-299.6.0.obscpio ++++++
++++ 24314 lines of diff (skipped)
++++++ libgedit-gtksourceview.obsinfo ++++++
--- /var/tmp/diff_new_pack.4u3fZz/_old 2026-01-28 15:06:52.741334722 +0100
+++ /var/tmp/diff_new_pack.4u3fZz/_new 2026-01-28 15:06:52.745334888 +0100
@@ -1,5 +1,5 @@
name: libgedit-gtksourceview
-version: 299.5.0
-mtime: 1741460928
-commit: c1a8d726c326d493462498fd6b94dc4e959a817c
+version: 299.6.0
+mtime: 1767466414
+commit: a7bdc39f9fbc10c49ea7468ac1e5bf77385da0c0