New upstrem release
This commit is contained in:
parent
8780428033
commit
6b08daf246
@ -1 +1 @@
|
||||
highlight-2.7.tar.gz
|
||||
highlight-2.8.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff -up highlight-2.7/src/core/re/Pattern.cpp.gcc44 highlight-2.7/src/core/re/Pattern.cpp
|
||||
--- highlight-2.7/src/core/re/Pattern.cpp.gcc44 2009-02-03 17:15:46.000000000 +0100
|
||||
+++ highlight-2.7/src/core/re/Pattern.cpp 2009-02-03 17:16:03.000000000 +0100
|
||||
@@ -26,6 +26,7 @@
|
||||
#include "Pattern.h"
|
||||
#include "Matcher.h"
|
||||
#include <cstring>
|
||||
+#include <cstdio>
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: highlight
|
||||
Summary: Universal source code to formatted text converter
|
||||
Version: 2.7
|
||||
Release: 3%{?dist}
|
||||
Version: 2.8
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Tools
|
||||
License: GPLv2
|
||||
@ -9,8 +9,6 @@ License: GPLv2
|
||||
URL: http://www.andre-simon.de/
|
||||
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.gz
|
||||
Patch1: highlight-2.6.11-makefile.patch
|
||||
# Sent patch to upstrem via mail.
|
||||
Patch2: highlight-2.7-gcc44.patch
|
||||
|
||||
BuildRequires: wxGTK-devel
|
||||
|
||||
@ -27,7 +25,6 @@ It is easily possible to create new language definitions and colour themes.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .mak
|
||||
%patch2 -p1 -b .gcc44
|
||||
|
||||
# Provides: exclude perl(highlight_pipe) from example
|
||||
cat <<__EOF__ > %{name}-perl.prov
|
||||
@ -73,7 +70,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc ChangeLog AUTHORS README* COPYING TODO examples/
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-3
|
||||
* Mon Apr 20 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.8-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 2.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Tue Feb 3 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.7-2
|
||||
|
Loading…
Reference in New Issue
Block a user