Update to 3.19.5
This commit is contained in:
parent
654575c464
commit
177336796e
1
.gitignore
vendored
1
.gitignore
vendored
@ -95,3 +95,4 @@ gedit-2.31.6.tar.bz2
|
||||
/gedit-3.19.2.tar.xz
|
||||
/gedit-3.19.3.tar.xz
|
||||
/gedit-3.19.4.tar.xz
|
||||
/gedit-3.19.5.tar.xz
|
||||
|
||||
10
gedit.spec
10
gedit.spec
@ -15,15 +15,14 @@
|
||||
%global pygo_version 3.0.0
|
||||
%global desktop_file_utils_version 0.9
|
||||
%global gtksourceview_version 3.19.4
|
||||
%global enchant_version 1.2.0
|
||||
%global isocodes_version 0.35
|
||||
%global libpeas_version 1.14.1
|
||||
%global gspell_version 0.2.4
|
||||
%global gspell_version 0.2.5
|
||||
|
||||
Summary: Text editor for the GNOME desktop
|
||||
Name: gedit
|
||||
Epoch: 2
|
||||
Version: 3.19.4
|
||||
Version: 3.19.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and GFDL
|
||||
Group: Applications/Editors
|
||||
@ -33,7 +32,6 @@ Source0: https://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.
|
||||
URL: https://wiki.gnome.org/Apps/Gedit
|
||||
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: pkgconfig(enchant) >= %{enchant_version}
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
@ -42,6 +40,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= %{gtksourceview_version}
|
||||
BuildRequires: pkgconfig(iso-codes) >= %{isocodes_version}
|
||||
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: gettext
|
||||
@ -203,6 +202,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/vala/
|
||||
|
||||
%changelog
|
||||
* Mon Mar 14 2016 Kalev Lember <klember@redhat.com> - 2:3.19.5-1
|
||||
- Update to 3.19.5
|
||||
|
||||
* Tue Feb 16 2016 David King <amigadave@amigadave.com> - 3.19.4-1
|
||||
- Update to 3.19.4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user