Update to 3.15.1
This commit is contained in:
parent
4c49729be5
commit
89d33d5c7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -95,3 +95,4 @@ gtk+-2.90.5.tar.bz2
|
||||
/gtk+-3.14.2.tar.xz
|
||||
/gtk+-3.14.3.tar.xz
|
||||
/gtk+-3.14.4.tar.xz
|
||||
/gtk+-3.15.1.tar.xz
|
||||
|
16
gtk3.spec
16
gtk3.spec
@ -3,13 +3,14 @@
|
||||
%global with_broadway 1
|
||||
%endif
|
||||
|
||||
%global glib2_version 2.41.2
|
||||
%global glib2_version 2.43.0
|
||||
%global pango_version 1.36.7
|
||||
%global gdk_pixbuf_version 2.30.0
|
||||
%global atk_version 2.12.0
|
||||
%global atk_version 2.15.1
|
||||
%global cairo_version 1.13.1
|
||||
%global wayland_version 1.5.91
|
||||
%global xrandr_version 1.2.99.4-2
|
||||
%global epoxy_version 1.0
|
||||
|
||||
%global bin_version 3.0.0
|
||||
|
||||
@ -17,14 +18,14 @@
|
||||
|
||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
||||
Name: gtk3
|
||||
Version: 3.14.4
|
||||
Version: 3.15.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
#VCS: git:git://git.gnome.org/gtk+
|
||||
|
||||
Source: http://download.gnome.org/sources/gtk+/3.14/gtk+-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gtk+/3.15/gtk+-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gnome-common autoconf automake intltool gettext
|
||||
BuildRequires: atk-devel >= %{atk_version}
|
||||
@ -41,6 +42,7 @@ BuildRequires: gtk-doc
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: rest-devel
|
||||
BuildRequires: json-glib-devel
|
||||
BuildRequires: libepoxy-devel >= %{epoxy_version}
|
||||
BuildRequires: libXrandr-devel >= %{xrandr_version}
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
@ -56,6 +58,7 @@ BuildRequires: desktop-file-utils
|
||||
%if 0%{?with_wayland}
|
||||
BuildRequires: libwayland-client-devel >= %{wayland_version}
|
||||
BuildRequires: libwayland-cursor-devel >= %{wayland_version}
|
||||
BuildRequires: mesa-libwayland-egl-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
%endif
|
||||
|
||||
@ -71,6 +74,7 @@ Requires(post): pango%{?_isa} >= %{pango_version}
|
||||
|
||||
Requires: cairo%{?_isa} >= %{cairo_version}
|
||||
Requires: cairo-gobject%{?_isa} >= %{cairo_version}
|
||||
Requires: libepoxy%{?_isa} >= %{epoxy_version}
|
||||
Requires: libXrandr%{?_isa} >= %{xrandr_version}
|
||||
%if 0%{?with_wayland}
|
||||
Requires: libwayland-client%{?_isa} >= %{wayland_version}
|
||||
@ -301,6 +305,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
||||
%{_datadir}/gir-1.0
|
||||
%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
|
||||
%{_mandir}/man1/gtk3-demo.1*
|
||||
%{_mandir}/man1/gtk3-demo-application.1*
|
||||
%{_mandir}/man1/gtk3-icon-browser.1*
|
||||
%{_mandir}/man1/gtk3-widget-factory.1*
|
||||
%{_mandir}/man1/gtk-encode-symbolic-svg.1*
|
||||
@ -313,6 +318,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.1-1
|
||||
- Update to 3.15.1
|
||||
|
||||
* Tue Oct 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.4-1
|
||||
- Update to 3.14.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user