Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gedit for openSUSE:Leap:16.0 checked 
in at 2025-07-15 11:24:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/gedit (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.gedit.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gedit"

Tue Jul 15 11:24:30 2025 rev:3 rq:1292370 version:48.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/gedit/gedit.changes    2025-04-20 
20:14:04.568470256 +0200
+++ /work/SRC/openSUSE:Leap:16.0/.gedit.new.7373/gedit.changes  2025-07-15 
11:24:37.181217974 +0200
@@ -1,0 +2,27 @@
+Thu Apr 17 08:16:54 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 48.2:
+  + Update links to new website domain name:
+    https://gedit-text-editor.org
+  + It is no longer possible to implement plugins in Python.
+  + New features:
+    - Reset All button in the preferences dialog.
+    - In the Spell Checker plugin: be able to configure the default
+      language used for the spell-checking in new documents.
+  + Code refactorings:
+    - In GeditWindow and GeditPreferencesDialog.
+    - Don't use the g_slice_*() functions (deprecated).
+    - In the Spell Checker plugin.
+  + MS Windows: change default font to Consolas.
+  + macOS: install an icon.
+  + Metainfo: improve it.
+  + Some updates to the user manual.
+  + Improve the devel documentation.
+  + Updated translations.
+- Update URL to new home.
+- Bump api_ver define.
+- Drop python3-gedit sub-package and obsolete it following upstream
+  changes. Further, drop all python BuildRequires and Requires, no
+  longer needed, nor used.
+
+-------------------------------------------------------------------
@@ -2096 +2123 @@
-Fri Oct  3 08:11:24 WST 2008 - mbo...@suse.de
+Fri Oct  3 08:11:24 EST 2008 - mbo...@suse.de

Old:
----
  gedit-48.1.obscpio

New:
----
  gedit-48.2.obscpio

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

Other differences:
------------------
++++++ gedit.spec ++++++
--- /var/tmp/diff_new_pack.jWl0I5/_old  2025-07-15 11:24:37.509231583 +0200
+++ /var/tmp/diff_new_pack.jWl0I5/_new  2025-07-15 11:24:37.513231749 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,15 @@
 #
 
 
-%bcond_without  python_bindings
-%define api_ver 48.1
+%define api_ver 48.2
 
 Name:           gedit
-Version:        48.1
+Version:        48.2
 Release:        0
 Summary:        UTF-8 text editor
 License:        GPL-2.0-or-later
 Group:          Productivity/Text/Editors
-URL:            https://wiki.gnome.org/Apps/Gedit
+URL:            https://gedit-text-editor.org
 Source0:        %{name}-%{version}.tar.zst
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
 Patch0:         gedit-desktop.patch
@@ -38,7 +37,6 @@
 BuildRequires:  iso-codes-devel
 BuildRequires:  meson >= 0.53
 BuildRequires:  pkgconfig
-BuildRequires:  python3-base >= 3.2.3
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0) >= 2.76
 BuildRequires:  pkgconfig(glib-2.0) >= 2.64
@@ -46,28 +44,21 @@
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gspell-1) >= 1.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
-BuildRequires:  pkgconfig(libgedit-gtksourceview-300)
 BuildRequires:  pkgconfig(libgedit-amtk-5)
+BuildRequires:  pkgconfig(libgedit-gtksourceview-300)
 BuildRequires:  pkgconfig(libgedit-tepl-6) >= 6.11
 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
 BuildRequires:  pkgconfig(vapigen) >= 0.25.1
 BuildRequires:  pkgconfig(x11)
-Requires:       python3-cairo
-Requires:       python3-gobject
-#bnc#910913 - plugin snippets depend on this package
-Requires:       python3-gobject-cairo
 Recommends:     iso-codes
 Provides:       gedit2 = %{version}
 Obsoletes:      gedit2 < %{version}
-%if %{with python_bindings}
-# See bnc#847114 - plugins generally depend on it
-Requires:       python3-gedit
-%endif
 # Throws "Settings schema 'org.gnome.desktop.interface' is not installed"
 #   in WSLg without this; see boo#1198312
 Requires:       gsettings-desktop-schemas
+Obsoletes:      python3-gedit < 48.2
 
 %description
 Gedit is a UTF-8 text editor for the GNOME environment.
@@ -75,17 +66,6 @@
 It features a multi-document frame, syntax highlighting, autoindent
 options, autosave, and plugins.
 
-%package -n python3-gedit
-Summary:        Python bindings for gedit
-Group:          Development/Languages/Python
-BuildArch:      noarch
-
-%description -n python3-gedit
-Gedit is a UTF-8 text editor for the GNOME
-environment.
-
-This package provides the python bindings, based on gobject-introspection.
-
 %package devel
 Summary:        Development files for the gedit text editor
 Group:          Development/Libraries/C and C++
@@ -94,9 +74,6 @@
 Obsoletes:      gedit2-devel < %{version}
 Provides:       %{name}-doc = %{version}
 Obsoletes:      %{name}-doc < %{version}
-%if %{with python_bindings}
-Requires:       python3-gedit
-%endif
 
 %description devel
 Gedit is a UTF-8 text editor for the GNOME
@@ -164,11 +141,6 @@
 %{_libdir}/gedit/plugins/libquickhighlight.so
 %{_mandir}/man1/gedit.1%{?ext_man}
 
-%if %{with python_bindings}
-%files -n python3-gedit
-%{python3_sitelib}/gi/
-%endif
-
 %files devel
 %doc CONTRIBUTING.md
 %doc %{_datadir}/gtk-doc/html/gedit/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jWl0I5/_old  2025-07-15 11:24:37.541232910 +0200
+++ /var/tmp/diff_new_pack.jWl0I5/_new  2025-07-15 11:24:37.545233076 +0200
@@ -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.1</param>
+    <param name="revision">48.2</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ gedit-48.1.obscpio -> gedit-48.2.obscpio ++++++
++++ 45892 lines of diff (skipped)

++++++ gedit.obsinfo ++++++
--- /var/tmp/diff_new_pack.jWl0I5/_old  2025-07-15 11:24:38.333265770 +0200
+++ /var/tmp/diff_new_pack.jWl0I5/_new  2025-07-15 11:24:38.337265936 +0200
@@ -1,5 +1,5 @@
 name: gedit
-version: 48.1
-mtime: 1733585981
-commit: 9be74ebbc21692a0dc5fd2c0c5a1d15ceeb2e457
+version: 48.2
+mtime: 1744638704
+commit: 4505283fdfddbfe452acd53352d3eb803e190673
 

Reply via email to