auto-import changelog data from gtk2-2.4.9-6.src.rpm
Tue Sep 07 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-6 - fix expander drawing (#131676)
This commit is contained in:
parent
8ca7365d9d
commit
37b2f6fc76
@ -14,7 +14,7 @@
|
|||||||
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: 5
|
Release: 6
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: gtk+-%{version}.tar.bz2
|
Source: gtk+-%{version}.tar.bz2
|
||||||
@ -29,6 +29,7 @@ Patch7: gtk+-2.4.4.treeview-typeahead.patch
|
|||||||
Patch9: gtk-filechooser-search.patch
|
Patch9: gtk-filechooser-search.patch
|
||||||
Patch10: gtk+-2.4.7-update-counter.patch
|
Patch10: gtk+-2.4.7-update-counter.patch
|
||||||
Patch11: gtk+-2.4.9-treeview-activate.patch
|
Patch11: gtk+-2.4.9-treeview-activate.patch
|
||||||
|
Patch12: gtk+-2.4.9-expander.patch
|
||||||
|
|
||||||
BuildPrereq: atk-devel >= %{atk_version}
|
BuildPrereq: atk-devel >= %{atk_version}
|
||||||
BuildPrereq: pango-devel >= %{pango_version}
|
BuildPrereq: pango-devel >= %{pango_version}
|
||||||
@ -93,6 +94,7 @@ docs for the GTK+ widget toolkit.
|
|||||||
%patch9 -p0 -b .search
|
%patch9 -p0 -b .search
|
||||||
%patch10 -p0 -b .update-counter
|
%patch10 -p0 -b .update-counter
|
||||||
%patch11 -p1 -b .treeview-activate
|
%patch11 -p1 -b .treeview-activate
|
||||||
|
%patch12 -p1 -b .expander
|
||||||
|
|
||||||
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 .
|
||||||
@ -263,6 +265,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc tmpdocs/examples
|
%doc tmpdocs/examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 7 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-6
|
||||||
|
- fix expander drawing (#131676)
|
||||||
|
|
||||||
* Thu Aug 26 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-5
|
* Thu Aug 26 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-5
|
||||||
- prereq a new enough libtiff (#130678)
|
- prereq a new enough libtiff (#130678)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user