OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 30-Nov-2007 17:01:24 Branch: HEAD Handle: 2007113016012300 Modified files: openpkg-src/pinentry pinentry.patch pinentry.spec Log: upgrading package: pinentry 0.7.3 -> 0.7.4 Summary: Revision Changes Path 1.2 +0 -15 openpkg-src/pinentry/pinentry.patch 1.7 +2 -2 openpkg-src/pinentry/pinentry.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/pinentry/pinentry.patch ============================================================================ $ cvs diff -u -r1.1 -r1.2 pinentry.patch --- openpkg-src/pinentry/pinentry.patch 15 Nov 2006 20:34:19 -0000 1.1 +++ openpkg-src/pinentry/pinentry.patch 30 Nov 2007 16:01:23 -0000 1.2 @@ -18,18 +18,3 @@ #include "gtksecentry.h" #include "memory.h" -@@ -3210,11 +3220,11 @@ - get_cursor_time(GtkSecureEntry * entry) - { - GtkSettings *settings = gtk_widget_get_settings(GTK_WIDGET(entry)); -- gint time; -+ gint _time; - -- g_object_get(settings, "gtk-cursor-blink-time", &time, NULL); -+ g_object_get(settings, "gtk-cursor-blink-time", &_time, NULL); - -- return time; -+ return _time; - } - - static void @@ . patch -p0 <<'@@ .' Index: openpkg-src/pinentry/pinentry.spec ============================================================================ $ cvs diff -u -r1.6 -r1.7 pinentry.spec --- openpkg-src/pinentry/pinentry.spec 24 Jul 2007 14:27:42 -0000 1.6 +++ openpkg-src/pinentry/pinentry.spec 30 Nov 2007 16:01:23 -0000 1.7 @@ -32,8 +32,8 @@ Class: PLUS Group: Terminal License: GPL -Version: 0.7.3 -Release: 20070724 +Version: 0.7.4 +Release: 20071130 # package options %option with_x11 no @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org