- 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:
parent
be5c99f654
commit
49844a820a
11
source-highlight-boost-1.33.0-compile-fix.patch
Normal file
11
source-highlight-boost-1.33.0-compile-fix.patch
Normal 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
|
@ -1,11 +1,12 @@
|
|||||||
Summary: Produces a document with syntax highlighting
|
Summary: Produces a document with syntax highlighting
|
||||||
Name: source-highlight
|
Name: source-highlight
|
||||||
Version: 2.1.1
|
Version: 2.1.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPL
|
License: GPL
|
||||||
Source0: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.1.1.tar.gz
|
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
|
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/
|
URL: http://www.gnu.org/software/src-highlite/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: bison, flex, boost-devel
|
BuildRequires: bison, flex, boost-devel
|
||||||
@ -22,6 +23,7 @@ escape sequences as output format.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -59,6 +61,10 @@ fi
|
|||||||
%{_infodir}/source-highlight.info*
|
%{_infodir}/source-highlight.info*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 03 2005 Adrian Reber <adrian@lisas.de> - 2.1.1-1
|
||||||
- updated to 2.1.1 (fixes #164861)
|
- updated to 2.1.1 (fixes #164861)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user