Update to 3.19.1
This commit is contained in:
parent
8761ac1911
commit
a1ad0b4c0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
14
gedit.spec
14
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 <klember@redhat.com> - 2:3.19.1-1
|
||||
- Update to 3.19.1
|
||||
|
||||
* Thu Nov 12 2015 Kalev Lember <klember@redhat.com> - 2:3.18.2-1
|
||||
- Update to 3.18.2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user