Update to 3.19.1

This commit is contained in:
Kalev Lember 2015-10-28 10:06:13 +01:00
parent bc49fe5490
commit d37dadea5d
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <klember@redhat.com> - 3.19.1-1
- Update to 3.19.1
* Tue Oct 13 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
- Update to 3.18.1

View File

@ -1 +1 @@
b67ad71bef0c8e4cdeb9c96aed35b867 gnome-desktop-3.18.1.tar.xz
9269110dc3ed78fdb5c9b19623ba825f gnome-desktop-3.19.1.tar.xz