New upstream release
This commit is contained in:
parent
31f3131e62
commit
17ef6d4d2a
@ -1 +1 @@
|
||||
highlight-2.6.2.tar.gz
|
||||
highlight-2.6.3.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- highlight-2.6.2/src/makefile.bak 2007-07-19 22:19:31.000000000 +0200
|
||||
+++ highlight-2.6.2/src/makefile 2007-08-09 17:13:26.000000000 +0200
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
CXX=c++
|
||||
|
||||
-CFLAGS := -O2
|
||||
+CFLAGS := ${RPM_OPT_FLAGS}
|
||||
LDFLAGS = -s
|
||||
|
||||
CXX_COMPILE = ${CXX} ${CFLAGS} -c
|
12
highlight-2.6.3-rpmopts.patch
Normal file
12
highlight-2.6.3-rpmopts.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up highlight-2.6.3/src/makefile.bak highlight-2.6.3/src/makefile
|
||||
--- highlight-2.6.3/src/makefile.bak 2007-09-04 23:25:34.000000000 +0200
|
||||
+++ highlight-2.6.3/src/makefile 2007-09-11 21:26:50.000000000 +0200
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
CXX=c++
|
||||
|
||||
-CFLAGS := -O2
|
||||
+CFLAGS := ${RPM_OPT_FLAGS}
|
||||
|
||||
# Do not strip by default (Mac OS X lazy pointer issues)
|
||||
# Add -static to avoid linking with shared libs (can cause trouble when highlight
|
@ -1,6 +1,6 @@
|
||||
Name: highlight
|
||||
Summary: Universal source code to formatted text converter
|
||||
Version: 2.6.2
|
||||
Version: 2.6.3
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Tools
|
||||
@ -9,7 +9,7 @@ License: GPLv2
|
||||
URL: http://www.andre-simon.de/
|
||||
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.gz
|
||||
Patch1: highlight-2.6.1-makefile.patch
|
||||
Patch2: highlight-2.6.2-rpmopts.patch
|
||||
Patch2: highlight-2.6.3-rpmopts.patch
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc ChangeLog AUTHORS README* COPYING TODO examples/
|
||||
|
||||
%changelog
|
||||
* Tue Sep 11 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.6.3-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Aug 9 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.6.2-1
|
||||
- New upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user