This commit is contained in:
Matthias Clasen 2010-02-23 21:30:01 +00:00
parent 280cb58b77
commit c2031560cc
3 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
gtk+-2.19.5.tar.bz2
gtk+-2.19.6.tar.bz2

View File

@ -13,13 +13,13 @@
%define gobject_introspection_version 0.6.7
%define gir_repository_version 0.6.5-5
%define base_version 2.19.5
%define base_version 2.19.6
%define bin_version 2.10.0
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk2
Version: %{base_version}
Release: 2%{?dist}
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
Source: http://download.gnome.org/sources/gtk+/2.19/gtk+-%{version}.tar.bz2
@ -42,8 +42,6 @@ Patch11: gtk2-remove-connecting-reason.patch
#Patch14: gtk2-landscape-pdf-print.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=600992
Patch15: filesystemref.patch
# already upstream
Patch16: 0001-Drop-duplicate-declarations.patch
BuildRequires: atk-devel >= %{atk_version}
BuildRequires: pango-devel >= %{pango_version}
@ -164,7 +162,6 @@ This package contains developer documentation for the GTK+ widget toolkit.
%patch11 -p1 -b .remove-connecting-reason
#%patch14 -p1 -b .landscape-pdf-print
%patch15 -p1 -b .filesystemref
%patch16 -p1 -b .dup-prototypes
%build
@ -402,6 +399,9 @@ fi
%doc tmpdocs/examples
%changelog
* Tue Feb 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
- Update to 2.19.6
* Thu Feb 18 2010 Richard Hughes <rhughes@redhat.com> - 2.19.5-2
- Apply a patch from upstream to remove two duplicate prototypes that
breaks the build for many GTK projects.

View File

@ -1 +1 @@
b4b84f53b2e2453ad084305d40573b8a gtk+-2.19.5.tar.bz2
524021c965a0e1a4ebadd58c576926a5 gtk+-2.19.6.tar.bz2