rpms/source-highlight/devel source-highlight-boost-1.33.0-compile-fix.patch, NONE, 1.1 source-highlight.spec, 1.8, 1.9

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Thu Aug 25 17:37:26 UTC 2005


Author: adrian

Update of /cvs/extras/rpms/source-highlight/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2158

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/devel/source-highlight.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- source-highlight.spec	3 Aug 2005 14:11:58 -0000	1.8
+++ source-highlight.spec	25 Aug 2005 17:37:24 -0000	1.9
@@ -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