New upstream release
This commit is contained in:
parent
ec111b3571
commit
02bccc77e7
@ -1 +1 @@
|
|||||||
highlight-2.6.13.tar.gz
|
highlight-2.6.14.tar.gz
|
||||||
|
@ -1,37 +0,0 @@
|
|||||||
diff -up highlight-2.6.13/src/main.cpp.gcc43 highlight-2.6.13/src/main.cpp
|
|
||||||
--- highlight-2.6.13/src/main.cpp.gcc43 2008-09-30 03:45:45.000000000 +0200
|
|
||||||
+++ highlight-2.6.13/src/main.cpp 2008-10-14 17:05:53.000000000 +0200
|
|
||||||
@@ -23,6 +23,9 @@
|
|
||||||
#include "main.h"
|
|
||||||
#include "re/Pattern.h"
|
|
||||||
|
|
||||||
+#include <algorithm>
|
|
||||||
+#include <memory>
|
|
||||||
+
|
|
||||||
#define MAX_LINE__WIDTH 80
|
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
diff -up highlight-2.6.13/src/makefile.gcc43 highlight-2.6.13/src/makefile
|
|
||||||
--- highlight-2.6.13/src/makefile.gcc43 2008-10-14 17:25:04.000000000 +0200
|
|
||||||
+++ highlight-2.6.13/src/makefile 2008-10-14 17:26:42.000000000 +0200
|
|
||||||
@@ -69,7 +69,7 @@ endif
|
|
||||||
compile: ${OBJECTFILES} libhighlight.a
|
|
||||||
${BUILD_CMD}
|
|
||||||
|
|
||||||
-libhighlight.a:
|
|
||||||
+libhighlight.a: ${CORE_OBJECTS}
|
|
||||||
echo "compile lib...."
|
|
||||||
${AR} ${ARFLAGS} libhighlight.a ${CORE_OBJECTS}
|
|
||||||
|
|
||||||
diff -up highlight-2.6.13/src/platform_fs.cpp.gcc43 highlight-2.6.13/src/platform_fs.cpp
|
|
||||||
--- highlight-2.6.13/src/platform_fs.cpp.gcc43 2008-09-10 21:34:37.000000000 +0200
|
|
||||||
+++ highlight-2.6.13/src/platform_fs.cpp 2008-10-14 17:05:53.000000000 +0200
|
|
||||||
@@ -36,6 +36,8 @@
|
|
||||||
#include <iostream>
|
|
||||||
#include <errno.h>
|
|
||||||
|
|
||||||
+#include <algorithm>
|
|
||||||
+
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
namespace Platform {
|
|
@ -1,7 +1,7 @@
|
|||||||
Name: highlight
|
Name: highlight
|
||||||
Summary: Universal source code to formatted text converter
|
Summary: Universal source code to formatted text converter
|
||||||
Version: 2.6.13
|
Version: 2.6.14
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -9,8 +9,6 @@ License: GPLv2
|
|||||||
URL: http://www.andre-simon.de/
|
URL: http://www.andre-simon.de/
|
||||||
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.gz
|
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.gz
|
||||||
Patch1: highlight-2.6.11-makefile.patch
|
Patch1: highlight-2.6.11-makefile.patch
|
||||||
# Patch forwarded to upstream via email
|
|
||||||
Patch2: highlight-2.6.13-gcc43.patch
|
|
||||||
|
|
||||||
BuildRequires: wxGTK-devel
|
BuildRequires: wxGTK-devel
|
||||||
|
|
||||||
@ -27,7 +25,6 @@ It is easily possible to create new language definitions and colour themes.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .mak
|
%patch1 -p1 -b .mak
|
||||||
%patch2 -p1 -b .gcc43
|
|
||||||
|
|
||||||
# Provides: exclude perl(highlight_pipe) from example
|
# Provides: exclude perl(highlight_pipe) from example
|
||||||
cat <<__EOF__ > %{name}-perl.prov
|
cat <<__EOF__ > %{name}-perl.prov
|
||||||
@ -73,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc ChangeLog AUTHORS README* COPYING TODO examples/
|
%doc ChangeLog AUTHORS README* COPYING TODO examples/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 3 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.6.14-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Tue Oct 14 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.6.13-2
|
* Tue Oct 14 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.6.13-2
|
||||||
- Fix SMP build issue
|
- Fix SMP build issue
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user