From 9901d02ac569a7a19635ed038253a4e345c631f62fec04b98c58a76e90d986ff Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 19 Mar 2024 13:33:47 +0000 Subject: [PATCH] Accepting request 1159327 from GNOME:Next GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1159327 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=280 --- _service | 19 +++++++++++++++++++ gedit-46.1+135.obscpio | 3 +++ gedit-46.1.tar.xz | 3 --- gedit.changes | 27 +++++++++++++++++++++++++++ gedit.obsinfo | 4 ++++ gedit.spec | 12 ++++++------ 6 files changed, 59 insertions(+), 9 deletions(-) create mode 100644 _service create mode 100644 gedit-46.1+135.obscpio delete mode 100644 gedit-46.1.tar.xz create mode 100644 gedit.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..254f1f3 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/gedit.git + master + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/gedit-46.1+135.obscpio b/gedit-46.1+135.obscpio new file mode 100644 index 0000000..b256e56 --- /dev/null +++ b/gedit-46.1+135.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fda37ee1236fed18477cb3b2c89a3654ac7d28094788aeeaf9a3ff5c321180 +size 24219661 diff --git a/gedit-46.1.tar.xz b/gedit-46.1.tar.xz deleted file mode 100644 index df122b6..0000000 --- a/gedit-46.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1a6e37f041765dff7227a1f5578b6f49faaf016b1e17e869caf5bfb94c6aa4e -size 2756336 diff --git a/gedit.changes b/gedit.changes index 7ef1136..c671963 100644 --- a/gedit.changes +++ b/gedit.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Mar 11 10:20:59 UTC 2024 - Dominique Leuenberger + +- Update to version 46.1+135: + + Features: + - add light/dark GTK theme variant configuration. + - In the preferences dialog, remove the toolbar to + install/uninstall color schemes. Third-party color schemes + are still supported, but the XML file(s) need to be copied + into the right directory by another means. + - Links to some third-party plugins. + + Under-the-hood changes: + - Adapt the code for libgedit-gtksourceview API changes. + - Code refactorings and various small improvements. + - Continue to reduce usage of *.ui files, write code instead. + - Use newer GLib API at some places. + - Reactor GeditTabLabel. + - Start to refactor GeditViewFrame. + - Add -Wshadow to the CFLAGS and fix the corresponding + warnings. + +------------------------------------------------------------------- +Mon Feb 19 17:51:14 UTC 2024 - Dominique Leuenberger + +- Update to version 46.2: + + Update URL: gedit-technology.net -> gedit-technology.github.io. + ------------------------------------------------------------------- Thu Aug 17 18:03:57 UTC 2023 - Bjørn Lie diff --git a/gedit.obsinfo b/gedit.obsinfo new file mode 100644 index 0000000..10b9796 --- /dev/null +++ b/gedit.obsinfo @@ -0,0 +1,4 @@ +name: gedit +version: 46.1+135 +mtime: 1709334097 +commit: 1c0e9d168722fcea930b29d390b017b8585c3074 diff --git a/gedit.spec b/gedit.spec index 3b1affd..4d5e30b 100644 --- a/gedit.spec +++ b/gedit.spec @@ -1,7 +1,7 @@ # # spec file for package gedit # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,16 @@ %bcond_without python_bindings -%define api_ver 46 +%define api_ver 47 Name: gedit -Version: 46.1 +Version: 46.1+135 Release: 0 Summary: UTF-8 text editor License: GPL-2.0-or-later Group: Productivity/Text/Editors URL: https://wiki.gnome.org/Apps/Gedit -Source0: https://download.gnome.org/sources/gedit/46/%{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.zst # PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types. Patch0: gedit-desktop.patch # PATCH-FIX-OPENSUSE gedit-plugins-python-env.patch bjorn.lie@gmail.com -- Fix python env @@ -129,7 +129,6 @@ This subpackage contains the header files for creating gedit plugins. %doc NEWS README.md %doc %{_datadir}/help/C/%{name}/ %{_bindir}/gedit -%{_datadir}/metainfo/org.gnome.gedit.appdata.xml %{_datadir}/applications/*.desktop %{_datadir}/dbus-1/services/org.gnome.gedit.service # %%{_datadir}/gedit/gir-1.0/ lives in -devel @@ -144,6 +143,8 @@ This subpackage contains the header files for creating gedit plugins. %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.spell.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml +%{_datadir}/icons/hicolor/*/apps/* +%{_datadir}/metainfo/org.gnome.gedit.metainfo.xml %dir %{_libdir}/gedit/ %{_libdir}/gedit/libgedit-%{api_ver}.so %{_libdir}/gedit/girepository-1.0/ @@ -172,7 +173,6 @@ This subpackage contains the header files for creating gedit plugins. %{_libdir}/gedit/plugins/quickhighlight.plugin %{_libdir}/gedit/plugins/libquickhighlight.so %{_mandir}/man1/gedit.1%{?ext_man} -%{_datadir}/icons/hicolor/*/apps/* %if %{with python_bindings} %files -n python3-gedit