Hello community,

here is the log from the commit of package freerdp for openSUSE:Factory checked 
in at 2012-05-07 22:45:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freerdp (Old)
 and      /work/SRC/openSUSE:Factory/.freerdp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freerdp", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freerdp/freerdp.changes  2012-04-23 
17:40:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.freerdp.new/freerdp.changes     2012-05-07 
22:47:05.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Apr 29 14:01:04 UTC 2012 - [email protected]
+
+- added freerdp-fix-incorrect-numlock-state.patch which fixes
+  incorrect num lock state when connecting
+  (https://github.com/FreeRDP/FreeRDP/pull/564)
+
+-------------------------------------------------------------------

New:
----
  freerdp-fix-incorrect-numlock-state.patch

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

Other differences:
------------------
++++++ freerdp.spec ++++++
--- /var/tmp/diff_new_pack.3UiI2B/_old  2012-05-07 22:47:06.000000000 +0200
+++ /var/tmp/diff_new_pack.3UiI2B/_new  2012-05-07 22:47:06.000000000 +0200
@@ -30,6 +30,8 @@
 Patch0:         freerdp-fix-bitmap-cache.patch
 # PATCH-FIX-UPSTREAM freerdp-fix-FindPCSC-macro.patch 
https://github.com/FreeRDP/FreeRDP/issues/562 [email protected] -- Fix the 
build by setting PCSC_LIBRARIES and PCSC_INCLUDE_DIRS variables explicitly 
which are otherwise empty
 Patch1:         freerdp-fix-FindPCSC-macro.patch
+# PATCH-FIX-UPSTREAM freerdp-fix-numlock-behavior.patch 
https://github.com/FreeRDP/FreeRDP/pull/564 [email protected] -- Fix incorrect 
num lock state when connecting
+Patch2:         freerdp-fix-incorrect-numlock-state.patch
 BuildRequires:  cmake
 BuildRequires:  cups-devel
 BuildRequires:  ed
@@ -79,6 +81,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 # use a versioned subdirectory for plugins in order to comply with the shared
 # library policy
 ed -s CMakeLists.txt 2>/dev/null <<'EOF'

++++++ freerdp-fix-incorrect-numlock-state.patch ++++++
--- freerdp-1.0.1.orig/libfreerdp-core/connection.c     2012-02-10 
06:01:42.000000000 +0400
+++ freerdp-1.0.1/libfreerdp-core/connection.c  2012-04-29 17:45:40.317494115 
+0400
@@ -489,9 +489,6 @@
                return false;
        if (!rdp_send_client_control_pdu(rdp, CTRLACTION_REQUEST_CONTROL))
                return false;
-
-       rdp->input->SynchronizeEvent(rdp->input, 0);
-
        if (!rdp_send_client_persistent_key_list_pdu(rdp))
                return false;
        if (!rdp_send_client_font_list_pdu(rdp, FONTLIST_FIRST | FONTLIST_LAST))
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to