Accepting request 880932 from GNOME:Next
GNOME 40 - here we come OBS-URL: https://build.opensuse.org/request/show/880932 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=252
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0053853d2cd59cad8a1662f5b4fdcfab47b4c0940063bacd6790a9948642844d
|
||||
size 6861368
|
3
gedit-40.0.tar.xz
Normal file
3
gedit-40.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e8aac632b8879a57346aaf35c66f7df40c3fd5ea37a78e04ea218e41e3984e9
|
||||
size 6852672
|
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 20 08:46:06 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Update to version 40.0:
|
||||
+ Remove all the deprecated API.
|
||||
+ file-browser: drop use of confirm-trash.
|
||||
+ Tepl-ification:
|
||||
- Use tepl_pango_font_description_to_css().
|
||||
- Use TeplLanguageChooser's.
|
||||
- Use TeplProgressInfoBar.
|
||||
- Start to use TeplBuffer and TeplFile APIs. As a result the
|
||||
new tabs are now named "Untitled File", not
|
||||
"Untitled Document".
|
||||
+ Updated translations.
|
||||
- Drop 102.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 17 10:55:02 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Add 102.patch: file-browser: drop use of confirm-trash.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 18:57:08 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
10
gedit.spec
10
gedit.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gedit
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
%bcond_without python_bindings
|
||||
Name: gedit
|
||||
Version: 3.38.1
|
||||
Version: 40.0
|
||||
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/3.38/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gedit/40/%{name}-%{version}.tar.xz
|
||||
# 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
|
||||
@@ -50,7 +50,7 @@ BuildRequires: pkgconfig(gtksourceview-4) >= 4.0.2
|
||||
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(tepl-5) >= 5.0
|
||||
BuildRequires: pkgconfig(tepl-6) >= 5.99.0
|
||||
BuildRequires: pkgconfig(vapigen) >= 0.25.1
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires: python3-cairo
|
||||
@@ -143,7 +143,7 @@ translation-update-upstream po %{name}
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
|
||||
%dir %{_libdir}/gedit/
|
||||
%{_libdir}/gedit/libgedit-3.38.so
|
||||
%{_libdir}/gedit/libgedit-40.0.so
|
||||
%{_libdir}/gedit/girepository-1.0/
|
||||
%dir %{_libdir}/gedit/plugins/
|
||||
# Explicitly list plugins so we know when we miss one
|
||||
|
Reference in New Issue
Block a user