rpms/source-highlight/FC-4 source-highlight-boost-1.33.0-compile-fix.patch, NONE, 1.1 source-highlight.spec, 1.9, 1.10

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Fri Aug 26 09:17:05 UTC 2005


Author: adrian

Update of /cvs/extras/rpms/source-highlight/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4440

Modified Files:
	source-highlight.spec 
Added Files:
	source-highlight-boost-1.33.0-compile-fix.patch 
Log Message:
* Thu Aug 25 2005 Adrian Reber <adrian at 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


source-highlight-boost-1.33.0-compile-fix.patch:

--- NEW FILE source-highlight-boost-1.33.0-compile-fix.patch ---
--- 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


Index: source-highlight.spec
===================================================================
RCS file: /cvs/extras/rpms/source-highlight/FC-4/source-highlight.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- source-highlight.spec	4 Aug 2005 12:33:00 -0000	1.9
+++ source-highlight.spec	26 Aug 2005 09:17:03 -0000	1.10
@@ -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 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -59,6 +61,10 @@
 %{_infodir}/source-highlight.info*
 
 %changelog
+* Thu Aug 25 2005 Adrian Reber <adrian at 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 at lisas.de> - 2.1.1-1
 - updated to 2.1.1 (fixes #164861)
 




More information about the scm-commits mailing list