[control-center/f12/master] * Thu Aug 19 2010 Bastien Nocera <bnocera at redhat.com> 2.28.1-19 - Fix enrollment on UPEK Eikon II de

Bastien Nocera hadess at fedoraproject.org
Thu Aug 19 16:22:19 UTC 2010


commit d8605be290ecc88802436cee9a47a613abf088a7
Author: Bastien Nocera <hadess at hadess.net>
Date:   Thu Aug 19 17:22:13 2010 +0100

    * Thu Aug 19 2010 Bastien Nocera <bnocera at redhat.com> 2.28.1-19
    - Fix enrollment on UPEK Eikon II devices

 ...ing-with-Upek-Eikon-II-fingerprint-reader.patch |   58 ++++++++++++++++++++
 control-center.spec                                |    9 +++-
 2 files changed, 66 insertions(+), 1 deletions(-)
---
diff --git a/0001-Fix-enrolling-with-Upek-Eikon-II-fingerprint-reader.patch b/0001-Fix-enrolling-with-Upek-Eikon-II-fingerprint-reader.patch
new file mode 100644
index 0000000..19bcb71
--- /dev/null
+++ b/0001-Fix-enrolling-with-Upek-Eikon-II-fingerprint-reader.patch
@@ -0,0 +1,58 @@
+From 788bfe5b500c33d182dd1c7c48a49b1232e7a57e Mon Sep 17 00:00:00 2001
+From: Bastien Nocera <hadess at hadess.net>
+Date: Wed, 18 Aug 2010 11:42:33 +0100
+Subject: [PATCH] Fix enrolling with Upek Eikon II fingerprint reader
+
+https://bugzilla.gnome.org/show_bug.cgi?id=627249
+---
+ capplets/about-me/gnome-about-me-fingerprint.c  |    2 +-
+ capplets/about-me/gnome-about-me-fingerprint.ui |   20 ++++++++++++++++++++
+ 2 files changed, 21 insertions(+), 1 deletions(-)
+
+diff --git a/capplets/about-me/gnome-about-me-fingerprint.c b/capplets/about-me/gnome-about-me-fingerprint.c
+index b285503..88b1d4f 100644
+--- a/capplets/about-me/gnome-about-me-fingerprint.c
++++ b/capplets/about-me/gnome-about-me-fingerprint.c
+@@ -25,7 +25,7 @@
+ #include "capplet-util.h"
+ 
+ /* This must match the number of images on the 2nd page in the UI file */
+-#define MAX_ENROLL_STAGES 3
++#define MAX_ENROLL_STAGES 5
+ 
+ static DBusGProxy *manager = NULL;
+ static DBusGConnection *connection = NULL;
+diff --git a/capplets/about-me/gnome-about-me-fingerprint.ui b/capplets/about-me/gnome-about-me-fingerprint.ui
+index d94a5e8..7f15433 100644
+--- a/capplets/about-me/gnome-about-me-fingerprint.ui
++++ b/capplets/about-me/gnome-about-me-fingerprint.ui
+@@ -219,6 +219,26 @@
+               </packing>
+             </child>
+             <child>
++              <object class="GtkImage" id="image4">
++                <property name="visible">True</property>
++                <property name="stock">gtk-no</property>
++                <property name="icon-size">6</property>
++              </object>
++              <packing>
++                <property name="position">4</property>
++              </packing>
++            </child>
++            <child>
++              <object class="GtkImage" id="image5">
++                <property name="visible">True</property>
++                <property name="stock">gtk-no</property>
++                <property name="icon-size">6</property>
++              </object>
++              <packing>
++                <property name="position">5</property>
++              </packing>
++            </child>
++            <child>
+               <placeholder/>
+             </child>
+           </object>
+-- 
+1.7.0.1
+
diff --git a/control-center.spec b/control-center.spec
index 9f77e66..e9d7754 100644
--- a/control-center.spec
+++ b/control-center.spec
@@ -24,7 +24,7 @@
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
 Version: 2.28.1
-Release: 18%{?dist}
+Release: 19%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -81,6 +81,9 @@ Patch56: best-shapes.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=147808
 Patch57: monitor-aspect.patch
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=627249
+Patch58: 0001-Fix-enrolling-with-Upek-Eikon-II-fingerprint-reader.patch
+
 # https://bugzilla.gnome.org/show_bug.cgi?id=492974
 Patch60: override-redirect.patch
 
@@ -245,6 +248,7 @@ cp %{SOURCE4} po
 %patch55 -p1 -b .finger-icons
 %patch56 -p1 -b .best-shapes
 %patch57 -p1 -b .monitor-aspect
+%patch58 -p1 -b .more-enroll
 %patch60 -p1 -b .override-redirect
 %patch62 -p1 -b .no-duplicate-keybindings
 %patch63 -p1 -b .no-wrong-keybindings
@@ -442,6 +446,9 @@ fi
 
 
 %changelog
+* Thu Aug 19 2010 Bastien Nocera <bnocera at redhat.com> 2.28.1-19
+- Fix enrollment on UPEK Eikon II devices
+
 * Thu Feb 18 2010 Matthias Clasen <mclasen at redhat.com>  2.18.1-18
 - Add back a way to have spanned backgrounds
 


More information about the scm-commits mailing list