This commit is contained in:
Matthias Clasen 2006-04-08 02:20:29 +00:00
parent 7b79d804d5
commit f475f592de
3 changed files with 12 additions and 5 deletions

View File

@ -33,3 +33,4 @@ gtk+-2.8.14.tar.bz2
gtk+-2.8.15.tar.bz2
gtk+-2.8.15.tar.bz2
gtk+-2.8.16.tar.bz2
gtk+-2.8.17.tar.bz2

View File

@ -10,13 +10,13 @@
%define cairo_version %{cairo_base_version}-1
%define libpng_version 2:1.2.2-16
%define base_version 2.8.16
%define base_version 2.8.17
%define bin_version 2.4.0
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
Name: gtk2
Version: %{base_version}
Release: 1
Release: 2
License: LGPL
Group: System Environment/Libraries
Source: gtk+-%{version}.tar.bz2
@ -27,7 +27,7 @@ Patch0: gtk+-2.4.1-lib64.patch
# Backported from 2.10
Patch1: gtk+-2.8.6-inputmethod.patch
# Fedora patch
Patch3: gtk+-2.8.10-set-invisible-char-to-bullet.patch
Patch2: gtk+-2.8.10-set-invisible-char-to-bullet.patch
BuildPrereq: atk-devel >= %{atk_version}
BuildPrereq: pango-devel >= %{pango_version}
@ -94,7 +94,7 @@ tar xzf %{SOURCE1}
%patch0 -p1 -b .lib64
%patch1 -p1 -b .inputmethod
%patch3 -p1 -b .set-invisible-char-to-bullet
%patch2 -p1 -b .set-invisible-char-to-bullet
for i in config.guess config.sub ; do
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
@ -266,6 +266,12 @@ rm -rf $RPM_BUILD_ROOT
%doc tmpdocs/examples
%changelog
* Fri Apr 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.17-2
- Update to 2.8.17
* Thu Mar 30 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.16-2
- Fix a multiscreen dnd crash
* Wed Mar 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.16-1
- Update to 2.8.16

View File

@ -1,2 +1,2 @@
d8c012f67a8f23fa9aa495fca5331784 update-scripts.tar.gz
6dea9b6f546bd858401729d12bbd5919 gtk+-2.8.16.tar.bz2
6d2deb63a5444808d2aeb7dcfffaa2f4 gtk+-2.8.17.tar.bz2