diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | gtk3.spec | 10 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 4 deletions
@@ -63,3 +63,4 @@ gtk+-2.90.5.tar.bz2 /gtk+-3.9.4.tar.xz /gtk+-3.9.6.tar.xz /gtk+-3.9.8.tar.xz +/gtk+-3.9.10.tar.xz @@ -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 @@ -1 +1 @@ -5243b4a63efc454b41bd24d4ffbf4342 gtk+-3.9.8.tar.xz +db2fac3e337b34b1a2153d12666430d9 gtk+-3.9.10.tar.xz |