Author: pluto Date: Fri Nov 30 13:18:55 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - gpg-agent requires pinentry package which provides /usr/bin/pintenry-curses, so use this path explictly instead of non-existent /usr/bin/pinentry. release 3.
---- Files affected: SPECS: gnupg2.spec (1.70 -> 1.71) ---- Diffs: ================================================================ Index: SPECS/gnupg2.spec diff -u SPECS/gnupg2.spec:1.70 SPECS/gnupg2.spec:1.71 --- SPECS/gnupg2.spec:1.70 Mon Nov 26 19:47:29 2007 +++ SPECS/gnupg2.spec Fri Nov 30 14:18:50 2007 @@ -8,7 +8,7 @@ Summary(pl.UTF-8): GnuPG - narzędzie do bezpiecznej komunikacji i bezpiecznego przechowywania danych - wersja rozszerzona Name: gnupg2 Version: 2.0.7 -Release: 2 +Release: 3 License: GPL v3+ Group: Applications/File Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2 @@ -196,6 +196,7 @@ --enable-gpg \ --enable-symcryptrun \ --with-capabilities \ + --with-pinentry-pgm=%{_bindir}/pinentry-curses \ --with-mailprog=/usr/lib/sendmail %{__make} -j1 @@ -314,6 +315,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.71 2007-11-30 13:18:50 pluto +- gpg-agent requires pinentry package which provides /usr/bin/pintenry-curses, + so use this path explictly instead of non-existent /usr/bin/pinentry. + release 3. + Revision 1.70 2007-11-26 18:47:29 qboosh - updated pl.po-update patch - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnupg2.spec?r1=1.70&r2=1.71&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
