From b7f60f16102cfe18887b9fb594136cd0711c569d Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Wed, 11 May 2016 14:51:34 +0200 Subject: [PATCH] Fix LANG when running tests on builder machine Set LANG=en_US.utf8 before calling make test. Also change URL to kakoune.org. --- contrib/kakoune.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/contrib/kakoune.spec b/contrib/kakoune.spec index deb57755..721cc89a 100644 --- a/contrib/kakoune.spec +++ b/contrib/kakoune.spec @@ -1,11 +1,11 @@ Name: kakoune Version: 0 -Release: 5.20150328gitd1b81c8f%{?dist} +Release: 208.20160511git84f62e6f%{?dist} Summary: Vim inspired editor License: Unlicense -URL: https://github.com/mawww/kakoune -Source0: kakoune-d1b81c8f.tar +URL: http://kakoune.org/ +Source0: kakoune-84f62e6f.tar BuildRequires: boost-devel >= 1.50 BuildRequires: ncurses-devel >= 5.3 @@ -25,7 +25,7 @@ make %{?_smp_mflags} %check cd src -make test +LANG=en_US.utf8 make test %install cd src @@ -39,6 +39,10 @@ cd src %{_datadir}/kak/* %changelog +* Wed May 11 2016 jkonecny - 0-208.20160511git84f62e6f +- Add LANG=en_US.UTF-8 to fix tests +- Update to git: 84f62e6f + * Thu Feb 11 2016 jkonecny - 0-158.20160210git050484eb - Add new build requires asciidoc - Use new man pages