Hello community,

here is the log from the commit of package pinentry for openSUSE:Factory 
checked in at 2013-08-21 15:00:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-04-22 
14:31:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pinentry.new/pinentry.changes   2013-08-21 
15:00:19.000000000 +0200
@@ -1,0 +2,14 @@
+Mon Aug 19 21:53:03 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 0.8.3
+  * Add SETTIMEOUT command for the gtk+-2 pinentry.
+- includes changes from 0.8.2:
+  * New SETTIMEOUT command for the qt4 pinentry.
+  * Wide character support for the curses pinentry.
+    ( already present in openSUSE patched version)
+  * Various bug fixes.
+- drop pinentry-0.7.2-curses-utf-8.diff, implemented upstream
+- drop pinentry-0.8.1-editing-cancelled_warning.patch, same
+- refresh qt4-disable-inputmethod-for-passwords.diff
+
+-------------------------------------------------------------------

Old:
----
  pinentry-0.7.2-curses-utf-8.diff
  pinentry-0.8.1-editing-cancelled_warning.patch
  pinentry-0.8.1.tar.gz
  pinentry-0.8.1.tar.gz.sig

New:
----
  pinentry-0.8.3.tar.bz2
  pinentry-0.8.3.tar.bz2.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pinentry.spec ++++++
--- /var/tmp/diff_new_pack.Hwnn0b/_old  2013-08-21 15:00:20.000000000 +0200
+++ /var/tmp/diff_new_pack.Hwnn0b/_new  2013-08-21 15:00:20.000000000 +0200
@@ -17,31 +17,28 @@
 
 
 Name:           pinentry
-Version:        0.8.1
+Version:        0.8.3
 Release:        0
 Summary:        Collection of Simple PIN or Passphrase Entry Dialogs
 License:        GPL-2.0+
 Group:          Productivity/Other
 Url:            http://www.gnupg.org/aegypten/
-Source:         ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-%{version}.tar.gz
-Source1:        ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.8.1.tar.gz.sig
+Source:         ftp://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.bz2
+Source1:        
ftp://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.bz2.sig
 Source2:        pinentry.keyring
 Source3:        pinentry
 Patch0:         moreSecureMemoryForPinentry-qt.diff
 Patch1:         pinentry-0.7.2-gtk+-2.4.diff
 Patch2:         pinentry-0.7.2-bnc179996_disable_inputmethod_for_passords.patch
-Patch3:         pinentry-0.7.2-curses-utf-8.diff
 # PATCH-FIX-UPSTREAM allow paste for pinentry-qt4 (bnc#690514)
 Patch4:         pinentry-0.8.1-allow_paste_qt4.patch
 # PATCH-FIX-UPSTREAM allow paste for pinentry-gtk-2 (bnc#690514)
 Patch5:         pinentry-0.8.1-allow_paste_gtk2.patch
 # PATCH-FIX-SUSE fix qt4 password entry not to allow IM (bnc#725471)
 Patch6:         qt4-disable-inputmethod-for-passwords.diff
-# PATCH-FIX-UPSTREAM prevents glib warning (bnc#690514)
-Patch7:         pinentry-0.8.1-editing-cancelled_warning.patch
 # PATCH-FIX-SUSE add -ltinfo to fix build
 Patch8:         pinentry-0.8.1-tinfo.patch
-BuildRequires:  automake
+BuildRequires:  automake >= 1.10
 BuildRequires:  cmake
 BuildRequires:  libcap-devel
 BuildRequires:  libdrm-devel
@@ -114,11 +111,9 @@
 %patch0 -p 1
 %patch1 -p 1
 %patch2 -p 1
-%patch3
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 %patch8 -p1
 
 %build

++++++ pinentry-0.8.1-tinfo.patch ++++++
--- /var/tmp/diff_new_pack.Hwnn0b/_old  2013-08-21 15:00:20.000000000 +0200
+++ /var/tmp/diff_new_pack.Hwnn0b/_new  2013-08-21 15:00:20.000000000 +0200
@@ -1,13 +1,17 @@
-Index: pinentry-0.8.1/m4/curses.m4
+---
+ m4/curses.m4 |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: pinentry-0.8.3/m4/curses.m4
 ===================================================================
---- pinentry-0.8.1.orig/m4/curses.m4   2011-11-22 15:56:56.000000000 +0100
-+++ pinentry-0.8.1/m4/curses.m4        2011-11-22 16:33:06.707257991 +0100
-@@ -28,7 +28,7 @@
+--- pinentry-0.8.3.orig/m4/curses.m4   2013-08-19 22:44:42.000000000 +0100
++++ pinentry-0.8.3/m4/curses.m4        2013-08-19 22:44:56.000000000 +0100
+@@ -28,7 +28,7 @@ AC_DEFUN([IU_LIB_NCURSES], [
    AC_ARG_ENABLE(ncurses,    [  --disable-ncurses       don't prefer -lncurses 
over -lcurses],
                , enable_ncurses=yes)
    if test "$enable_ncurses" = yes; then
--    AC_CHECK_LIB(ncursesw, initscr, LIBNCURSES="-lncursesw")
-+    AC_CHECK_LIB(ncursesw, initscr, LIBNCURSES="-lncursesw -ltinfo")
-     if test "$LIBNCURSES"; then
-       # Use ncurses header files instead of the ordinary ones, if possible;
-       # is there a better way of doing this, that avoids looking in specific
+-    AC_CHECK_LIB(ncursesw, initscr, LIBNCURSES="-lncursesw",
++    AC_CHECK_LIB(ncursesw, initscr, LIBNCURSES="-lncursesw -ltinfo",
+       AC_CHECK_LIB(ncurses, initscr, LIBNCURSES="-lncurses"))
+     if test "$ac_cv_lib_ncursesw_initscr" = yes; then
+       have_ncursesw=yes

++++++ pinentry-0.8.1.tar.gz -> pinentry-0.8.3.tar.bz2 ++++++
++++ 19084 lines of diff (skipped)

++++++ qt4-disable-inputmethod-for-passwords.diff ++++++
--- /var/tmp/diff_new_pack.Hwnn0b/_old  2013-08-21 15:00:21.000000000 +0200
+++ /var/tmp/diff_new_pack.Hwnn0b/_new  2013-08-21 15:00:21.000000000 +0200
@@ -1,6 +1,12 @@
---- a/qt4/qsecurelineedit.cpp
-+++ b/qt4/qsecurelineedit.cpp
-@@ -2690,7 +2690,7 @@
+---
+ qt4/qsecurelineedit.cpp |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: pinentry-0.8.3/qt4/qsecurelineedit.cpp
+===================================================================
+--- pinentry-0.8.3.orig/qt4/qsecurelineedit.cpp        2013-08-19 
22:40:57.000000000 +0100
++++ pinentry-0.8.3/qt4/qsecurelineedit.cpp     2013-08-19 22:40:59.000000000 
+0100
+@@ -2688,7 +2688,7 @@ void QSecureLineEditPrivate::init(const
      q->setCursor(Qt::IBeamCursor);
  #endif
      q->setFocusPolicy(Qt::StrongFocus);

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to