- updated to 2.9
- removed upstreamed gcc43 patch
This commit is contained in:
parent
e87fcdd433
commit
8d8251734d
@ -1,2 +1,2 @@
|
||||
source-highlight-2.8.tar.gz
|
||||
source-highlight-2.8.tar.gz.sig
|
||||
source-highlight-2.9.tar.gz
|
||||
source-highlight-2.9.tar.gz.sig
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff -ur source-highlight-2.8/src/lib/fileutil.cc source-highlight-2.8.new/src/lib/fileutil.cc
|
||||
--- source-highlight-2.8/src/lib/fileutil.cc 2007-09-09 17:00:12.000000000 +0200
|
||||
+++ source-highlight-2.8.new/src/lib/fileutil.cc 2008-02-12 10:08:06.000000000 +0100
|
||||
@@ -23,6 +23,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
+#include <cstdlib>
|
||||
|
||||
#include "fileutil.h"
|
||||
#include "messages.h" // for verbosity
|
@ -1,12 +1,11 @@
|
||||
Summary: Produces a document with syntax highlighting
|
||||
Name: source-highlight
|
||||
Version: 2.8
|
||||
Release: 2%{?dist}
|
||||
Version: 2.9
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Tools
|
||||
License: GPLv3+
|
||||
Source0: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.8.tar.gz
|
||||
Source1: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.8.tar.gz.sig
|
||||
Patch: source-highlight-gcc43.patch
|
||||
Source0: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.9.tar.gz
|
||||
Source1: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.9.tar.gz.sig
|
||||
URL: http://www.gnu.org/software/src-highlite/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: bison, flex, boost-devel
|
||||
@ -24,7 +23,6 @@ escape sequences as output format.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -65,6 +63,10 @@ fi
|
||||
%{_infodir}/source-highlight.info*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 13 2008 Adrian Reber <adrian@lisas.de> - 2.9-1
|
||||
- updated to 2.9
|
||||
- removed upstreamed gcc43 patch
|
||||
|
||||
* Tue Feb 12 2008 Adrian Reber <adrian@lisas.de> - 2.8-2
|
||||
- added gcc43 patch
|
||||
|
||||
@ -130,7 +132,7 @@ fi
|
||||
* Thu Jun 17 2004 Lenny Cartier <lenny@mandrakesoft.com> 1.9-1mdk
|
||||
- 1.9
|
||||
|
||||
* Wed Jan 07 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.8-1mdk
|
||||
* Wed Jan 07 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.8-1mdk
|
||||
- 1.8
|
||||
- drop Prefix tag
|
||||
- clean out redundant buildrequires
|
||||
|
Loading…
Reference in New Issue
Block a user