2.8.17
This commit is contained in:
parent
7b79d804d5
commit
f475f592de
@ -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
|
||||
|
14
gtk2.spec
14
gtk2.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user