Accepting request 1056294 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1056294 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=274
This commit is contained in:
parent
2c9c186d6a
commit
08847c3569
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f950d2d35c594bb6c8dbc9f5440cad7788ca0a8688e2b07846f83de9a4e3fc25
|
||||
size 2724036
|
3
gedit-44.1.tar.xz
Normal file
3
gedit-44.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0462378d7284ccf8cd4782a4d1ff902c5dc2b81dffcd40285ad543f5945d8fda
|
||||
size 2735700
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 5 21:08:49 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.1:
|
||||
+ Updated translations.
|
||||
- Changes from version 44.0:
|
||||
+ Minor bug fixes.
|
||||
+ Use more Tepl features.
|
||||
+ Code refactorings.
|
||||
+ Misc:
|
||||
- Donations: change to Liberapay link.
|
||||
- Create https://gedit-technology.net/ (mainly for developers).
|
||||
+ User manual:
|
||||
- Available online:
|
||||
https://gedit-technology.net/user-manuals/gedit/ (used on
|
||||
platforms where Yelp is unavailable: macOS and Windows).
|
||||
- Improvements to the content.
|
||||
+ The core of the application:
|
||||
- Rework the statusbar.
|
||||
- Improve the vocabulary used in the dialog for choosing
|
||||
favorite encodings.
|
||||
- Improve a little the API docs.
|
||||
+ Plugins: File browser: expand/collapse item on right/left
|
||||
keypress.
|
||||
+ Updated translations.
|
||||
- Bump api_ver to 44 following upstream changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 30 14:20:59 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
10
gedit.spec
10
gedit.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gedit
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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 43
|
||||
%define api_ver 44
|
||||
|
||||
Name: gedit
|
||||
Version: 43.2
|
||||
Version: 44.1
|
||||
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/43/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gedit/44/%{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
|
||||
@ -52,7 +52,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-6)
|
||||
BuildRequires: pkgconfig(tepl-6) >= 6.4
|
||||
BuildRequires: pkgconfig(vapigen) >= 0.25.1
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires: python3-cairo
|
||||
|
Loading…
x
Reference in New Issue
Block a user