Update to 3.19.1
This commit is contained in:
parent
bc49fe5490
commit
d37dadea5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user