Accepting request 1229729 from GNOME:Factory
- Update to version 48.1: + Removed plugins: External Tools, Snippets, Python Console. + Text Size plugin: rewrite in C. + Remove the background-pattern feature (with the grid). + Fix bug on Wayland to unmaximize the window. + Code refactorings. + Fix compilation warning. + Updated translations. - Drop gedit-plugins-python-env.patch: No longer needed, nor applies. (forwarded request 1229055 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1229729 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit?expand=0&rev=158
This commit is contained in:
commit
5d80587241
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/World/gedit/gedit.git</param>
|
<param name="url">https://gitlab.gnome.org/World/gedit/gedit.git</param>
|
||||||
<param name="revision">48.0</param>
|
<param name="revision">48.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d054a5dc177381506944befde85e2b6c1534b2280ff641235815b266bc1287ec
|
|
||||||
size 24294925
|
|
3
gedit-48.1.obscpio
Normal file
3
gedit-48.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa17d46793e0df487826371d8db7d35e0309908bb7fa017d641aec8dffc9699b
|
||||||
|
size 23773709
|
@ -1,10 +0,0 @@
|
|||||||
Index: gedit-3.27.92/plugins/externaltools/data/send-to-fpaste.tool.in
|
|
||||||
===================================================================
|
|
||||||
--- gedit-3.27.92.orig/plugins/externaltools/data/send-to-fpaste.tool.in 2018-02-01 14:58:38.000000000 +0100
|
|
||||||
+++ gedit-3.27.92/plugins/externaltools/data/send-to-fpaste.tool.in 2018-03-06 22:46:20.502284840 +0100
|
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
-#!/usr/bin/env python3
|
|
||||||
+#!/usr/bin/python3
|
|
||||||
|
|
||||||
import os, urllib, json, sys, urllib.request
|
|
||||||
from gi.repository import Gtk, Gdk
|
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 7 16:02:02 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 48.1:
|
||||||
|
+ Removed plugins: External Tools, Snippets, Python Console.
|
||||||
|
+ Text Size plugin: rewrite in C.
|
||||||
|
+ Remove the background-pattern feature (with the grid).
|
||||||
|
+ Fix bug on Wayland to unmaximize the window.
|
||||||
|
+ Code refactorings.
|
||||||
|
+ Fix compilation warning.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop gedit-plugins-python-env.patch: No longer needed, nor
|
||||||
|
applies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 14:51:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed Oct 2 14:51:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: gedit
|
name: gedit
|
||||||
version: 48.0
|
version: 48.1
|
||||||
mtime: 1726291114
|
mtime: 1733585981
|
||||||
commit: 74f29fefb86f550d85f5c8f40e81559cd143606d
|
commit: 9be74ebbc21692a0dc5fd2c0c5a1d15ceeb2e457
|
||||||
|
11
gedit.spec
11
gedit.spec
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%bcond_without python_bindings
|
%bcond_without python_bindings
|
||||||
%define api_ver 48
|
%define api_ver 48.1
|
||||||
|
|
||||||
Name: gedit
|
Name: gedit
|
||||||
Version: 48.0
|
Version: 48.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: UTF-8 text editor
|
Summary: UTF-8 text editor
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -29,8 +29,6 @@ URL: https://wiki.gnome.org/Apps/Gedit
|
|||||||
Source0: %{name}-%{version}.tar.zst
|
Source0: %{name}-%{version}.tar.zst
|
||||||
# PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
|
# PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
|
||||||
Patch0: gedit-desktop.patch
|
Patch0: gedit-desktop.patch
|
||||||
# PATCH-FIX-OPENSUSE gedit-plugins-python-env.patch bjorn.lie@gmail.com -- Fix python env
|
|
||||||
Patch1: gedit-plugins-python-env.patch
|
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -138,7 +136,6 @@ This subpackage contains the header files for creating gedit plugins.
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.gschema.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.enums.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.enums.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.gschema.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.pythonconsole.gschema.xml
|
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.spell.gschema.xml
|
%{_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.enums.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
|
||||||
@ -155,9 +152,7 @@ This subpackage contains the header files for creating gedit plugins.
|
|||||||
%{_libdir}/gedit/plugins/libfilebrowser.so
|
%{_libdir}/gedit/plugins/libfilebrowser.so
|
||||||
%{_libdir}/gedit/plugins/modelines.plugin
|
%{_libdir}/gedit/plugins/modelines.plugin
|
||||||
%{_libdir}/gedit/plugins/libmodelines.so
|
%{_libdir}/gedit/plugins/libmodelines.so
|
||||||
%{_libdir}/gedit/plugins/pythonconsole/
|
%{_libdir}/gedit/plugins/libtextsize.so
|
||||||
%{_libdir}/gedit/plugins/pythonconsole.plugin
|
|
||||||
%{_libdir}/gedit/plugins/textsize/
|
|
||||||
%{_libdir}/gedit/plugins/textsize.plugin
|
%{_libdir}/gedit/plugins/textsize.plugin
|
||||||
%{_libdir}/gedit/plugins/sort.plugin
|
%{_libdir}/gedit/plugins/sort.plugin
|
||||||
%{_libdir}/gedit/plugins/libsort.so
|
%{_libdir}/gedit/plugins/libsort.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user