From ec123e4370d7d3f5ba970d9b2a2ac968ab5d71d5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 19 Jan 2006 18:13:32 +0000 Subject: [PATCH] 2.13.3 --- .cvsignore | 1 + sources | 2 +- yelp.spec | 17 ++++++++++------- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 413ad0f..5abd265 100644 --- a/.cvsignore +++ b/.cvsignore @@ -9,3 +9,4 @@ yelp-2.12.0.tar.bz2 yelp-2.12.1.tar.bz2 yelp-2.13.1.tar.bz2 yelp-2.13.2.tar.bz2 +yelp-2.13.3.tar.bz2 diff --git a/sources b/sources index d9da617..bcfea10 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ce481181869fb0b36774c7c8a81d97a yelp-2.13.2.tar.bz2 +402ec144f9de53c16a5ecce137048a70 yelp-2.13.3.tar.bz2 diff --git a/yelp.spec b/yelp.spec index d1a7185..1623a82 100644 --- a/yelp.spec +++ b/yelp.spec @@ -12,8 +12,8 @@ Summary: A system documentation reader from the Gnome project. Name: yelp -Version: 2.13.2 -Release: 3 +Version: 2.13.3 +Release: 1 Source: %{name}-%{version}.tar.bz2 # http://bugzilla.gnome.org/show_bug.cgi?id=319096 Patch1: yelp-2.12.1-fedora-docs.patch @@ -52,10 +52,9 @@ BuildRequires: GConf2-devel BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: gnome-doc-utils -# beagle search will be fixed in 2.13.3 -#%ifnarch s390 s390x ppc64 -#BuildRequires: libbeagle-devel -#%endif +%ifnarch s390 s390x ppc64 +BuildRequires: libbeagle-devel +%endif %description Yelp is the Gnome 2 help/documentation browser. It is designed @@ -71,7 +70,7 @@ one central tool. %build # beagle search will be fixed in 2.13.3 %configure \ - --disable-search \ + --enable-search \ --with-mozilla=mozilla \ --disable-man \ --disable-info \ @@ -120,6 +119,10 @@ fi %{_datadir}/yelp %changelog +* Thu Jan 19 2006 Matthias Clasen - 2.13.3-1 +- Update to 2.13.3 +- enable search + * Wed Jan 18 2006 Matthias Clasen - 2.13.2-3 - Disable search, since it doesn't compile against current beagle