Author: blues Date: Wed Nov 19 15:43:17 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - patchlevel 16 - fixed certificates path
---- Files affected: SPECS: alpine.spec (1.74 -> 1.75) ---- Diffs: ================================================================ Index: SPECS/alpine.spec diff -u SPECS/alpine.spec:1.74 SPECS/alpine.spec:1.75 --- SPECS/alpine.spec:1.74 Thu Nov 13 21:56:36 2008 +++ SPECS/alpine.spec Wed Nov 19 16:43:12 2008 @@ -4,7 +4,7 @@ # - separate package with tcl web-frontend # - fix as-needed %define ver 2.00 -%define patchlevel 13 +%define patchlevel 16 Summary: University of Washington Alpine mail user agent Summary(pl.UTF-8): Klient pocztowy Alpine z Uniwersytetu w Waszyngtonie Name: alpine @@ -17,7 +17,7 @@ #Source0: ftp://ftp.cac.washington.edu/alpine/%{name}-%{version}.tar.gz # Source with applied patches from http://staff.washington.edu/chappa/alpine/ Source0: http://staff.washington.edu/chappa/alpine/patches/alpine-%{ver}/%{name}-%{ver}_%{patchlevel}.tar.gz -# Source0-md5: e78fb53acaa23a6fc09ab6d848edc72b +# Source0-md5: ffe20000189d06175c46d39b44d01ad5 Source1: pico.desktop Source2: %{name}.desktop Source3: %{name}.png @@ -41,6 +41,8 @@ # Only for web-frontend: #BuildRequires: tcl-devel Suggests: aspell +Suggests: ca-certificates +Conflicts: ca-certificates < 20080809-4 Provides: pine = 6.00 Obsoletes: pine BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -145,7 +147,7 @@ --with-system-mail-directory=/var/mail \ --with-c-client-target=slx \ --with-ssl-dir=/var/lib/openssl/certs \ - --with-ssl-certs-dir=/var/lib/openssl/certs \ + --with-ssl-certs-dir=/etc/certs \ --with-passfile=.pine.pwd %{__make} \ @@ -214,6 +216,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.75 2008/11/19 15:43:12 blues +- patchlevel 16 - fixed certificates path + Revision 1.74 2008/11/13 20:56:36 qboosh - CVE refs too ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/alpine.spec?r1=1.74&r2=1.75&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
