* 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
190 lines
6.9 KiB
Plaintext
190 lines
6.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 28 12:12:44 UTC 2023 - Erwin Waterlander <waterlan@xs4all.nl>
|
|
|
|
- Update to 6.0.5
|
|
* New Romanian translations of UI and manual.
|
|
* New Swedish translations of UI and manual.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 2 20:47:06 UTC 2021 - Erwin Waterlander <waterlan@xs4all.nl>
|
|
|
|
- Update to 6.0.4
|
|
* New Serbian translation of the manual.
|
|
* Updated French translations of messages and manual.
|
|
* Updated Esperanto translation.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 15 18:43:45 UTC 2019 - waterlan <waterlan@xs4all.nl>
|
|
|
|
- Fix BuildRequires. gettext -> gettext-runtime (required for msgfmt).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 15 18:25:17 UTC 2019 - waterlan <waterlan@xs4all.nl>
|
|
|
|
- Update to 6.0.3
|
|
* New French translations of the messages and the manual.
|
|
Thanks to Grégoire Scano.
|
|
* Code cleanup.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 13 15:41:55 UTC 2018 - waterlan@xs4all.nl
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 24 18:49:11 UTC 2017 - waterlan@xs4all.nl
|
|
|
|
- Update to 6.0.1
|
|
* New Brazilian Portuguese translations of UI and manual.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 23 19:30:55 UTC 2017 - waterlan@xs4all.nl
|
|
|
|
- Update to 6.0.0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 4 21:24:08 UTC 2017 - waterlan@xs4all.nl
|
|
|
|
- Update to 5.3.4
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 3 21:42:24 UTC 2016 - waterlan@xs4all.nl
|
|
|
|
- Update to 5.3.3
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 19 18:41:18 UTC 2016 - waterlan@xs4all.nl
|
|
|
|
- Update to 5.3.2
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 3 18:53:42 UTC 2015 - waterlan@xs4all.nl
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 26 12:12:29 UTC 2015 - waterlan@xs4all.nl
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 19 20:43:52 UTC 2015 - waterlan@xs4all.nl
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 30 22:18:42 UTC 2015 - waterlan@xs4all.nl
|
|
|
|
- wcd.spec: Fixed Source.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 22 21:04:52 UTC 2015 - waterlan@xs4all.nl
|
|
|
|
- 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".
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 4 18:18:28 UTC 2014 - waterlan@xs4all.nl
|
|
|
|
- Cleanup with spec-cleaner.
|
|
- Better conditional in %build section.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 23 16:56:49 UTC 2014 - waterlan@xs4all.nl
|
|
|
|
- Install binary in %{_libexecdir}
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 21 19:38:16 UTC 2014 - waterlan@xs4all.nl
|
|
|
|
- Patch0: wcd function was overwriting shell's $go variable.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 16 22:22:11 UTC 2014 - waterlan@xs4all.nl
|
|
|
|
- Remove version number from docdir.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 14 18:42:14 UTC 2014 - waterlan@xs4all.nl
|
|
|
|
- Release 1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 14 18:34:40 UTC 2014 - waterlan@xs4all.nl
|
|
|
|
- Change Group to Productivity/File utilities
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 14 17:57:50 UTC 2014 - waterlan@xs4all.nl
|
|
|
|
- Undid previous change. Use %{buildroot} again.
|
|
- Added BuildRoot statement in preamble. Required by SLE 11.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 14 17:50:18 UTC 2014 - waterlan@xs4all.nl
|
|
|
|
- Use ${RPM_BUILD_ROOT} iso %{buildroot} for SLE 11.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 12 19:58:29 UTC 2014 - waterlan@xs4all.nl
|
|
|
|
- Add Dutch and German manuals.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 10 19:46:34 UTC 2014 - waterlan@xs4all.nl
|
|
|
|
- Enable Unicode normalization only for Suse version > 13.1.
|
|
SLES 12 does not have libunistring-devel.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 10 12:02:53 CEST 2014 - pth@suse.de
|
|
|
|
- Create .changes file, run spec-cleaner.
|
|
- Pass optflags to compiler.
|
|
- Fix use of documentation directoy
|
|
- Add uk man page directories to file list.
|
|
- Set default attributes.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 09 00:00:00 CET 2014 - waterlan@xs4all.nl
|
|
|
|
- Initial version for openSUSE.
|
|
|