- rebuilt due to boost's SONAME change (boost 1.33.0)

- added patch to compile with boost 1.33.0
This commit is contained in:
Adrian Reber 2005-08-25 17:37:24 +00:00
parent be5c99f654
commit 49844a820a
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- source-highlight-2.1.1/src/lib/regexpstatebuilder.cpp 2005-07-12 12:18:59.000000000 +0200
+++ source-highlight-2.1.1.new/src/lib/regexpstatebuilder.cpp 2005-08-25 19:24:00.000000000 +0200
@@ -97,7 +97,7 @@
}
}
} else
- throw boost::bad_expression("internal error");
+ throw boost::bad_expression(boost::regex_constants::error_bad_pattern);
}
void

View File

@ -1,11 +1,12 @@
Summary: Produces a document with syntax highlighting
Name: source-highlight
Version: 2.1.1
Release: 1%{?dist}
Release: 2%{?dist}
Group: Development/Tools
License: GPL
Source0: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.1.1.tar.gz
Source1: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.1.1.tar.gz.sig
Patch0: source-highlight-boost-1.33.0-compile-fix.patch
URL: http://www.gnu.org/software/src-highlite/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: bison, flex, boost-devel
@ -22,6 +23,7 @@ escape sequences as output format.
%prep
%setup -q
%patch0 -p1
%build
%configure
@ -59,6 +61,10 @@ fi
%{_infodir}/source-highlight.info*
%changelog
* Thu Aug 25 2005 Adrian Reber <adrian@lisas.de> - 2.1.1-2
- rebuilt due to boost's SONAME change (boost 1.33.0)
- added patch to compile with boost 1.33.0
* Wed Aug 03 2005 Adrian Reber <adrian@lisas.de> - 2.1.1-1
- updated to 2.1.1 (fixes #164861)