This commit is contained in:
Matthias Clasen 2007-06-19 18:07:12 +00:00
parent 1c5b4cc9b0
commit e3eba0ed62
3 changed files with 19 additions and 18 deletions

View File

@ -1 +1 @@
gtk+-2.11.3.tar.bz2 gtk+-2.11.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.11.3 %define base_version 2.11.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: 4%{?dist} Release: 1%{?dist}
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://download.gnome.org/sources/gtk+/2.11/gtk+-%{version}.tar.bz2 Source: http://download.gnome.org/sources/gtk+/2.11/gtk+-%{version}.tar.bz2
@ -29,7 +29,6 @@ Patch0: gtk+-2.4.1-lib64.patch
Patch1: gtk+-2.11.1-set-invisible-char-to-bullet.patch Patch1: gtk+-2.11.1-set-invisible-char-to-bullet.patch
# use fam for recent-files # use fam for recent-files
#Patch2: gtk+-2.10.3-fam.patch #Patch2: gtk+-2.10.3-fam.patch
Patch3: gtk+-2.11.3-typename.patch
BuildRequires: atk-devel >= %{atk_version} BuildRequires: atk-devel >= %{atk_version}
BuildRequires: pango-devel >= %{pango_version} BuildRequires: pango-devel >= %{pango_version}
@ -116,7 +115,6 @@ docs for the GTK+ widget toolkit.
%patch0 -p1 -b .lib64 %patch0 -p1 -b .lib64
%patch1 -p1 -b .set-invisible-char-to-bullet %patch1 -p1 -b .set-invisible-char-to-bullet
#%patch2 -p1 -b .fam #%patch2 -p1 -b .fam
%patch3 -p1 -b .typename
for i in config.guess config.sub ; do for i in config.guess config.sub ; do
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i . test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
@ -283,44 +281,47 @@ rm -rf $RPM_BUILD_ROOT
%doc tmpdocs/examples %doc tmpdocs/examples
%changelog %changelog
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 1.11.3-4 * Tue Jun 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.4-1
- Update to 2.11.4
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.3-4
- Update versioned dependencies (#244602) - Update versioned dependencies (#244602)
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 1.11.3-3 * Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.3-3
- Clean up directory ownership - Clean up directory ownership
* Sat Jun 16 2007 Caolan McNamara <caolanm@redhat.com> - 1.11.3-2 * Sat Jun 16 2007 Caolan McNamara <caolanm@redhat.com> - 2.11.3-2
- Resolves: rhbz#244516 avoid typename in headers for C++ - Resolves: rhbz#244516 avoid typename in headers for C++
* Fri Jun 15 2007 Matthias Clasen <mclasen@redhat.com> - 1.11.3-1 * Fri Jun 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.3-1
- Update to 2.11.3 - Update to 2.11.3
- Drop upstreamed patches - Drop upstreamed patches
* Wed Jun 6 2007 Matthias Clasen <mclasen@redhat.com> - 1.11.2-1 * Wed Jun 6 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.2-1
- Update to 2.11.2 - Update to 2.11.2
* Mon Jun 4 2007 Matthias Clasen <mclasen@redhat.com> - 1.11.1-1 * Mon Jun 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.1-1
- Update to 2.11.1 - Update to 2.11.1
- Update patches - Update patches
* Thu May 24 2007 Matthias Clasen <mclasen@redhat.com> - 1.11.0-1 * Thu May 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.0-1
- Update to 2.11.0 - Update to 2.11.0
- Drop upstreamed patches - Drop upstreamed patches
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 1.10.12-1 * Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.12-1
- Update to 2.10.12 - Update to 2.10.12
- Drop upstreamed patches - Drop upstreamed patches
* Tue May 15 2007 Matthias Clasen <mclasen@redhat.com> - 1.10.11-6 * Tue May 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-6
- Backport some fixes for the ftw()-based search engine - Backport some fixes for the ftw()-based search engine
* Tue Apr 10 2007 Matthias Clasen <mclasen@redhat.com> - 1.10.11-5 * Tue Apr 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-5
- Use DESKTOP xdg-user-dir in the file chooser - Use DESKTOP xdg-user-dir in the file chooser
* Mon Apr 9 2007 Matthias Clasen <mclasen@redhat.com> - 1.10.11-4 * Mon Apr 9 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-4
- Fix a memory leak in the search patch - Fix a memory leak in the search patch
* Wed Mar 28 2007 Matthias Clasen <mclasen@redhat.com> - 1.10.11-3 * Wed Mar 28 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-3
- Support raw printers - Support raw printers
* Tue Mar 20 2007 Florian La Roche <laroche@redhat.com> - 2.10.11-2 * Tue Mar 20 2007 Florian La Roche <laroche@redhat.com> - 2.10.11-2

View File

@ -1 +1 @@
49c53959df501a48c2cba834d1993508 gtk+-2.11.3.tar.bz2 a3baab72d34b6fa9c01578f1f2dd84f0 gtk+-2.11.4.tar.bz2