Update to 3.36.0
This commit is contained in:
parent
b38636087a
commit
445a8ed762
1
.gitignore
vendored
1
.gitignore
vendored
@ -119,3 +119,4 @@ gedit-2.31.6.tar.bz2
|
||||
/gedit-3.34.1.tar.xz
|
||||
/gedit-3.35.1.tar.xz
|
||||
/gedit-3.35.90.tar.xz
|
||||
/gedit-3.36.0.tar.xz
|
||||
|
||||
15
gedit.spec
15
gedit.spec
@ -8,18 +8,19 @@
|
||||
%global gtk3_version 3.22.0
|
||||
%global gtksourceview_version 4.0.2
|
||||
%global libpeas_version 1.14.1
|
||||
%global gspell_version 0.2.5
|
||||
%global tepl_version 4.4
|
||||
%global gspell_version 1.0
|
||||
%global pygo_version 3.0.0
|
||||
|
||||
Name: gedit
|
||||
Epoch: 2
|
||||
Version: 3.35.90
|
||||
Release: 2%{?dist}
|
||||
Version: 3.36.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Text editor for the GNOME desktop
|
||||
|
||||
License: GPLv2+ and GFDL
|
||||
URL: https://wiki.gnome.org/Apps/Gedit
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.35/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.36/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
@ -32,7 +33,7 @@ BuildRequires: pkgconfig(libpeas-gtk-1.0) >= %{libpeas_version}
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(pygobject-3.0)
|
||||
BuildRequires: pkgconfig(tepl-4)
|
||||
BuildRequires: pkgconfig(tepl-4) >= %{tepl_version}
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk-doc
|
||||
@ -51,6 +52,7 @@ Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||
Requires: gtksourceview4%{?_isa} >= %{gtksourceview_version}
|
||||
Requires: libpeas-loader-python3%{?_isa}
|
||||
Requires: python3-gobject >= %{pygo_version}
|
||||
Requires: tepl%{?_isa} >= %{tepl_version}
|
||||
# the run-command plugin uses zenity
|
||||
Requires: zenity
|
||||
Requires: gsettings-desktop-schemas
|
||||
@ -163,6 +165,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.gedit.de
|
||||
%{_datadir}/vala/
|
||||
|
||||
%changelog
|
||||
* Fri Mar 06 2020 Kalev Lember <klember@redhat.com> - 2:3.36.0-1
|
||||
- Update to 3.36.0
|
||||
|
||||
* Tue Feb 04 2020 Kalev Lember <klember@redhat.com> - 2:3.35.90-2
|
||||
- Obsolete gedit-plugin-zeitgeist
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gedit-3.35.90.tar.xz) = 7e59044cbdb6de9f14cff7a8b273538cf1c2fdae6947ffccb2c5f7335ddff7628dff595dec6b60b71ced7105bb6e897fdc1a64480bf8fa9d0c48b511346455c4
|
||||
SHA512 (gedit-3.36.0.tar.xz) = cd9629c9c4ce7fe62f47218472d482d9241bcdceee5f2b4f3c423d897eed065af428b2b7df12ea72f43dbcfb6502e9b6ca6ca93f175eab3d5260a1d02e4566b2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user