diff options
author | Richard Hughes <richard@hughsie.com> | 2013-02-05 17:36:09 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2013-02-05 17:36:09 +0000 |
commit | db73f868343b6950f84612fe45d5b131d8c4e320 (patch) | |
tree | fa8b692b5e125411990c1f2cdc080881d5eb377b /gtk3.spec | |
parent | Fix conflict with gtk2-immodules (diff) | |
download | gtk3-classic-build-gtk3-db73f868343b6950f84612fe45d5b131d8c4e320.tar.gz gtk3-classic-build-gtk3-db73f868343b6950f84612fe45d5b131d8c4e320.tar.bz2 gtk3-classic-build-gtk3-db73f868343b6950f84612fe45d5b131d8c4e320.zip |
Update to 3.7.8
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) |