New upstream release

This commit is contained in:
Jochen Schmitt 2006-03-12 20:09:47 +00:00
parent 08154aa4e6
commit f3a70fa79c
4 changed files with 14 additions and 10 deletions

View File

@ -1 +1 @@
highlight-2.4.3.tar.gz
highlight-2.4.4.tar.gz

View File

@ -1,11 +1,11 @@
--- highlight-2.4-2/highlight/makefile.rpx 2005-08-04 19:49:31.000000000 +0200
+++ highlight-2.4-2/highlight/makefile 2005-10-10 18:22:14.000000000 +0200
--- highlight-2.4.4/highlight/makefile.org 2006-03-12 21:02:07.000000000 +0100
+++ highlight-2.4.4/highlight/makefile 2006-03-12 21:03:13.000000000 +0100
@@ -15,7 +15,7 @@
CXX=c++
-CFLAGS := -O2 -Wall -pedantic -DHL_DATA_DIR=\"${HL_DATA_DIR}\"
+CFLAGS := ${RPM_OPT_FLAGS} -DHL_DATA_DIR=\"${HL_DATA_DIR}\" -DUSE_FN_MATCH
LDFLAGS = -L/usr/lib -s
-CFLAGS := -O2 -DHL_DATA_DIR=\"${HL_DATA_DIR}\"
+CFLAGS := ${RPM_OPT_FLAGS} -O2 -DHL_DATA_DIR=\"${HL_DATA_DIR}\"
#CFLAGS := -Wall -DHL_DATA_DIR=\"${HL_DATA_DIR}\"
LDFLAGS = -s

View File

@ -1,7 +1,7 @@
Name: highlight
Summary: Universal source code to formatted text converter
Version: 2.4.3
Release: 2%{?dist}
Version: 2.4.4
Release: 1%{?dist}
Group: Development/Tools
License: GPL
@ -49,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
%doc ChangeLog AUTHORS README* COPYING TODO examples/
%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
- Rebuilt for FC5

View File

@ -1 +1 @@
19b0437361f84467fff11bdbeba654a0 highlight-2.4.3.tar.gz
c2ea3c4a11a76379d73bd4bccd6c3228 highlight-2.4.4.tar.gz