Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2015-02-08 13:03:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wcd (Old)
 and      /work/SRC/openSUSE:Factory/.wcd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wcd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2014-11-15 12:29:52.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.wcd.new/wcd.changes     2015-02-08 
13:03:58.000000000 +0100
@@ -1,0 +2,29 @@
+Fri Jan 30 22:18:42 UTC 2015 - [email protected]
+
+- wcd.spec: Fixed Source.
+
+-------------------------------------------------------------------
+Thu Jan 22 21:04:52 UTC 2015 - [email protected]
+
+- Update to 5.2.6:
+  - graphics.c,display.c: Use wclear again on Windows iso werase (werase was
+    introduced in wcd 5.2.4), because wclear gives a cleaner screen in a
+    Windows Command Prompt in an East Asian locale with double width font. E.g.
+    Chinese locale CP936 with raster or Simsun font. wclear gives some screen
+    flickering when used with ncurses on Windows.
+  - New keys in match list and graphical tree mode: F5 or CRTL-l
+    to redraw the screen.
+  - win*/Makefile:
+    * Add libiconv-2.dll when compiled with Unicode normalization.
+    * Add libwinpthread-1.dll when compiled with ncurses.
+    * Replaced libuninstring-0.dll with libunistring-2.dll.
+  - msys2/Makefile: New makefile for building for native msys2.
+  - wcd.c, Makefile: Updated for msys2.
+  - Bugfix: etc/profile.d/wcd.sh: wcd function was overwriting shell's
+    $go variable. Thanks to Andreas Schwab.
+  - Bugfix: wcddir.c: Fix in replacing volume manager path with $HOME for other
+    users. Introduced in version 5.1.0.
+- 0000-make-go-local.patch: Removed. Solved by upstream.
+- 0000-wchar.patch: New patch. Fix for "unknown type wchar_t".
+
+-------------------------------------------------------------------

Old:
----
  0000-make-go-local.patch
  wcd-5.2.5.tar.gz

New:
----
  0000-wchar.patch
  wcd-5.2.6.tar.gz

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

Other differences:
------------------
++++++ wcd.spec ++++++
--- /var/tmp/diff_new_pack.8dMFZP/_old  2015-02-08 13:03:59.000000000 +0100
+++ /var/tmp/diff_new_pack.8dMFZP/_new  2015-02-08 13:03:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wcd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,14 +18,14 @@
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:           wcd
-Version:        5.2.5
+Version:        5.2.6
 Release:        0
 Summary:        Chdir for DOS and Unix
 License:        GPL-2.0
 Group:          Productivity/File utilities
 Url:            http://waterlan.home.xs4all.nl/
-Source:         http://waterlan.home.xs4all.nl/%{name}-%{version}.tar.gz
-Patch0:         0000-make-go-local.patch
+Source:         http://waterlan.home.xs4all.nl/wcd/%{name}-%{version}.tar.gz
+Patch0:         0000-wchar.patch
 BuildRequires:  gettext
 BuildRequires:  ncurses-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ 0000-wchar.patch ++++++
diff -r -u wcd-5.2.6.orig/src/c3po/structur.h wcd-5.2.6/src/c3po/structur.h
--- wcd-5.2.6.orig/src/c3po/structur.h  2011-09-19 22:42:11.000000000 +0200
+++ wcd-5.2.6/src/c3po/structur.h       2015-01-21 22:17:38.442682300 +0100
@@ -20,6 +20,10 @@
 
 */
 
+#ifdef WCD_UNICODE
+#include <wchar.h>
+#endif
+
 #ifndef C3PO_BASIC_TYPES_INCLUDED
 #define C3PO_BASIC_TYPES_INCLUDED
 
++++++ wcd-5.2.5.tar.gz -> wcd-5.2.6.tar.gz ++++++
++++ 12506 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to