New upstream release
This commit is contained in:
parent
08154aa4e6
commit
f3a70fa79c
@ -1 +1 @@
|
|||||||
highlight-2.4.3.tar.gz
|
highlight-2.4.4.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
--- highlight-2.4-2/highlight/makefile.rpx 2005-08-04 19:49:31.000000000 +0200
|
--- highlight-2.4.4/highlight/makefile.org 2006-03-12 21:02:07.000000000 +0100
|
||||||
+++ highlight-2.4-2/highlight/makefile 2005-10-10 18:22:14.000000000 +0200
|
+++ highlight-2.4.4/highlight/makefile 2006-03-12 21:03:13.000000000 +0100
|
||||||
@@ -15,7 +15,7 @@
|
@@ -15,7 +15,7 @@
|
||||||
|
|
||||||
CXX=c++
|
CXX=c++
|
||||||
|
|
||||||
-CFLAGS := -O2 -Wall -pedantic -DHL_DATA_DIR=\"${HL_DATA_DIR}\"
|
-CFLAGS := -O2 -DHL_DATA_DIR=\"${HL_DATA_DIR}\"
|
||||||
+CFLAGS := ${RPM_OPT_FLAGS} -DHL_DATA_DIR=\"${HL_DATA_DIR}\" -DUSE_FN_MATCH
|
+CFLAGS := ${RPM_OPT_FLAGS} -O2 -DHL_DATA_DIR=\"${HL_DATA_DIR}\"
|
||||||
|
#CFLAGS := -Wall -DHL_DATA_DIR=\"${HL_DATA_DIR}\"
|
||||||
LDFLAGS = -L/usr/lib -s
|
|
||||||
|
|
||||||
|
LDFLAGS = -s
|
||||||
|
@ -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.4.3
|
Version: 2.4.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -49,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc ChangeLog AUTHORS README* COPYING TODO examples/
|
%doc ChangeLog AUTHORS README* COPYING TODO examples/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 12 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.4.4-1
|
||||||
|
- New upstream release
|
||||||
|
- Adapt rpmopt patch to new upstream release
|
||||||
|
|
||||||
* Sun Feb 12 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.4.3-2
|
* Sun Feb 12 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.4.3-2
|
||||||
- Rebuilt for FC5
|
- Rebuilt for FC5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user