SPECS: tig.spec - fixed issue with colors with current ncurses - rel 3
witekfl
witekfl at pld-linux.org
Thu Feb 19 17:02:36 CET 2009
Author: witekfl Date: Thu Feb 19 16:02:36 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed issue with colors with current ncurses
- rel 3
---- Files affected:
SPECS:
tig.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: SPECS/tig.spec
diff -u SPECS/tig.spec:1.17 SPECS/tig.spec:1.18
--- SPECS/tig.spec:1.17 Wed Feb 18 21:53:15 2009
+++ SPECS/tig.spec Thu Feb 19 17:02:31 2009
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Tekstowy interfejs do git-core
Name: tig
Version: 0.14.1
-Release: 2
+Release: 3
License: GPL v2
Group: Development/Tools
Source0: http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz
@@ -53,7 +53,7 @@
%build
%{__make} \
CC="%{__cc}" \
- CFLAGS="%{rpmcflags} %{rpmldflags} -I/usr/include/ncurses" \
+ CFLAGS="%{rpmcflags} %{rpmldflags} -I/usr/include/ncursesw" \
LDLIBS=-lncursesw
%install
@@ -87,6 +87,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2009/02/19 16:02:31 witekfl
+- fixed issue with colors with current ncurses
+- rel 3
+
Revision 1.17 2009/02/18 20:53:15 arekm
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tig.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list