SHA256
1
0
forked from pool/tig

Accepting request 131126 from devel:tools:scm

- Link tig against ncursesw for correct display of non-ASCII
  characters like German umlauts.

OBS-URL: https://build.opensuse.org/request/show/131126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=23
This commit is contained in:
Ismail Dönmez 2012-08-26 12:22:34 +00:00 committed by Git OBS Bridge
commit ff3bef0b71
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 17 20:44:56 UTC 2012 - bernhard@bwalle.de
- Link tig against ncursesw for correct display of non-ASCII
characters like German umlauts.
-------------------------------------------------------------------
Fri May 11 20:46:32 UTC 2012 - pascal.bleser@opensuse.org

View File

@ -46,9 +46,7 @@ showing the commit with the log message, diffstat, and the diff.
%patch1
%build
CC=gcc
CFLAGS="%{optflags} -Wall"
export CFLAGS CC
%configure
make prefix=%{_prefix} mandir=%{_mandir}
%install