diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : pinentry -version : 1.0.0 -release : 5 +version : 1.1.0 +release : 6 source : - - ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-1.0.0.tar.bz2 : 1672c2edc1feb036075b187c0773787b2afd0544f55025c645a71b4c2f79275a + - ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-1.1.0.tar.bz2 : 68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570 homepage : http://www.gnupg.org/aegypten/ license : GPL-2.0 summary : Pin or pass-phrase entry dialog @@ -14,7 +14,13 @@ - pkgconfig(libsecret-1) - libassuan-devel setup : | - %configure + %configure \ + --enable-pinentry-tty \ + --enable-pinentry-curses \ + --enable-fallback-curses \ + --enable-pinentry-emacs \ + --enable-pinentry-gtk2 \ + --enable-libsecret build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -3,8 +3,8 @@ pinentry http://www.gnupg.org/aegypten/ - Joshua Strobl - joshua@stroblindustries.com + Eric Renfro + psi-jack@linux-help.org GPL-2.0 security @@ -20,17 +20,21 @@ security - /usr/bin - /usr/share/info + /usr/bin/pinentry + /usr/bin/pinentry-curses + /usr/bin/pinentry-emacs + /usr/bin/pinentry-gtk-2 + /usr/bin/pinentry-tty + /usr/share/info/pinentry.info - - 2017-03-28 - 1.0.0 + + 2018-06-23 + 1.1.0 Packaging update - Joshua Strobl - joshua@stroblindustries.com + Eric Renfro + psi-jack@linux-help.org \ No newline at end of file