From a1ad0b4c0f8c29d3f2147b38e158be4ee79a56c8 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Dec 07 2015 19:58:33 +0000 Subject: Update to 3.19.1 --- diff --git a/.gitignore b/.gitignore index dde853f..d271304 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,4 @@ gedit-2.31.6.tar.bz2 /gedit-3.18.0.tar.xz /gedit-3.18.1.tar.xz /gedit-3.18.2.tar.xz +/gedit-3.19.1.tar.xz diff --git a/gedit.spec b/gedit.spec index 0fde42a..06d822f 100644 --- a/gedit.spec +++ b/gedit.spec @@ -11,23 +11,24 @@ %endif %global glib2_version 2.44 -%global gtk3_version 3.16 +%global gtk3_version 3.19.0 %global pygo_version 3.0.0 %global desktop_file_utils_version 0.9 -%global gtksourceview_version 3.17.3 +%global gtksourceview_version 3.18 %global enchant_version 1.2.0 %global isocodes_version 0.35 %global libpeas_version 1.14.1 +%global gspell_version 0.2.0 Summary: Text editor for the GNOME desktop Name: gedit Epoch: 2 -Version: 3.18.2 +Version: 3.19.1 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.18/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz URL: https://wiki.gnome.org/Apps/Gedit @@ -36,6 +37,7 @@ BuildRequires: pkgconfig(enchant) >= %{enchant_version} BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} BuildRequires: pkgconfig(gobject-introspection-1.0) 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} @@ -58,6 +60,7 @@ BuildRequires: python-devel BuildRequires: /usr/bin/appstream-util Requires: glib2%{?_isa} >= %{glib2_version} +Requires: gspell%{?_isa} >= %{gspell_version} Requires: gtk3%{?_isa} >= %{gtk3_version} Requires: gtksourceview3%{?_isa} >= %{gtksourceview_version} %if %{with_python3} @@ -203,6 +206,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_datadir}/vala/ %changelog +* Mon Dec 07 2015 Kalev Lember - 2:3.19.1-1 +- Update to 3.19.1 + * Thu Nov 12 2015 Kalev Lember - 2:3.18.2-1 - Update to 3.18.2 diff --git a/sources b/sources index e3b9d61..3d7c4ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3468eb857dc33c99dfde838d9bbebf2d gedit-3.18.2.tar.xz +c4ff8454c8b65642ce8add65ae4e5c85 gedit-3.19.1.tar.xz