This commit is contained in:
Matthias Clasen 2009-02-18 00:39:22 +00:00
parent 72deb068da
commit e4b9d98daa
3 changed files with 7 additions and 8 deletions

View File

@ -1 +1 @@
gtk+-2.15.3.tar.bz2 gtk+-2.15.4.tar.bz2

View File

@ -10,13 +10,13 @@
%define cairo_version %{cairo_base_version}-1 %define cairo_version %{cairo_base_version}-1
%define libpng_version 2:1.2.2-16 %define libpng_version 2:1.2.2-16
%define base_version 2.15.3 %define base_version 2.15.4
%define bin_version 2.10.0 %define bin_version 2.10.0
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk2 Name: gtk2
Version: %{base_version} Version: %{base_version}
Release: 3%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://download.gnome.org/sources/gtk+/2.15/gtk+-%{version}.tar.bz2 Source: http://download.gnome.org/sources/gtk+/2.15/gtk+-%{version}.tar.bz2
@ -31,9 +31,6 @@ Patch2: workaround.patch
# http://bugzilla.redhat.com/show_bug.cgi?id=478400 # http://bugzilla.redhat.com/show_bug.cgi?id=478400
Patch3: default_printer.patch Patch3: default_printer.patch
# fixed upstream
Patch4: polkit-action.patch
BuildRequires: atk-devel >= %{atk_version} BuildRequires: atk-devel >= %{atk_version}
BuildRequires: pango-devel >= %{pango_version} BuildRequires: pango-devel >= %{pango_version}
BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: glib2-devel >= %{glib2_version}
@ -138,7 +135,6 @@ This package contains developer documentation for the GTK+ widget toolkit.
%patch0 -p1 -b .lib64 %patch0 -p1 -b .lib64
%patch2 -p1 -b .workaround %patch2 -p1 -b .workaround
%patch3 -p0 -b .default-printer %patch3 -p0 -b .default-printer
%patch4 -p1 -b .polkit-action
%build %build
libtoolize --force --copy libtoolize --force --copy
@ -338,6 +334,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.4-1
- Update to 2.15.4
* Sat Feb 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.3-3 * Sat Feb 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.3-3
- Split off a noarch devel-docs subpackage - Split off a noarch devel-docs subpackage

View File

@ -1 +1 @@
e490d990f170e78555f84133f4aafdfe gtk+-2.15.3.tar.bz2 663b63d82d88215c1cc0c53390bf9512 gtk+-2.15.4.tar.bz2