diff --git a/.gitignore b/.gitignore index cc92a6a..ba8cb2b 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,4 @@ gnome-desktop-2.90.4.tar.bz2 /gnome-desktop-3.17.92.tar.xz /gnome-desktop-3.18.0.tar.xz /gnome-desktop-3.18.1.tar.xz +/gnome-desktop-3.19.1.tar.xz diff --git a/gnome-desktop3.spec b/gnome-desktop3.spec index 1ce8385..6301465 100644 --- a/gnome-desktop3.spec +++ b/gnome-desktop3.spec @@ -1,3 +1,4 @@ +%global gdk_pixbuf2_version 2.33.0 %global gtk3_version 3.3.6 %global glib2_version 2.44.0 %global gtk_doc_version 1.14 @@ -6,10 +7,10 @@ Summary: Shared code among gnome-panel, gnome-session, nautilus, etc Name: gnome-desktop3 -Version: 3.18.1 +Version: 3.19.1 Release: 1%{?dist} URL: http://www.gnome.org -Source0: http://download.gnome.org/sources/gnome-desktop/3.18/gnome-desktop-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-desktop/3.19/gnome-desktop-%{version}.tar.xz Patch0: 0001-default-input-sources-Switch-ja_JP-default-to-ibus-k.patch License: GPLv2+ and LGPLv2+ @@ -25,6 +26,7 @@ Requires: system-backgrounds-gnome Requires: gnome-themes-standard BuildRequires: gnome-common +BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf2_version} BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version} BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version} @@ -38,6 +40,8 @@ BuildRequires: gtk-doc >= %{gtk_doc_version} BuildRequires: automake autoconf libtool intltool BuildRequires: itstool +Requires: gdk-pixbuf2%{?_isa} >= %{gdk_pixbuf2_version} + # GnomeIdleMonitor API change breaks older gnome-shell versions Conflicts: gnome-shell < 3.7.90 @@ -115,6 +119,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_datadir}/installed-tests %changelog +* Wed Oct 28 2015 Kalev Lember - 3.19.1-1 +- Update to 3.19.1 + * Tue Oct 13 2015 Kalev Lember - 3.18.1-1 - Update to 3.18.1 diff --git a/sources b/sources index d25358d..2177743 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b67ad71bef0c8e4cdeb9c96aed35b867 gnome-desktop-3.18.1.tar.xz +9269110dc3ed78fdb5c9b19623ba825f gnome-desktop-3.19.1.tar.xz