17 Commits

Author SHA256 Message Date
Erwin Waterlander
79edf8d423 - Update to 6.0.5
* New Romanian translations of UI and manual.
  * New Swedish translations of UI and manual.

OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=29
2023-04-28 12:14:42 +00:00
Erwin Waterlander
5aa5d73ec3 - Update to 6.0.4
* New Serbian translation of the manual.
  * Updated French translations of messages and manual.
  * Updated Esperanto translation.

OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=28
2021-11-02 20:49:25 +00:00
Erwin Waterlander
878c5e3cbb - Fix BuildRequires. gettext -> gettext-runtime (required for msgfmt).
OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=26
2019-08-15 18:45:35 +00:00
Erwin Waterlander
9e060ecff7 - Update to 6.0.3
* New French translations of the messages and the manual.
    Thanks to Grégoire Scano.
  * Code cleanup.

OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=25
2019-08-15 18:27:42 +00:00
Erwin Waterlander
e641f2ba68 - Update to 6.0.2
* New Friulian translation of the messages. Thanks to Fabio Tomat.
  * Updated Spanish translation. Thanks to Francisco Javier Serrador.
  * Makefile: Fix: Add RPM_LD_FLAGS instead of RPM_OPT_FLAGS to LDFLAGS.
  * Code cleanup.

OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=23
2018-05-13 15:45:16 +00:00
Erwin Waterlander
af3354ac72 - Update to 6.0.1
* New Brazilian Portuguese translations of UI and manual.

OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=21
2017-09-24 18:51:35 +00:00
Erwin Waterlander
e2abce99d5 - Update to 6.0.1
OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=20
2017-09-15 23:55:40 +00:00
Erwin Waterlander
f3ca775e3e - Update to 6.0.0
OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=18
2017-02-23 19:31:54 +00:00
Erwin Waterlander
2443c48577 - Update to 5.3.4
OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=16
2017-01-04 21:25:06 +00:00
Erwin Waterlander
b7227bf3e3 - Update to 5.3.3
OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=14
2016-11-03 21:43:25 +00:00
Erwin Waterlander
587a7cdd27 - Update to 5.3.2
OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=12
2016-02-19 18:42:40 +00:00
Erwin Waterlander
62f9b4f681 - Update to 5.3.1:
- src/po/zh_CN.po: New simplified Chinese translation of the messages.
    Thanks to Mingcong Bai (Jeff) and Mingye Wang (Arthur).
  - src/Makefile, */vc/Makefile, */watcom/Makefile: Unicode support is by
    default enabled for Windows and Unix.
  - src/Makefile, src/chk_logc.sh: Automatically detect if we are in MSYS
    1 or 2, and disable Unicode for MSYS 1.

OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=10
2015-12-03 18:55:32 +00:00
Erwin Waterlander
756ba08cec - Update to 5.3.0:
- Faster loading of the graphical tree, in about one third less time.
  - Fix reading UTF-16 treedata files.
  - Fix: Check for file I/O errors while reading files. These can happen
    after a file was opened without problems.

OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=8
2015-09-26 12:14:43 +00:00
Erwin Waterlander
8f762d2a0c - Update to 5.2.7:
- c3po/structur.h: Fix compilation error: unknown type name wchar_t.
    Happens on some systems when wcd is compiled with Unicode support.
  - Makefile, man/man1/Makefile: add option --no-wrap to xgettext and
    msgmerge. Translation Project standard is not to wrap.
- 0000-wchar.patch: Removed. Solved by upstream.

OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=6
2015-04-19 20:50:58 +00:00
Erwin Waterlander
662f45ba0e - wcd.spec: Fixed Source.
- 0000-make-go-local.patch: Removed. Solved by upstream.
- 0000-wchar.patch: New patch. Fix for "unknown type wchar_t".

OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=4
2015-01-30 22:28:09 +00:00
Erwin Waterlander
614f10e584 - 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.

OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=3
2015-01-22 21:46:47 +00:00
Tomáš Chvátal
fc288a6a20 Accepting request 259699 from home:waterlan
New package for openSUSE

OBS-URL: https://build.opensuse.org/request/show/259699
OBS-URL: https://build.opensuse.org/package/show/utilities/wcd?expand=0&rev=1
2014-11-10 10:19:29 +00:00