Set minimum required glib2 version
This commit is contained in:
parent
e145455601
commit
f889047d61
@ -18,6 +18,7 @@ Patch0: 0001-default-input-sources-Switch-ja_JP-default-to-ibus-k.patch
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf2_version}
|
||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version}
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
@ -30,6 +31,7 @@ BuildRequires: automake autoconf libtool intltool
|
||||
BuildRequires: itstool
|
||||
|
||||
Requires: gdk-pixbuf2%{?_isa} >= %{gdk_pixbuf2_version}
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
# Make sure that gnome-themes-standard gets pulled in for upgrades
|
||||
Requires: gnome-themes-standard
|
||||
# needed for GnomeWallClock
|
||||
@ -112,6 +114,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%changelog
|
||||
* Mon Jun 12 2017 Kalev Lember <klember@redhat.com> - 3.25.2-1
|
||||
- Update to 3.25.2
|
||||
- Set minimum required glib2 version
|
||||
|
||||
* Tue May 09 2017 Kalev Lember <klember@redhat.com> - 3.24.2-1
|
||||
- Update to 3.24.2
|
||||
|
Loading…
Reference in New Issue
Block a user