diff options
Diffstat (limited to 'gtk3.spec')
-rw-r--r-- | gtk3.spec | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -14,18 +14,14 @@ Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X Name: gtk3 -Version: 3.7.6 -Release: 4%{?dist} +Version: 3.7.8 +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.7/gtk+-%{version}.tar.xz -# fixes for 3.7.6 bugs -Patch0: 0001-window-allocation-x-y-is-0-0.patch -Patch1: 0001-widget-Allow-invisible-toplevels-to-do-sizing-operat.patch - BuildRequires: gnome-common autoconf automake intltool gettext BuildRequires: atk-devel >= %{atk_version} BuildRequires: at-spi2-atk-devel @@ -125,9 +121,6 @@ widget toolkit. %prep %setup -q -n gtk+-%{version} -%patch0 -p1 -b .window-allocation-1 -%patch1 -p1 -b .window-allocation-2 - %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; @@ -266,6 +259,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache %{_datadir}/gtk-doc %changelog +* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.8-1 +- Update to 3.7.8 + * Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-4 - Move im-cedilla back to -immodules subpackage to avoid a conflict with gtk2-immodules (#797838) |