Rebuilt with cairo 1.13.1 snapshot for device scale support
This commit is contained in:
parent
387bdb51a1
commit
61eb471288
10
gtk3.spec
10
gtk3.spec
@ -7,7 +7,7 @@
|
|||||||
%global pango_version 1.32.4
|
%global pango_version 1.32.4
|
||||||
%global gdk_pixbuf_version 2.27.1
|
%global gdk_pixbuf_version 2.27.1
|
||||||
%global atk_version 2.7.5
|
%global atk_version 2.7.5
|
||||||
%global cairo_version 1.12.0
|
%global cairo_version 1.13.1
|
||||||
%global xrandr_version 1.2.99.4-2
|
%global xrandr_version 1.2.99.4-2
|
||||||
|
|
||||||
%global bin_version 3.0.0
|
%global bin_version 3.0.0
|
||||||
@ -17,7 +17,7 @@
|
|||||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
||||||
Name: gtk3
|
Name: gtk3
|
||||||
Version: 3.9.16
|
Version: 3.9.16
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -61,6 +61,9 @@ Requires: hicolor-icon-theme
|
|||||||
Requires(post): glib2 >= %{glib2_version}
|
Requires(post): glib2 >= %{glib2_version}
|
||||||
Requires(post): atk >= %{atk_version}
|
Requires(post): atk >= %{atk_version}
|
||||||
Requires(post): pango >= %{pango_version}
|
Requires(post): pango >= %{pango_version}
|
||||||
|
|
||||||
|
Requires: cairo%{?_isa} >= %{cairo_version}
|
||||||
|
Requires: cairo-gobject%{?_isa} >= %{cairo_version}
|
||||||
Requires: libXrandr >= %{xrandr_version}
|
Requires: libXrandr >= %{xrandr_version}
|
||||||
|
|
||||||
# gtk3 no longer provides the GtkThemeEngine interface used there
|
# gtk3 no longer provides the GtkThemeEngine interface used there
|
||||||
@ -284,6 +287,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.16-2
|
||||||
|
- Rebuilt with cairo 1.13.1 snapshot for device scale support
|
||||||
|
|
||||||
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.16-1
|
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.16-1
|
||||||
- Update to 3.9.16
|
- Update to 3.9.16
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user