From 41aea6096374c5063db3d0616171286012d67ee5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 12 Jul 2010 21:11:52 +0000 Subject: [PATCH] 2.31.7 --- .cvsignore | 2 +- sources | 2 +- yelp.spec | 13 ++++++------- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7ce90e8..0ee738e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -yelp-2.31.6.tar.bz2 +yelp-2.31.7.tar.bz2 diff --git a/sources b/sources index 44ed2cc..4d38c3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bce7be2f5f1a966d3c6a0fc6c1a39a2e yelp-2.31.6.tar.bz2 +07e943fff558b0d6c1997e79520e480f yelp-2.31.7.tar.bz2 diff --git a/yelp.spec b/yelp.spec index 64d5cd2..3fd4921 100644 --- a/yelp.spec +++ b/yelp.spec @@ -1,12 +1,11 @@ %define glib2_version 2.25.3 -%define gtk2_version 2.18.0 %define libxml_version 2.6.5 %define libxslt_version 1.1.4 Summary: Help browser for the GNOME desktop Name: yelp -Version: 2.31.6 -Release: 2%{?dist} +Version: 2.31.7 +Release: 1%{?dist} #VCS: git:git://git.gnome.org/yelp Source: http://download.gnome.org/sources/yelp/2.31/%{name}-%{version}.tar.bz2 URL: http://live.gnome.org/Yelp @@ -19,7 +18,7 @@ Requires(post): desktop-file-utils Requires(postun): desktop-file-utils BuildRequires: glib2-devel >= %{glib2_version} -BuildRequires: gtk2-devel >= %{gtk2_version} +BuildRequires: gtk3-devel BuildRequires: libxml2-devel >= %{libxml_version} BuildRequires: libxslt-devel >= %{libxslt_version} BuildRequires: dbus-glib-devel @@ -33,8 +32,6 @@ BuildRequires: gnome-common BuildRequires: intltool BuildRequires: automake autoconf libtool -Patch0: yelp-keyfile.patch - %description Yelp is the help browser for the GNOME desktop. It is designed to help you browse all the documentation on your system in @@ -61,7 +58,6 @@ the libraries in the yelp-libs package. %prep %setup -q -%patch0 -p1 -b .keyfile %build %configure @@ -126,6 +122,9 @@ gtk-update-icon-cache %{_datadir}icons/hicolor &> /dev/null || : %changelog +* Mon Jul 12 2010 Matthias Clasen - 2.31.7-1 +- Update to 2.31.7 + * Sat Jul 3 2010 Matthias Clasen - 2.31.6-2 - Rebuild against new webkit