Hello community,

here is the log from the commit of package freerdp for openSUSE:Factory checked 
in at 2013-03-22 11:06:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freerdp (Old)
 and      /work/SRC/openSUSE:Factory/.freerdp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freerdp", Maintainer is "lzw...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freerdp/freerdp.changes  2013-01-02 
12:56:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.freerdp.new/freerdp.changes     2013-03-22 
11:06:39.000000000 +0100
@@ -1,0 +2,54 @@
+Thu Mar  7 09:10:15 UTC 2013 - br...@ioda-net.ch
+
+- Added patch for issue #811 fixing divide key (/) on keypad for 1.0x series
+  commit 
https://github.com/bmiklautz/FreeRDP/commit/e0cc1e60657b5883a907e5da2f70eb27bf0b91f1
+
+- Added changelog
+
+  FreeRDP 1.0.2 is a maintenance release which contains several bug and 
stability fixes.
+* xfreerdp:
+* new parameter --from-stdin - prompts for unspecified arguments username, 
password, domain and host.
+* fix compability with x2go
+* fix keyboard state in remote app
+* documentation fixes
+* fixed crash when started with --authonly (#843)
+
+* libfreerdp-core:
+* several memory leaks and double frees were fixed
+* support for FastPath PDUs up to 32767
+* register audio only if plugin is registered
+* load extensions after argument parsing
+
+* libfreerdp-utils:
+* fixed crash when HOME environment variable wasn't set
+
+* xfreerdp-server
+* deadlock fixed
+* accept TLSv1 and SSLv3
+
+* smartcard
+* don't incorrectly set SCARD_STATE_IGNORE
+
+* libfreerdp-codec
+* performance improvement
+
+* libfreerdp-gdi
+* support for PatBlt DPa operation
+
+* plugin
+* ignore CHANNEL_FLAG_SUSPEND/CHANNEL_FLAG_RESUME to prevent possible crash
+
+For a detailed list of changes use "git log 1.0.1..1.0.2"
+known problems:
+
+* If windows input language is set to german pressing the divde key (/) on the 
keypad
+  results in minus (-) (see issue #811) 
+
+-------------------------------------------------------------------
+Thu Jan 24 14:42:37 UTC 2013 - kkae...@suse.com
+
+- update to 1.0.2
+  - bugfix release (no changelog posted)
+  - drop patches that are upstream
+
+-------------------------------------------------------------------

Old:
----
  freerdp-1.0.1.tar.gz
  freerdp-fix-bitmap-cache.patch
  freerdp-fix-incorrect-numlock-state.patch
  freerdp-fix-linking-with-libpulse.patch

New:
----
  freerdp-1.0.2.tar.gz
  freerdp_branch-1.0.x_fix-kpdivide-issue831.patch

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

Other differences:
------------------
++++++ freerdp.spec ++++++
--- /var/tmp/diff_new_pack.vrkNiy/_old  2013-03-22 11:06:41.000000000 +0100
+++ /var/tmp/diff_new_pack.vrkNiy/_new  2013-03-22 11:06:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freerdp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,23 +19,19 @@
 %define libname libfreerdp-1_0
 
 Name:           freerdp
-Version:        1.0.1
+Version:        1.0.2
 Release:        0
 Summary:        Remote Desktop Viewer Client
 License:        Apache-2.0
 Group:          Productivity/Networking/Other
 Url:            http://www.freerdp.com/
 Source0:        
https://github.com/downloads/FreeRDP/FreeRDP/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM freerdp-fix-bitmap-cache.patch zawer...@gmail.com -- Fix 
a problem with the bitmap cache resulting in garbled images (backported from 
upstream git)
-Patch0:         freerdp-fix-bitmap-cache.patch
 # PATCH-FIX-UPSTREAM freerdp-fix-FindPCSC-macro.patch 
https://github.com/FreeRDP/FreeRDP/issues/562 gb...@opensuse.org -- 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 zawer...@gmail.com -- Fix incorrect 
num lock state when connecting
-Patch2:         freerdp-fix-incorrect-numlock-state.patch
-# PATCH-FIX-UPSTREAM freerdp-fix-linking-with-libpulse.patch 
https://github.com/FreeRDP/FreeRDP/issues/418 g...@opensuse.org -- Link the 
pulseaudio plugins with libpulse
-Patch3:         freerdp-fix-linking-with-libpulse.patch
 # PATCH-FIX-UPSTREAM freerdp-fix-pulse-no-device-name.patch bnc#785437 
g...@opensuse.org -- Fix a segfault in case device name is not provided
 Patch4:         freerdp-handle-null-device-name.patch
+# PATCH-FIX-UPSTREAM (wip) fix handle of kpdivide on keypad - issue #831
+Patch5:         freerdp_branch-1.0.x_fix-kpdivide-issue831.patch
 BuildRequires:  cmake
 BuildRequires:  cups-devel
 BuildRequires:  ed
@@ -82,12 +78,10 @@
 based on libfreerdp.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n FreeRDP-%{version}
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 %patch4 -p1
+%patch5 -p1
 # use a versioned subdirectory for plugins in order to comply with the shared
 # library policy
 ed -s CMakeLists.txt 2>/dev/null <<'EOF'
@@ -119,7 +113,7 @@
 %make_install
 
 # remove keymaps as we make use of libxkbfile
-rm -rf $RPM_BUILD_ROOT/usr/share/freerdp/keymaps/
+# rm -rf $RPM_BUILD_ROOT/usr/share/freerdp/keymaps/
 
 %post   -n %{libname} -p /sbin/ldconfig
 

++++++ freerdp-1.0.1.tar.gz -> freerdp-1.0.2.tar.gz ++++++
++++ 2015 lines of diff (skipped)

++++++ freerdp_branch-1.0.x_fix-kpdivide-issue831.patch ++++++
--- a/include/freerdp/kbd/vkcodes.h     2013-03-07 10:21:12.591964852 +0100
+++ b/include/freerdp/kbd/vkcodes.h     2013-03-07 10:21:19.825964976 +0100
@@ -434,7 +434,7 @@
        { 0x00, 0, "VK_SEPARATOR"        , NULL   },
        { 0x4A, 0, "VK_SUBTRACT"         , "KPSU" },
        { 0x53, 0, "VK_DECIMAL"          , "KPDL" },
-       { 0x35, 0, "VK_DIVIDE"           , "KPDV" },
+       { 0x35, 1, "VK_DIVIDE"           , "KPDV" },
        { 0x3B, 0, "VK_F1"               , "FK01" },
        { 0x3C, 0, "VK_F2"               , "FK02" },
        { 0x3D, 0, "VK_F3"               , "FK03" },
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to