Author: adamg Date: Fri Mar 21 12:57:02 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.10.1 (+git diff)
---- Files affected: SPECS: tig.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/tig.spec diff -u SPECS/tig.spec:1.8 SPECS/tig.spec:1.9 --- SPECS/tig.spec:1.8 Thu Feb 14 20:05:36 2008 +++ SPECS/tig.spec Fri Mar 21 13:56:56 2008 @@ -2,13 +2,14 @@ Summary: Text-mode interface for git-core Summary(pl.UTF-8): Tekstowy interfejs do git-core Name: tig -Version: 0.9.1 -Release: 2 +Version: 0.10.1 +Release: 1 License: GPL v2 Group: Development/Tools Source0: http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz -# Source0-md5: b596682b3cd5892db22d7168d6f99bd1 +# Source0-md5: ff2c0c3d34b52a665421684d1fe7c221 URL: http://jonas.nitro.dk/tig/ +Patch0: tig-git.patch BuildRequires: asciidoc BuildRequires: ncurses-devel Requires: git-core @@ -48,6 +49,7 @@ %prep %setup -q +%patch0 -p1 %build %{__make} \ @@ -72,7 +74,7 @@ %files %defattr(644,root,root,755) -%doc TODO *.html contrib/tigrc +%doc BUGS README TODO *.html contrib/tigrc %attr(755,root,root) %{_bindir}/* %{_mandir}/man*/* @@ -86,6 +88,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2008-03-21 12:56:56 adamg +- updated to 0.10.1 (+git diff) + Revision 1.8 2008-02-14 19:05:36 witekfl - link with -lncursesw, because pl.po in elinks-0.12.GIT is encoded in UTF-8. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tig.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
