auto-import changelog data from yelp-2.5.3-1.src.rpm

Wed Jan 28 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-1
- update to 2.5.3
Wed Dec 24 2003 Tim Waugh <twaugh@redhat.com> 2.4.0-2
- Fix g_strdup_printf usage in info2html (bug #111200, patch from Miloslav
    Trmac).
This commit is contained in:
cvsdist 2004-09-09 15:11:01 +00:00
parent 3edf3f478b
commit 87cb91fdea
3 changed files with 12 additions and 10 deletions

View File

@ -1 +1 @@
yelp-2.4.0.tar.bz2
yelp-2.5.3.tar.bz2

View File

@ -1 +1 @@
98529a608fd28b9db065d887039df16d yelp-2.4.0.tar.bz2
8eab2ff695fed14dff1295b74dbaa23c yelp-2.5.3.tar.bz2

View File

@ -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 <alexl@redhat.com> 2.5.3-1
- update to 2.5.3
* Wed Dec 24 2003 Tim Waugh <twaugh@redhat.com> 2.4.0-2
- Fix g_strdup_printf usage in info2html (bug #111200, patch from
Miloslav Trmac).
* Tue Sep 9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
- update to 2.4.0 (only code change is bugfix from me)
- Fixed the utf8 manpage patch (#91689)