Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2026-01-28 15:05:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and      /work/SRC/openSUSE:Factory/.gedit.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gedit"

Wed Jan 28 15:05:55 2026 rev:163 rq:1329501 version:49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gedit/gedit.changes      2025-10-04 
18:51:15.421794978 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new.1928/gedit.changes    2026-01-28 
15:06:39.828796645 +0100
@@ -1,0 +2,26 @@
+Mon Jan 26 08:54:59 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 49.0:
+  + Metainfo data: add more infos to fix Flathub warnings.
+  + Cleanup: remove BuildStream and Snap from build-aux/ (outdated)
+- Changes from version 49.alpha2:
+  + User-visible changes:
+    - Add a max-file-size setting for document loading, fixing the
+      common problem with very large files.
+    - New symbolic app icon (to have a square one).
+    - Statusbar: fix a bug with the language button popover.
+  + Under the hood changes:
+    - Fix a compilation warning.
+    - Statusbar:
+      . Move some features of GeditStatusbar to libgedit-tepl as
+        TeplStatusbar.
+      . GeditWindowStatus: new internal class to offload some work
+        that was done in GeditWindow, to avoid a god class.
+       - *.ui -> code.
+  + Other:
+    * Tools: generate-html-list-of-plugins-description.sh script
+      (output HTML content that is put on the website instead of
+      generating a Markdown file located in the git repository).
+  + Updated translations
+
+-------------------------------------------------------------------
@@ -5,0 +32,26 @@
+
+-------------------------------------------------------------------
+Mon Sep  8 06:19:37 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- Update to version 49.alpha1:
+  + User-visible changes:
+    - gedit icon: take an older version for small sizes. The older
+      version looks nicer.
+    - Code Comment/Uncomment plugin: some bugs have been fixed, and
+      the behavior can be slightly different in some situations. A
+      new user manual page has also been written.
+    - Setup allowed GDK backends to disable Wayland. Only the X11
+      backend is allowed on Linux (so it relies on XWayland when
+      running the application on a Wayland session). It fixes some
+      bugs, especially for the Word Completion plugin.
+  + Under the hood changes:
+    - Tools: add generate-c-plugin, to generate the boilerplate C
+       code for a new plugin.
+    - Code Comment/Uncomment plugin: rewrite it in C, and have the
+      bulk of the implementation in libgedit-tepl.
+    - Port to new GtkSourceEncoding API.
+    - GeditTab refactorings:
+      . Extract gedit-tab-utils.c.
+      . Start to extract GeditTabLoader (private class).
+    - Various other code refactorings.
+  + Updated translations

Old:
----
  gedit-48.2.obscpio

New:
----
  gedit-49.0.obscpio

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

Other differences:
------------------
++++++ gedit.spec ++++++
--- /var/tmp/diff_new_pack.TYWGmn/_old  2026-01-28 15:06:41.832880157 +0100
+++ /var/tmp/diff_new_pack.TYWGmn/_new  2026-01-28 15:06:41.836880323 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# 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 api_ver 48.2
+%define api_ver 49
 
 Name:           gedit
-Version:        48.2
+Version:        49.0
 Release:        0
 Summary:        UTF-8 text editor
 License:        GPL-2.0-or-later
@@ -47,7 +47,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
 BuildRequires:  pkgconfig(libgedit-amtk-5)
 BuildRequires:  pkgconfig(libgedit-gtksourceview-300)
-BuildRequires:  pkgconfig(libgedit-tepl-6) >= 6.11
+BuildRequires:  pkgconfig(libgedit-tepl-6) >= 6.14.0
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.14.1
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.14.1
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
@@ -126,6 +126,8 @@
 %{_libdir}/gedit/girepository-1.0/
 %dir %{_libdir}/gedit/plugins/
 # Explicitly list plugins so we know when we miss one
+%{_libdir}/gedit/plugins/codecomment.plugin
+%{_libdir}/gedit/plugins/libcodecomment.so
 %{_libdir}/gedit/plugins/docinfo.plugin
 %{_libdir}/gedit/plugins/libdocinfo.so
 %{_libdir}/gedit/plugins/filebrowser.plugin

++++++ _service ++++++
--- /var/tmp/diff_new_pack.TYWGmn/_old  2026-01-28 15:06:41.868881657 +0100
+++ /var/tmp/diff_new_pack.TYWGmn/_new  2026-01-28 15:06:41.872881824 +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/gedit.git</param>
-    <param name="revision">48.2</param>
+    <param name="revision">49.0</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ gedit-48.2.obscpio -> gedit-49.0.obscpio ++++++
++++ 66066 lines of diff (skipped)

++++++ gedit.obsinfo ++++++
--- /var/tmp/diff_new_pack.TYWGmn/_old  2026-01-28 15:06:43.016929497 +0100
+++ /var/tmp/diff_new_pack.TYWGmn/_new  2026-01-28 15:06:43.024929831 +0100
@@ -1,5 +1,5 @@
 name: gedit
-version: 48.2
-mtime: 1744638704
-commit: 4505283fdfddbfe452acd53352d3eb803e190673
+version: 49.0
+mtime: 1767468477
+commit: 684abd8299139e1a3b87446da501ad034e78c840
 

Reply via email to