Update to 3.22.0
This commit is contained in:
parent
c03ef28e57
commit
e49d604701
1
.gitignore
vendored
1
.gitignore
vendored
@ -100,3 +100,4 @@ gedit-2.31.6.tar.bz2
|
||||
/gedit-3.20.1.tar.xz
|
||||
/gedit-3.20.2.tar.xz
|
||||
/gedit-3.21.90.tar.xz
|
||||
/gedit-3.22.0.tar.xz
|
||||
|
||||
17
gedit.spec
17
gedit.spec
@ -11,23 +11,21 @@
|
||||
%endif
|
||||
|
||||
%global glib2_version 2.44
|
||||
%global gtk3_version 3.19.0
|
||||
%global pygo_version 3.0.0
|
||||
%global desktop_file_utils_version 0.9
|
||||
%global gtk3_version 3.21.3
|
||||
%global gtksourceview_version 3.21.2
|
||||
%global isocodes_version 0.35
|
||||
%global libpeas_version 1.14.1
|
||||
%global gspell_version 0.2.5
|
||||
%global pygo_version 3.0.0
|
||||
|
||||
Summary: Text editor for the GNOME desktop
|
||||
Name: gedit
|
||||
Epoch: 2
|
||||
Version: 3.21.90
|
||||
Version: 3.22.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and GFDL
|
||||
Group: Applications/Editors
|
||||
#VCS: git:git://git.gnome.org/gedit
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.21/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.22/%{name}-%{version}.tar.xz
|
||||
|
||||
URL: https://wiki.gnome.org/Apps/Gedit
|
||||
|
||||
@ -38,11 +36,11 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gspell-1) >= %{gspell_version}
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= %{gtksourceview_version}
|
||||
BuildRequires: pkgconfig(iso-codes) >= %{isocodes_version}
|
||||
BuildRequires: pkgconfig(iso-codes)
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= %{libpeas_version}
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(pygobject-3.0)
|
||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: which
|
||||
BuildRequires: intltool
|
||||
@ -201,6 +199,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/vala/
|
||||
|
||||
%changelog
|
||||
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 2:3.22.0-1
|
||||
- Update to 3.22.0
|
||||
|
||||
* Sun Aug 21 2016 Kalev Lember <klember@redhat.com> - 2:3.21.90-1
|
||||
- Update to 3.21.90
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user