File convmv.changes of Package convmv
-------------------------------------------------------------------
Sun Nov 26 17:20:57 UTC 2017 - aavindraa@gmail.com
- Update to 2.04:
* check for valid utf-8 also in upperlower_checkenc()
* fix parsable output, missed the path files to run utime() on
* add --run-parsable option to blindly run what a file generated
with --parsable tells us to do
- includes 2.03:
* fix man page build due to non-ASCII char
- includes 2.02:
* add option --caseful-sz to optionally treat upper-/lowercasing
of sz. This also fixes unwanted unidirectional lowercasing
of U+1E9E
- cleanup with spec-cleaner
- replace wildcard with name macro
-------------------------------------------------------------------
Wed Jun 21 15:26:29 UTC 2017 - tchvatal@suse.com
- Update to 2.01:
* map : instead of / in SFU mapping tables
- Cleanup a bit with spec-cleaner
-------------------------------------------------------------------
Wed Dec 16 13:47:38 UTC 2015 - pgajdos@suse.com
- updated to 2.0:
* fix checks for NFD conversion, where convmv could run into a
"resulting filename is ... bytes long (max: 255) error message
for no obvious reason.
* the --preserve-mtimes option is the default now
* fix a bug where mtimes might not be restored in some cases
* add --map option to support additional character mappings like
to mapping Microsoft's illegal NTFS characters
* issue warning if we cannot traverse a directory in recursive
mode
-------------------------------------------------------------------
Mon Oct 6 21:10:37 UTC 2014 - jengelh@inai.de
- Remove ancient specfile tags/sections
- Trim overly long description to the essentials
-------------------------------------------------------------------
Tue Aug 23 16:58:36 CEST 2011 - tiwai@suse.de
- updated to version 1.15:
add --dump-options; fix a bug in case-insensitive filesystems;
see Changes file for details
-------------------------------------------------------------------
Mon Jul 27 17:34:23 CEST 2009 - tiwai@suse.de
- updated to version 1.14:
see Changes file for details
-------------------------------------------------------------------
Thu Jan 31 19:32:02 CET 2008 - crrodriguez@suse.de
- update to version 1.12 and fix build
- now work with Perl 5.10 using an eval block
- GPL v2 and v3 now
-------------------------------------------------------------------
Tue Jul 11 13:01:30 CEST 2006 - mfabian@suse.de
- update to 1.10:
+ now use from_to instead of utf8::decode (which is experimental
and might vanish in the future) to check for valid UTF-8
+ updates and cleanups of testsuite and include "0" filename
+ fix "0" filename bugs
+ take into account that charset name "utf-8" resolves to
"utf-8-strict" in recent Perl versions
-------------------------------------------------------------------
Wed Jan 25 21:46:01 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Dec 09 17:59:06 CET 2005 - mfabian@suse.de
- Bugzilla #135497: fixed by updating to 1.09.
-------------------------------------------------------------------
Wed Aug 25 03:03:31 CEST 2004 - mfabian@suse.de
- update to 1.08.
-------------------------------------------------------------------
Thu Mar 25 23:46:18 CET 2004 - mfabian@suse.de
- add patch from author Bjoern Jacke:
do not complain about wrong from_enc if to_enc is utf8 and
files are, too. Thanks to Kuang-che Wu.
-------------------------------------------------------------------
Wed Jan 14 23:20:45 CET 2004 - mfabian@suse.de
- don't build as root.
- update to 1.07.
New since 1.05:
* add option to undo ugly http- and ftp-like escape sequences
* add option to upper/lowercase virtually any charset
* for upper/lower conversion add a "dotless i" option for
Lithuanian, Turkish and Azeri
* check for characters not allowed in POSIX filesystems
(just in case someone wants to try to convert to UTF-16)
* rewrote checkenc(), no more false alarms now with "encodings"
like MIME-Q, which can look quite different.
-------------------------------------------------------------------
Thu Aug 14 11:12:35 CEST 2003 - mfabian@suse.de
- small update from author:
* add file length check
-------------------------------------------------------------------
Fri Jul 25 11:02:30 CEST 2003 - mfabian@suse.de
- update to 1.05.
From the Changes file:
* --qfrom/to also mask cntrl characters now
* symlink printout splitted to get correct output
* missing $arg in symlink fixed (bug introduced in 1.02)
* add NFS4 issues to documentation
* add test suite
-------------------------------------------------------------------
Wed Jul 16 12:27:44 CEST 2003 - mfabian@suse.de
- update to 1.04.
From the Changes file:
* add --exec option to allow arbitrary operations
* add --lowmem option to keep memory footprint low when millions
of files are being converted. However this will deactivate
symlink target checks.
* add Samba issues to documentation
* suppress normalization error messages in cases of invalid
UTF-8 in checkenc()
-------------------------------------------------------------------
Mon Jun 30 17:10:28 CEST 2003 - mfabian@suse.de
- update to 1.02.
From the Changes file:
* make default behaviour to not work recursively so we can
convert a single directory, use -r to get the old (recursive)
mode
* work around find() oddity, which doesn't process directories
from @ARGV
* die on unknown option
* check if files exist and die otherwise
-------------------------------------------------------------------
Mon May 12 16:46:10 CEST 2003 - mfabian@suse.de
- update to 1.01
- remove patch which requires Encode::HanExtra and Encode::JIS2K
because these two packages use "enc2xs -C" in %post and %postun
now which makes on demand loading of these encodings possible
without a "require" in convmv.
-------------------------------------------------------------------
Fri May 9 19:15:38 CEST 2003 - mfabian@suse.de
- add patch to require Encode::HanExtra and Encode::JIS2K
if available
-------------------------------------------------------------------
Fri May 9 15:22:21 CEST 2003 - mfabian@suse.de
- new package: convmv 1.0.