summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2013-08-04 12:06:10 +0200
committerDebarshi Ray <debarshir@gnome.org>2013-08-04 12:06:10 +0200
commit06ac0c8931edd52e5152d33ac1d64a3fd3be3ed2 (patch)
tree7116554aa6fa703ad1ed8912f4a8e968d578cb68 /gtk3.spec
parentRebuild for colord soname bump (diff)
downloadgtk3-classic-build-gtk3-06ac0c8931edd52e5152d33ac1d64a3fd3be3ed2.tar.gz
gtk3-classic-build-gtk3-06ac0c8931edd52e5152d33ac1d64a3fd3be3ed2.tar.bz2
gtk3-classic-build-gtk3-06ac0c8931edd52e5152d33ac1d64a3fd3be3ed2.zip
Update to 3.9.10
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/gtk3.spec b/gtk3.spec
index ea05cdd..5745ee2 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -3,7 +3,7 @@
%global with_broadway 1
%endif
-%global glib2_version 2.37.2
+%global glib2_version 2.37.5
%global pango_version 1.32.4
%global gdk_pixbuf_version 2.27.1
%global atk_version 2.7.5
@@ -16,8 +16,8 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.9.8
-Release: 2%{?dist}
+Version: 3.9.10
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -242,6 +242,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%exclude %{_mandir}/man1/gtk-update-icon-cache.1.gz
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml
%if 0%{?with_broadway}
%{_bindir}/broadwayd
%{_mandir}/man1/broadwayd.1*
@@ -283,6 +284,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Thu Aug 1 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.10-1
+- Update to 3.9.10
+
* Tue Jul 30 2013 Richard Hughes <rhughes@redhat.com> - 3.9.8-2
- Rebuild for colord soname bump
bgstack15