Accepting request 1159548 from GNOME:Factory

GNOME 46 (forwarded request 1159327 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1159548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit?expand=0&rev=154
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:12:48 +00:00 committed by Git OBS Bridge
commit 8e0858116e
6 changed files with 59 additions and 9 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gedit.git</param>
<param name="revision">master</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

3
gedit-46.1+135.obscpio Normal file
View File

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

View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Mar 11 10:20:59 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org>
- 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 <bjorn.lie@gmail.com>

4
gedit.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gedit
version: 46.1+135
mtime: 1709334097
commit: 1c0e9d168722fcea930b29d390b017b8585c3074

View File

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