Author: arekm Date: Fri Nov 14 10:23:53 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 7.19.2; fix aclocal call; fix ca-certs path
---- Files affected: SPECS: curl.spec (1.156 -> 1.157) ---- Diffs: ================================================================ Index: SPECS/curl.spec diff -u SPECS/curl.spec:1.156 SPECS/curl.spec:1.157 --- SPECS/curl.spec:1.156 Thu Nov 6 07:33:05 2008 +++ SPECS/curl.spec Fri Nov 14 11:23:48 2008 @@ -14,12 +14,12 @@ Summary(ru.UTF-8): Утилита для получения файлов с серверов FTP, HTTP и других Summary(uk.UTF-8): Утиліта для отримання файлів з серверів FTP, HTTP та інших Name: curl -Version: 7.19.1 +Version: 7.19.2 Release: 1 License: MIT-like Group: Applications/Networking Source0: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2 -# Source0-md5: 6c4921e55ad276154065052c9e34e1cb +# Source0-md5: 3a461b145a4a31fe7d5a44684e7fbdbc Patch0: %{name}-no_strip.patch Patch1: %{name}-ac.patch Patch2: %{name}-pc.patch @@ -180,14 +180,14 @@ %build %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} %configure \ ac_cv_header_gss_h=no \ %if %{with ssl} - --with-ca-bundle=/usr/share/ssl/ca-bundle.crt \ + --with-ca-bundle=/etc/certs/ca-certificates.crt \ %if %{with gnutls} --with-gnutls=%{_prefix} --without-ssl \ %else @@ -245,6 +245,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.157 2008/11/14 10:23:48 arekm +- up to 7.19.2; fix aclocal call; fix ca-certs path + Revision 1.156 2008/11/06 06:33:05 charles - updated to 7.19.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/curl.spec?r1=1.156&r2=1.157&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
