Author: qboosh Date: Tue Mar 30 17:35:20 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.6.2 (fixes tests failure) - use xz source - disable silent-rules
---- Files affected: packages/grep: grep.spec (1.108 -> 1.109) ---- Diffs: ================================================================ Index: packages/grep/grep.spec diff -u packages/grep/grep.spec:1.108 packages/grep/grep.spec:1.109 --- packages/grep/grep.spec:1.108 Sun Mar 28 22:40:33 2010 +++ packages/grep/grep.spec Tue Mar 30 19:35:15 2010 @@ -15,13 +15,13 @@ Summary(tr.UTF-8): Dosyalarda katar arama aracı Summary(uk.UTF-8): Утиліти пошуку по шаблонам GNU grep Name: grep -Version: 2.6.1 +Version: 2.6.2 Release: 1 Epoch: 2 License: GPL v3+ Group: Applications/Text -Source0: http://ftp.gnu.org/gnu/grep/%{name}-%{version}.tar.gz -# Source0-md5: 8d1496da11029112a4d0986cbf09e26f +Source0: http://ftp.gnu.org/gnu/grep/%{name}-%{version}.tar.xz +# Source0-md5: b2d5841757ab065b28d0ff4c7ca2eca8 Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source1-md5: 1b5e726d0bee53e898531de4a76ad290 Patch0: %{name}-info.patch @@ -31,7 +31,9 @@ BuildRequires: gettext-devel BuildRequires: libtool %{?with_pcre:BuildRequires: pcre-devel} +BuildRequires: tar >= 1:1.22 BuildRequires: texinfo +BuildRequires: xz %{?with_pcre:Requires: pcre} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -97,8 +99,8 @@ %{__autoconf} %configure \ %{!?with_pcre:--disable-perl-regexp} \ - --without-included-regex \ - --enable-nls + --disable-silent-rules \ + --without-included-regex %{__make} %{?with_tests:%{__make} check} @@ -160,6 +162,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.109 2010/03/30 17:35:15 qboosh +- updated to 2.6.2 (fixes tests failure) +- use xz source +- disable silent-rules + Revision 1.108 2010/03/28 20:40:33 arekm - up to 2.6.1 (official UTF-8 improvements) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grep/grep.spec?r1=1.108&r2=1.109&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
