4 Commits

6 changed files with 75 additions and 11 deletions

View File

@@ -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>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ab32c792b82c0c965b023c0d470dc1021b152c2d8dc93177161bba360b19a7a
size 23669773

3
gedit-49.0.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:066e6c92d97304d797f86b095a8cfc89f96e31264a43480254ffaa5c6622d96b
size 23766541

View File

@@ -1,3 +1,61 @@
-------------------------------------------------------------------
Mon Jan 26 08:54:59 UTC 2026 - Dominique Leuenberger <dimstar@opensuse.org>
- 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
-------------------------------------------------------------------
Thu Oct 2 07:41:45 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Add AppStream BuildRequires and check section with meson_test
macro, run tests during build.
-------------------------------------------------------------------
Mon Sep 8 06:19:37 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- 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
-------------------------------------------------------------------
Thu Apr 17 08:16:54 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,4 +1,4 @@
name: gedit
version: 48.2
mtime: 1744638704
commit: 4505283fdfddbfe452acd53352d3eb803e190673
version: 49.0
mtime: 1767468477
commit: 684abd8299139e1a3b87446da501ad034e78c840

View File

@@ -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
@@ -29,6 +29,7 @@ Source0: %{name}-%{version}.tar.zst
# PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
Patch0: gedit-desktop.patch
BuildRequires: AppStream
BuildRequires: desktop-file-utils
BuildRequires: fdupes
BuildRequires: gobject-introspection-devel >= 0.9.3
@@ -46,7 +47,7 @@ BuildRequires: pkgconfig(gspell-1) >= 1.0
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
@@ -98,6 +99,9 @@ This subpackage contains the header files for creating gedit plugins.
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_prefix}
%check
%meson_test
%files
%license COPYING
%doc NEWS README.md
@@ -122,6 +126,8 @@ This subpackage contains the header files for creating gedit plugins.
%{_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