From 340602a6a4b69796024e5de17a6034f98bea6660 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 21 Feb 2011 23:31:17 -0500 Subject: [PATCH] 2.91.90 --- .gitignore | 1 + sources | 2 +- yelp.spec | 20 +++++++++----------- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 66e9b90..31de14c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ yelp-2.31.7.tar.bz2 /yelp-2.91.9.tar.bz2 /yelp-2.91.10.tar.bz2 +/yelp-2.91.90.tar.bz2 diff --git a/sources b/sources index fb70a3f..4d53ef2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -38ad1dd12e3ee362f94a7ed42a7a156f yelp-2.91.10.tar.bz2 +7abca77ecb5674c9889eefaf5473af39 yelp-2.91.90.tar.bz2 diff --git a/yelp.spec b/yelp.spec index 119caef..247a319 100644 --- a/yelp.spec +++ b/yelp.spec @@ -1,28 +1,22 @@ -%define glib2_version 2.25.3 -%define libxml_version 2.6.5 -%define libxslt_version 1.1.4 - Summary: Help browser for the GNOME desktop Name: yelp Epoch: 1 -Version: 2.91.10 -Release: 4%{?dist} +Version: 2.91.90 +Release: 1%{?dist} #VCS: git:git://git.gnome.org/yelp Source: http://download.gnome.org/sources/yelp/2.91/%{name}-%{version}.tar.bz2 URL: http://live.gnome.org/Yelp License: GPLv2+ Group: Applications/System -Requires: docbook-dtds Requires: gnome-user-docs Requires: yelp-xsl Requires(post): desktop-file-utils Requires(postun): desktop-file-utils -BuildRequires: glib2-devel >= %{glib2_version} -BuildRequires: gtk3-devel >= 2.99.0 -BuildRequires: libxml2-devel >= %{libxml_version} -BuildRequires: libxslt-devel >= %{libxslt_version} +BuildRequires: gtk3-devel >= 3.0.0 +BuildRequires: libxml2-devel >= 2.6.5 +BuildRequires: libxslt-devel >= 1.1.4 BuildRequires: webkitgtk3-devel BuildRequires: desktop-file-utils BuildRequires: yelp-xsl-devel >= 2.31.3 @@ -121,6 +115,10 @@ gtk-update-icon-cache %{_datadir}icons/hicolor &> /dev/null || : %changelog +* Mon Feb 21 2011 Matthias Clasen 1:2.91.90-1 +- Update to 2.91.90 +- Drop docbook-dtds dependency + * Thu Feb 10 2011 Matthias Clasen 1:2.91.10-4 - Rebuild against newer gtk