Author: twittner Date: Wed May 7 19:41:49 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 7.7 - enable suport for handling .gz and .bz2 files (pcregrep)
---- Files affected: SPECS: pcre.spec (1.92 -> 1.93) ---- Diffs: ================================================================ Index: SPECS/pcre.spec diff -u SPECS/pcre.spec:1.92 SPECS/pcre.spec:1.93 --- SPECS/pcre.spec:1.92 Thu Mar 6 18:02:32 2008 +++ SPECS/pcre.spec Wed May 7 21:41:44 2008 @@ -8,18 +8,21 @@ Summary(pl.UTF-8): Biblioteka perlowych wyrażeń regularnych Summary(pt_BR.UTF-8): Biblioteca de expressões regulares versão Name: pcre -Version: 7.6 -Release: 2 +Version: 7.7 +Release: 1 License: BSD (see LICENCE) Group: Libraries Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2 -# Source0-md5: 2af38e083fb90ef60fa9eda7cc290e86 +# Source0-md5: 4b2e9cde1f7227448dddba59843efa0b Patch0: %{name}-pcreposix-glibc-conflict.patch URL: http://www.pcre.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake +BuildRequires: bzip2-devel BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.5 +BuildRequires: readline-devel +BuildRequires: zlib-devel Obsoletes: libpcre0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -186,7 +189,10 @@ CXXLDFLAGS="%{rpmldflags}" \ %{!?with_static_libs:--enable-static=no} \ --enable-utf8 \ - --enable-unicode-properties + --enable-unicode-properties \ + --enable-pcregrep-libz \ + --enable-pcregrep-libbz2 \ + --enable-pcretest-libreadline %{__make} @@ -292,6 +298,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.93 2008-05-07 19:41:44 twittner +- up to 7.7 +- enable suport for handling .gz and .bz2 files (pcregrep) + Revision 1.92 2008-03-06 17:02:32 glen - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pcre.spec?r1=1.92&r2=1.93&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
