commit convmv for openSUSE:Factory
Hello community, here is the log from the commit of package convmv for openSUSE:Factory checked in at 2014-10-07 16:00:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/convmv (Old) and /work/SRC/openSUSE:Factory/.convmv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "convmv" Changes: -------- --- /work/SRC/openSUSE:Factory/convmv/convmv.changes 2011-09-23 01:54:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.convmv.new/convmv.changes 2014-10-07 16:01:28.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Oct 6 21:10:37 UTC 2014 - jengelh@inai.de + +- Remove ancient specfile tags/sections +- Trim overly long description to the essentials + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ convmv.spec ++++++ --- /var/tmp/diff_new_pack.lb8DrR/_old 2014-10-07 16:01:29.000000000 +0200 +++ /var/tmp/diff_new_pack.lb8DrR/_new 2014-10-07 16:01:29.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package convmv # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -15,42 +15,31 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: convmv -License: GPL-2.0+ -Group: Productivity/File utilities -AutoReqProv: on Version: 1.15 -Release: 1 +Release: 0 Url: http://j3e.de/linux/convmv/ +Summary: Converts File Names from One Encoding to Another +License: GPL-2.0+ +Group: Productivity/File utilities Source: http://j3e.de/linux/convmv/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -Summary: Converts File Names from One Encoding to Another %description -convmv is meant to help convert a directory tree and the contained -files or a whole file system into a different encoding. It just -converts the file names, not the content of the files. A special -feature of convmv is that it also takes care of symlinks and converts -the symlink target pointer in case the symlink target is converted. - -All this comes in very handy when converting from old 8-bit locales to -UTF-8 locales. It is also possible to convert directories to UTF-8 that -are already partly UTF-8 encoded. convmv is able to detect if certain -files are UTF-8 encoded and skips them by default. To turn this -behavior off, use the --nosmart switch. - -An interoperability issue that comes with UTF-8 locales is this: Linux -and (most?) other Unix-like operating systems use the normalization -form C (NFC) for UTF-8 encoding by default but do not enforce this. -Darwin, the base of Macintosh OSX, enforces normalization form D (NFD), -where a few characters are encoded in a different way. convmv is able -to convert files to NFC or NFD, which aids in interoperability with -such systems. - +convmv is meant to convert the filenames in a directory tree or a +whole file system into a different encoding, with support for +symlinks. + +This is useful for converting from old 8-bit locales to UTF-8. It is +also possible to convert directories to UTF-8 that are already partly +UTF-8 encoded. + +convmv can convert names to both the NFC and NFD normalization forms. +NFC is commonly used on Linux and (most?) other Unix-like OSes, +though does not enforce it. Darwin, the base of Macintosh OS X, +enforces normalization form D (NFD). Authors: @@ -71,9 +60,6 @@ %check make test -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-, root, root) %doc GPL2 Changes CREDITS TODO VERSION -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de