Update to 2.6.5
This commit is contained in:
parent
d0fb2ea5dc
commit
729b5b7878
@ -8,3 +8,4 @@ gtk+-2.6.1.tar.bz2
|
||||
gtk+-2.6.2.tar.bz2
|
||||
gtk+-2.6.3.tar.bz2
|
||||
gtk+-2.6.4.tar.bz2
|
||||
gtk+-2.6.5.tar.bz2
|
||||
|
11
gtk2.spec
11
gtk2.spec
@ -8,13 +8,13 @@
|
||||
%define atk_version %{atk_base_version}-1
|
||||
%define libpng_version 2:1.2.2-16
|
||||
|
||||
%define base_version 2.6.4
|
||||
%define base_version 2.6.5
|
||||
%define bin_version 2.4.0
|
||||
|
||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
|
||||
Name: gtk2
|
||||
Version: %{base_version}
|
||||
Release: 3
|
||||
Release: 1
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: gtk+-%{version}.tar.bz2
|
||||
@ -24,8 +24,6 @@ Source1: update-scripts.tar.gz
|
||||
Patch1: gtk+-2.3.2-themename.patch
|
||||
# Biarch changes
|
||||
Patch2: gtk+-2.4.1-lib64.patch
|
||||
# Fixed in 2.6.5
|
||||
Patch3: gtk+-2.2.4-bmpcrash.patch
|
||||
|
||||
BuildPrereq: atk-devel >= %{atk_version}
|
||||
BuildPrereq: pango-devel >= %{pango_version}
|
||||
@ -85,7 +83,6 @@ docs for the GTK+ widget toolkit.
|
||||
|
||||
%patch1 -p1 -b .themename
|
||||
%patch2 -p1 -b .lib64
|
||||
%patch3 -p1 -b .bmpcrash
|
||||
|
||||
for i in config.guess config.sub ; do
|
||||
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
||||
@ -260,6 +257,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc tmpdocs/examples
|
||||
|
||||
%changelog
|
||||
* Sat Apr 9 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.5-1
|
||||
- Update to 2.6.5
|
||||
- Drop upstreamed patches
|
||||
|
||||
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.4-3
|
||||
- Fix a double free in the bmp loader
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user