Bump minumum dep versions

gnome-terminal has GTK_CHECK_VERSION and GLIB_CHECK_VERSION ifdefs in
the code. Bump the deps to make sure that when we build against new
glib2 and gtk3 we also have runtime deps on the new versions.
This commit is contained in:
Kalev Lember 2018-04-13 19:53:52 +02:00
parent 6947324492
commit c0db5ebdd6

View File

@ -1,8 +1,8 @@
%define gettext_package gnome-terminal
%define glib2_version 2.42.0
%define gtk3_version 3.20.0
%define vte_version 0.51.3
%define glib2_version 2.50.0
%define gtk3_version 3.22.27
%define vte_version 0.52.1
%define desktop_file_utils_version 0.2.90
Name: gnome-terminal