From 9acdfea50d598ea6417103e057a0a3cf2126928c Mon Sep 17 00:00:00 2001
From: cvsdist <cvsdist@fedoraproject.org>
Date: Thu, 9 Sep 2004 15:09:57 +0000
Subject: [PATCH] auto-import changelog data from yelp-2.2.0-3.src.rpm Fri Feb
 14 2003 Jeremy Katz <katzj@redhat.com> 2.2.0-3 - fix buildrequires Wed Jan 22
 2003 Tim Powers <timp@redhat.com> - rebuilt Tue Jan 21 2003 Alexander Larsson
 <alexl@redhat.com> 2.2.0-1 - Update to 2.2.0 - Add libglade dependency Tue
 Jan 07 2003 Alexander Larsson <alexl@redhat.com> 2.1.4-1 - Updated to 2.1.4
 Mon Nov 18 2002 Tim Powers <timp@redhat.com> - rebuild for all arches

---
 .cvsignore |  2 +-
 sources    |  2 +-
 yelp.spec  | 37 +++++++++++++++++++++++++++++--------
 3 files changed, 31 insertions(+), 10 deletions(-)

diff --git a/.cvsignore b/.cvsignore
index b7d931c..e86ba2c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-yelp-1.0.2.tar.bz2
+yelp-2.2.0.tar.bz2
diff --git a/sources b/sources
index c54b1f0..40d20b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26467015e2e62bd3300a12c41516cc1c  yelp-1.0.2.tar.bz2
+1148afe2578ad50be59a591677946a4c  yelp-2.2.0.tar.bz2
diff --git a/yelp.spec b/yelp.spec
index b10ec89..de7b0e5 100644
--- a/yelp.spec
+++ b/yelp.spec
@@ -1,18 +1,19 @@
 %define pango_version 1.0.99
-%define gtk2_version 2.0.5
+%define gtk2_version 2.0.6
 %define gtkhtml2_version 2.0.0-2
 %define gnome_vfs2_version 2.0.0
-%define libgnomeui_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 desktop_file_utils_version 0.2.90
-%define gail_version 0.17
+%define gail_version 1.0
 
 Summary: A system documentation reader from the Gnome project. 
 Name: yelp
-Version: 1.0.2
-Release: 2
+Version: 2.2.0
+Release: 3
 Source0: %{name}-%{version}.tar.bz2
-Patch1: yelp-1.0.2-startpage.patch
 License: GPL
 Group: Applications/System
 BuildRoot: %{_tmppath}/%{name}-root
@@ -22,15 +23,20 @@ Requires: gnome-vfs2 >= %{gnome_vfs2_version}
 Requires: gtkhtml2 >= %{gtkhtml2_version}
 Requires: libgnomeui >= %{libgnomeui_version}
 Requires: libbonobo >= %{libbonobo_version}
+Requires: libxslt >= %{libxslt_version}
+Requires: libglade2 >= %{libglade_version}
+Requires: GConf2
 BuildRequires: pango-devel >= %{pango_version}
 BuildRequires: gtk2-devel >= %{gtk2_version}
 BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}
 BuildRequires: gtkhtml2-devel >= %{gtkhtml2_version}
 BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
 BuildRequires: libbonobo-devel >= %{libbonobo_version}
+BuildRequires: libglade2-devel >= %{libglade_version}
+BuildRequires: libxslt-devel >= %{libxslt_version}
 BuildRequires: gail-devel >= %{gail_version}
-BuildRequires: Xft
 BuildRequires: fontconfig
+BuildRequires: GConf2-devel
 BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
 
 %description
@@ -40,7 +46,6 @@ one central tool.
 
 %prep
 %setup -q
-%patch1 -p0 -b .startpage
 
 %build
 %configure
@@ -72,6 +77,22 @@ rm -rf $RPM_BUILD_ROOT
 %{_libexecdir}/*
 
 %changelog
+* Fri Feb 14 2003 Jeremy Katz <katzj@redhat.com> 2.2.0-3
+- fix buildrequires
+
+* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
+- rebuilt
+
+* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
+- Update to 2.2.0
+- Add libglade dependency
+
+* Tue Jan  7 2003 Alexander Larsson <alexl@redhat.com> 2.1.4-1
+- Updated to 2.1.4
+
+* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
+- rebuild for all arches
+
 * Mon Aug 12 2002 Alexander Larsson <alexl@redhat.com>
 - Remove the strange copyright on the start page. Fixes #69106