diff --git a/.cvsignore b/.cvsignore index bf28409..e4e52e8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -yelp-2.4.0.tar.bz2 +yelp-2.5.3.tar.bz2 diff --git a/sources b/sources index 4aa3138..1470a6b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -98529a608fd28b9db065d887039df16d yelp-2.4.0.tar.bz2 +8eab2ff695fed14dff1295b74dbaa23c yelp-2.5.3.tar.bz2 diff --git a/yelp.spec b/yelp.spec index bc16160..04fc0f4 100644 --- a/yelp.spec +++ b/yelp.spec @@ -1,17 +1,17 @@ %define pango_version 1.0.99 -%define gtk2_version 2.0.6 +%define gtk2_version 2.3.1 %define gtkhtml2_version 2.3.0 %define gnome_vfs2_version 2.0.0 %define libgnomeui_version 2.0.2 %define libbonobo_version 2.0.0 %define libglade_version 2.0.0 -%define libxslt_version 1.0.15 +%define libxslt_version 1.1.1 %define desktop_file_utils_version 0.3-7 %define gail_version 1.0 Summary: A system documentation reader from the Gnome project. Name: yelp -Version: 2.4.0 +Version: 2.5.3 Release: 1 Source0: %{name}-%{version}.tar.bz2 License: GPL @@ -39,8 +39,6 @@ BuildRequires: fontconfig BuildRequires: GConf2-devel BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} -Patch1: yelp-2.4.0-utf8man.patch - %description Yelp is the Gnome 2 help/documentation browser. It is designed to help you browse all the documentation on your system in @@ -48,7 +46,6 @@ one central tool. %prep %setup -q -%patch1 -p0 -b .utf8 %build %configure @@ -76,10 +73,15 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/* %{_datadir}/sgml %{_datadir}/yelp -%{_datadir}/images -%{_libexecdir}/* %changelog +* Wed Jan 28 2004 Alexander Larsson 2.5.3-1 +- update to 2.5.3 + +* Wed Dec 24 2003 Tim Waugh 2.4.0-2 +- Fix g_strdup_printf usage in info2html (bug #111200, patch from + Miloslav Trmac). + * Tue Sep 9 2003 Alexander Larsson 2.4.0-1 - update to 2.4.0 (only code change is bugfix from me) - Fixed the utf8 manpage patch (#91689)