Hello community, here is the log from the commit of package pinentry for openSUSE:Factory checked in at 2015-05-15 09:02:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pinentry (Old) and /work/SRC/openSUSE:Factory/.pinentry.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pinentry" Changes: -------- --- /work/SRC/openSUSE:Factory/pinentry/pinentry.changes 2015-03-29 20:17:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pinentry.new/pinentry.changes 2015-05-15 09:02:54.000000000 +0200 @@ -1,0 +2,9 @@ +Tue May 12 20:41:19 UTC 2015 - [email protected] + +- pinentry 0.9.2: + * Escape key works in the Gtk+ pinentry. + * Improvements for pinentry-tty. +- Upstream supported but not enabled: + * Support for saving the passphrase with libsecret. + +------------------------------------------------------------------- Old: ---- pinentry-0.9.1.tar.bz2 pinentry-0.9.1.tar.bz2.sig New: ---- pinentry-0.9.2.tar.bz2 pinentry-0.9.2.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pinentry.spec ++++++ --- /var/tmp/diff_new_pack.3OtcJu/_old 2015-05-15 09:02:56.000000000 +0200 +++ /var/tmp/diff_new_pack.3OtcJu/_new 2015-05-15 09:02:56.000000000 +0200 @@ -17,8 +17,9 @@ %global ncursesw_config %(set -- %{_bindir}/ncursesw*-config; echo ${1}) +%bcond_with libsecret Name: pinentry -Version: 0.9.1 +Version: 0.9.2 Release: 0 Summary: Collection of Simple PIN or Passphrase Entry Dialogs License: GPL-2.0+ @@ -39,6 +40,9 @@ Requires(post): %{install_info_prereq} Provides: pinentry-dialog BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?with libsecret} +BuildRequires: pkgconfig(libsecret-1) +%endif %description This is a collection of simple PIN or passphrase entry dialogs which @@ -89,6 +93,9 @@ --enable-pinentry-qt4-clipboard \ --enable-pinentry-gtk2 \ --enable-pinentry-tty \ +%if 0%{with libsecret} + --enable-libsecret \ +%endif --without-ncurses-include-dir make %{?_smp_mflags} @@ -108,7 +115,7 @@ %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README -%doc %{_infodir}/pinentry* +%{_infodir}/pinentry* %attr(755,root,root) %{_bindir}/pinentry %attr(755,root,root) %{_bindir}/pinentry-tty %attr(755,root,root) %{_bindir}/pinentry-curses ++++++ pinentry-0.9.1.tar.bz2 -> pinentry-0.9.2.tar.bz2 ++++++ ++++ 2943 lines of diff (skipped)
