From d5a218d74bcc913bf2c3e0e0b44a4c037935f685 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Tue, 27 Jul 2010 18:16:55 +0000 Subject: [PATCH] - Rebuild for new boost - Fix Requires for %post and %preun --- source-highlight.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source-highlight.spec b/source-highlight.spec index add7005..2afdd3d 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -1,7 +1,7 @@ Summary: Produces a document with syntax highlighting Name: source-highlight Version: 3.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Tools License: GPLv3+ Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz @@ -10,8 +10,8 @@ URL: http://www.gnu.org/software/src-highlite/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bison, flex, boost-devel BuildRequires: help2man, ctags, chrpath -Requires(post): /sbin/install-info -Requires(postun): /sbin/install-info +Requires(post): info +Requires(preun): info Requires: ctags %description @@ -94,6 +94,10 @@ fi %{_datadir}/aclocal/ax_boost_*.m4 %changelog +* Tue Jul 27 2010 Christoph Wickert - 3.1.3-2 +- Rebuild for new boost +- Fix Requires for %%post and %%preun + * Fri Jun 04 2010 Leigh Scott - 3.1.3-1 - updated to 3.1.3 - change configure command so it finds boost_regex