Accepting request 842881 from GNOME:Next
update to 3.38.1 - TW should be ready OBS-URL: https://build.opensuse.org/request/show/842881 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=248
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6887554643c5b1b3862ac364d97b7b50224bff95e6758aeaa08f4a482b554197
|
||||
size 14770004
|
3
gedit-3.38.0.tar.xz
Normal file
3
gedit-3.38.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46cf06806de58f6e5e95e34fd98ad0b2c0c50b3dae6d23ca57d16d5cc41856f8
|
||||
size 6842872
|
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 11 17:38:53 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.38.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 5 14:09:24 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.37.92:
|
||||
+ A few code refactorings.
|
||||
- Changes from version 3.37.3:
|
||||
+ Start to migrate to GtkFileChooserNative.
|
||||
+ User manual: remove the page with the list of keyboard
|
||||
shortcuts, it was redundant with the new Shortcuts window.
|
||||
- Changes from version 3.37.2:
|
||||
+ Remove the checkupdate plugin (no longer useful).
|
||||
+ GSettings: revisit the set of plugins activated by default.
|
||||
+ Change app description.
|
||||
+ About dialog: have the gedit icon, not the old logo.
|
||||
+ Add a few keyboard shortcuts to the Shortcuts window.
|
||||
- Changes from version 3.37.1:
|
||||
+ Remove the support for X11 workspaces.
|
||||
+ gedit no longer depends on X11, gedit is now a native app on
|
||||
Wayland.
|
||||
+ Remove the support for the org.gnome.desktop.lockdown
|
||||
GSettings.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 10:22:21 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
12
gedit.spec
12
gedit.spec
@@ -18,13 +18,13 @@
|
||||
|
||||
%bcond_without python_bindings
|
||||
Name: gedit
|
||||
Version: 3.36.2
|
||||
Version: 3.38.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.36/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gedit/3.38/%{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
|
||||
@@ -35,7 +35,7 @@ BuildRequires: gobject-introspection-devel >= 0.9.3
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: iso-codes-devel
|
||||
BuildRequires: meson >= 0.49
|
||||
BuildRequires: meson >= 0.53
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-base >= 3.2.3
|
||||
BuildRequires: translation-update-upstream
|
||||
@@ -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-4) >= 4.4
|
||||
BuildRequires: pkgconfig(tepl-5) >= 5.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.36.so
|
||||
%{_libdir}/gedit/libgedit-3.38.so
|
||||
%{_libdir}/gedit/girepository-1.0/
|
||||
%dir %{_libdir}/gedit/plugins/
|
||||
# Explicitly list plugins so we know when we miss one
|
||||
@@ -178,7 +178,7 @@ translation-update-upstream po %{name}
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS CONTRIBUTING.md
|
||||
%doc CONTRIBUTING.md
|
||||
%doc %{_datadir}/gtk-doc/html/gedit/
|
||||
%{_datadir}/gedit/gir-1.0/
|
||||
%{_includedir}/*
|
||||
|
Reference in New Issue
Block a user