Hello community, here is the log from the commit of package convmv for openSUSE:Factory checked in at 2019-01-15 09:16:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/convmv (Old) and /work/SRC/openSUSE:Factory/.convmv.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "convmv" Tue Jan 15 09:16:27 2019 rev:24 rq:664647 version:2.05 Changes: -------- --- /work/SRC/openSUSE:Factory/convmv/convmv.changes 2019-01-08 12:28:44.460254970 +0100 +++ /work/SRC/openSUSE:Factory/.convmv.new.28833/convmv.changes 2019-01-15 09:16:28.402230037 +0100 @@ -1,0 +2,6 @@ +Wed Jan 9 01:10:07 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use noun phrase in summary. Fix NFD acronym expansion. +- Use modern tar options. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ convmv.spec ++++++ --- /var/tmp/diff_new_pack.1PgTVe/_old 2019-01-15 09:16:29.054229430 +0100 +++ /var/tmp/diff_new_pack.1PgTVe/_new 2019-01-15 09:16:29.062229422 +0100 @@ -1,7 +1,7 @@ # # spec file for package convmv # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ Name: convmv Version: 2.05 Release: 0 -Summary: Converts File Names from One Encoding to Another +Summary: Utility to convert file names between encodings License: GPL-2.0-or-later Group: Productivity/File utilities Url: http://j3e.de/linux/convmv/ @@ -37,19 +37,19 @@ 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). +though it does not enforce it. Darwin, the base of Macintosh OS X, +enforces Normalization Form Canonical Decomposition (NFD). %prep %setup -q -tar xf testsuite.tar +tar -xf testsuite.tar %build make %{?_smp_mflags} PREFIX=%{_prefix} %install mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 -make DESTDIR=%{buildroot} PREFIX=%{_prefix} install +%make_install PREFIX=%{_prefix} %check make %{?_smp_mflags} test
