commit convmv for openSUSE:Factory

2019-01-15 Thread root
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.changes2019-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 
+
+- 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




commit convmv for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package convmv for openSUSE:Factory checked 
in at 2019-01-08 12:26:43

Comparing /work/SRC/openSUSE:Factory/convmv (Old)
 and  /work/SRC/openSUSE:Factory/.convmv.new.28833 (New)


Package is "convmv"

Tue Jan  8 12:26:43 2019 rev:23 rq:661857 version:2.05

Changes:

--- /work/SRC/openSUSE:Factory/convmv/convmv.changes2017-11-27 
22:18:07.835245644 +0100
+++ /work/SRC/openSUSE:Factory/.convmv.new.28833/convmv.changes 2019-01-08 
12:28:44.460254970 +0100
@@ -1,0 +2,9 @@
+Fri Dec 28 18:32:15 UTC 2018 - Petr Gajdos 
+
+- Update to 2.05:
+  * allow NFC/NFD conversion on APFS volumes, add man page section
+for that filesystem
+  * use case- and normalization-insensitivity workarounds also for
+parsable mode
+
+---

Old:

  convmv-2.04.tar.gz

New:

  convmv-2.05.tar.gz



Other differences:
--
++ convmv.spec ++
--- /var/tmp/diff_new_pack.l0BQo1/_old  2019-01-08 12:28:44.812254586 +0100
+++ /var/tmp/diff_new_pack.l0BQo1/_new  2019-01-08 12:28:44.812254586 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package convmv
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,15 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   convmv
-Version:2.04
+Version:2.05
 Release:0
 Summary:Converts File Names from One Encoding to Another
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/File utilities
 Url:http://j3e.de/linux/convmv/
 Source: http://j3e.de/linux/convmv/%{name}-%{version}.tar.gz

++ convmv-2.04.tar.gz -> convmv-2.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/convmv-2.04/Changes new/convmv-2.05/Changes
--- old/convmv-2.04/Changes 2017-11-20 22:15:32.0 +0100
+++ new/convmv-2.05/Changes 2018-03-26 22:32:57.0 +0200
@@ -1,3 +1,7 @@
+2.05
+- allow NFC/NFD conversion on APFS volumes, add man page section for that 
filesystem
+- use case- and normalization-insensitivity workarounds also for parsable mode
+
 2.04
 - check for valid utf-8 also in upperlower_checkenc()
 - fix parsable output, missed the path files to run utime() on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/convmv-2.04/SHA256sums new/convmv-2.05/SHA256sums
--- old/convmv-2.04/SHA256sums  2017-11-20 22:37:52.0 +0100
+++ new/convmv-2.05/SHA256sums  2018-03-26 22:37:13.0 +0200
@@ -2,17 +2,18 @@
 Hash: SHA256
 
 33cd6497c59daf1697e21663343f703b1eaf6a13e435c4e654c56790a9a7bd2e  ./TODO
-2275cc495a2f39185400844c0ecfcd223dd36167bac27d0ea83a60cba718e187  ./convmv
+05fb77c30e5a16bc4bc5a4998d17fdbe8ed26b97e0ba4b69c606dfa8d7ab4a90  ./convmv
 31a04f0b0584237d6f81fab7e77b0d43e307230102f09db947e20b2a3103a108  
./testsuite.tar
 42b2cfe802e3bac5bdc2462a0d61de002991125053e41c18d5cd7799b4cebf2b  ./CREDITS
-cfbcc24bdb8d268486e65a1dac11b6fea3e07805769d3d15918238a43059ce44  ./VERSION
-37b03ab277d317eea59c2430f36045ac7a3c231c91e39580e4248c54912929fc  ./Changes
+75f95d34c899a792823b9bf9b0d516bb4b8ecf7b9d02db2e41e63220feb1ab19  ./VERSION
+58c737e1926e8480c0f00d5ac3e76b2de492f215c06bcce8ded4e52c080a3dc6  ./Changes
+e84cf66fe230f2405c7ef960d5856f21253870bbd7c55d58ba95b7b555f32891  
./pod2htmd.tmp
 10f96f4cf2f61333c289f603cedd4c0f5e523d2da05486d9bea670f3877d8592  ./Makefile
 a2a9cfa48ba7f7453edf1c43bb8bb1aef5fcd1b87dde11420edceee2e2528db0  ./GPL2
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
-iEYEAREIAAYFAloTSy4ACgkQdoo0s+hIejnMZwCg9dimRgvjBTQggCwkR9Xql79Y
-5tQAn0hvSXL+3TszEP3chObXayLMCrvl
-=ZMbA
+iEYEAREIAAYFAlq5WfgACgkQdoo0s+hIejkFlgCghno0G0B0tXjNXXWTmMRJ9PqO
+ydkAoK3eI1fMoRBe3KmLgwhRSplU7OEZ
+=W+j+
 -END PGP SIGNATURE-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/convmv-2.04/VERSION new/convmv-2.05/VERSION
--- old/convmv-2.04/VERSION 2017-11-20 22:37:50.0 +0100
+++ new/convmv-2.05/VERSION 2018-03-26 22:37:12.0 +0200
@@ -1 +1 @@
-2.04
+2.05
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/convmv-2.04/convmv new/convmv-2.05/convmv
--- old/convmv-2.04/convmv  2017-11-20 

commit convmv for openSUSE:Factory

2017-11-27 Thread root
Hello community,

here is the log from the commit of package convmv for openSUSE:Factory checked 
in at 2017-11-27 22:18:05

Comparing /work/SRC/openSUSE:Factory/convmv (Old)
 and  /work/SRC/openSUSE:Factory/.convmv.new (New)


Package is "convmv"

Mon Nov 27 22:18:05 2017 rev:22 rq:545782 version:2.04

Changes:

--- /work/SRC/openSUSE:Factory/convmv/convmv.changes2017-06-23 
09:18:57.345425004 +0200
+++ /work/SRC/openSUSE:Factory/.convmv.new/convmv.changes   2017-11-27 
22:18:07.835245644 +0100
@@ -1,0 +2,17 @@
+Sun Nov 26 17:20:57 UTC 2017 - aavind...@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
+
+---

Old:

  convmv-2.01.tar.gz

New:

  convmv-2.04.tar.gz



Other differences:
--
++ convmv.spec ++
--- /var/tmp/diff_new_pack.HiU1Le/_old  2017-11-27 22:18:08.519220819 +0100
+++ /var/tmp/diff_new_pack.HiU1Le/_new  2017-11-27 22:18:08.519220819 +0100
@@ -17,14 +17,13 @@
 
 
 Name:   convmv
-Version:2.01
+Version:2.04
 Release:0
 Summary:Converts File Names from One Encoding to Another
 License:GPL-2.0+
 Group:  Productivity/File utilities
 Url:http://j3e.de/linux/convmv/
 Source: http://j3e.de/linux/convmv/%{name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -56,9 +55,8 @@
 make %{?_smp_mflags} test
 
 %files
-%defattr(-, root, root)
 %doc GPL2 Changes CREDITS TODO VERSION
-%{_bindir}/*
-%{_mandir}/man1/*
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %changelog

++ convmv-2.01.tar.gz -> convmv-2.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/convmv-2.01/Changes new/convmv-2.04/Changes
--- old/convmv-2.01/Changes 2017-05-04 03:33:18.0 +0200
+++ new/convmv-2.04/Changes 2017-11-20 22:15:32.0 +0100
@@ -1,3 +1,14 @@
+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
+
+2.03
+- fix man page build due to non-ASCII char (thanks, Anton!)
+
+2.02
+- add option --caseful-sz to optionally treat upper-/lowercasing of sz. This 
also fixes unwanted unidirectional lowercasing of U+1E9E
+
 2.01
 - map : instead of / in SFU mapping tables
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/convmv-2.01/SHA256sums new/convmv-2.04/SHA256sums
--- old/convmv-2.01/SHA256sums  2017-05-05 04:55:29.0 +0200
+++ new/convmv-2.04/SHA256sums  2017-11-20 22:37:52.0 +0100
@@ -1,18 +1,18 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
-6cd57b452e9e2be5a9ca992831f96e4a8317c1bc37171f237094d8dc0a6e0d27  ./TODO
-f759d3169c063594b04a9b1714a52e09f881dd7bc49ff65cf1c468d4e6a8dbbc  ./convmv
+33cd6497c59daf1697e21663343f703b1eaf6a13e435c4e654c56790a9a7bd2e  ./TODO
+2275cc495a2f39185400844c0ecfcd223dd36167bac27d0ea83a60cba718e187  ./convmv
 31a04f0b0584237d6f81fab7e77b0d43e307230102f09db947e20b2a3103a108  
./testsuite.tar
 42b2cfe802e3bac5bdc2462a0d61de002991125053e41c18d5cd7799b4cebf2b  ./CREDITS
-4d7d6c70f3f7bd5127794e01ccfc42b1f3dcd882d229ad6c9d274104eb6db6b5  ./VERSION
-9c1d31097f289010a598ed3656ee9a00b56221c8d87893db005f2635250b640b  ./Changes
+cfbcc24bdb8d268486e65a1dac11b6fea3e07805769d3d15918238a43059ce44  ./VERSION
+37b03ab277d317eea59c2430f36045ac7a3c231c91e39580e4248c54912929fc  ./Changes
 10f96f4cf2f61333c289f603cedd4c0f5e523d2da05486d9bea670f3877d8592  ./Makefile
 a2a9cfa48ba7f7453edf1c43bb8bb1aef5fcd1b87dde11420edceee2e2528db0  ./GPL2
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
-iEYEAREIAAYFAlkL6Z4ACgkQdoo0s+hIejmBZwCgs6PP1YWsa9ifUTosGfwEaNeS
-WJIAni4rsOvom8Nxks8Io0dHDht5Se8m
-=n1Km
+iEYEAREIAAYFAloTSy4ACgkQdoo0s+hIejnMZwCg9dimRgvjBTQggCwkR9Xql79Y
+5tQAn0hvSXL+3TszEP3chObXayLMCrvl
+=ZMbA
 -END PGP SIGNATURE-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/convmv-2.01/TODO new/convmv-2.04/TODO
--- old/convmv-2.01/TODO2008-11-10 15:09:55.0 +0100
+++ 

commit convmv for openSUSE:Factory

2017-06-23 Thread root
Hello community,

here is the log from the commit of package convmv for openSUSE:Factory checked 
in at 2017-06-23 09:18:34

Comparing /work/SRC/openSUSE:Factory/convmv (Old)
 and  /work/SRC/openSUSE:Factory/.convmv.new (New)


Package is "convmv"

Fri Jun 23 09:18:34 2017 rev:21 rq:505687 version:2.01

Changes:

--- /work/SRC/openSUSE:Factory/convmv/convmv.changes2015-12-17 
15:54:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.convmv.new/convmv.changes   2017-06-23 
09:18:57.345425004 +0200
@@ -1,0 +2,7 @@
+Wed Jun 21 15:26:29 UTC 2017 - tchva...@suse.com
+
+- Update to 2.01:
+   * map : instead of / in SFU mapping tables
+- Cleanup a bit with spec-cleaner
+
+---

Old:

  convmv-2.0.tar.gz

New:

  convmv-2.01.tar.gz



Other differences:
--
++ convmv.spec ++
--- /var/tmp/diff_new_pack.i66S8P/_old  2017-06-23 09:18:57.853353232 +0200
+++ /var/tmp/diff_new_pack.i66S8P/_new  2017-06-23 09:18:57.857352667 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package convmv
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,12 +17,12 @@
 
 
 Name:   convmv
-Version:2.0
+Version:2.01
 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
+Url:http://j3e.de/linux/convmv/
 Source: http://j3e.de/linux/convmv/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -38,27 +38,22 @@
 
 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,
+though does not enforce it. Darwin, the base of Macintosh OS X,
 enforces normalization form D (NFD).
 
-
-Authors:
-
-Bjoern Jacke 
-
 %prep
 %setup -q
-%{__tar} xf testsuite.tar
+tar xf testsuite.tar
 
 %build
-make PREFIX=/usr
+make %{?_smp_mflags} PREFIX=%{_prefix}
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1
-make DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr install
+mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1
+make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
 
 %check 
-make test
+make %{?_smp_mflags} test
 
 %files
 %defattr(-, root, root)

++ convmv-2.0.tar.gz -> convmv-2.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/convmv-2.0/Changes new/convmv-2.01/Changes
--- old/convmv-2.0/Changes  2015-04-24 23:56:06.980196266 +0200
+++ new/convmv-2.01/Changes 2017-05-04 03:33:18.0 +0200
@@ -1,3 +1,6 @@
+2.01
+- map : instead of / in SFU mapping tables
+
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/convmv-2.0/SHA256sums new/convmv-2.01/SHA256sums
--- old/convmv-2.0/SHA256sums   2015-05-16 01:36:51.876019295 +0200
+++ new/convmv-2.01/SHA256sums  2017-05-05 04:55:29.0 +0200
@@ -1,18 +1,18 @@
 -BEGIN PGP SIGNED MESSAGE-
-Hash: SHA1
+Hash: SHA256
 
-58ecf5c6fd30a4dbc6398cdf8b0dc503dcf879a47a51eccd0d8b86f83d5672ac  ./Changes
+6cd57b452e9e2be5a9ca992831f96e4a8317c1bc37171f237094d8dc0a6e0d27  ./TODO
+f759d3169c063594b04a9b1714a52e09f881dd7bc49ff65cf1c468d4e6a8dbbc  ./convmv
+31a04f0b0584237d6f81fab7e77b0d43e307230102f09db947e20b2a3103a108  
./testsuite.tar
 42b2cfe802e3bac5bdc2462a0d61de002991125053e41c18d5cd7799b4cebf2b  ./CREDITS
-a2a9cfa48ba7f7453edf1c43bb8bb1aef5fcd1b87dde11420edceee2e2528db0  ./GPL2
+4d7d6c70f3f7bd5127794e01ccfc42b1f3dcd882d229ad6c9d274104eb6db6b5  ./VERSION
+9c1d31097f289010a598ed3656ee9a00b56221c8d87893db005f2635250b640b  ./Changes
 10f96f4cf2f61333c289f603cedd4c0f5e523d2da05486d9bea670f3877d8592  ./Makefile
-31a04f0b0584237d6f81fab7e77b0d43e307230102f09db947e20b2a3103a108  
./testsuite.tar
-6cd57b452e9e2be5a9ca992831f96e4a8317c1bc37171f237094d8dc0a6e0d27  ./TODO
-d526eb4e878a23ef26ae190031b4efd2d58ed66789ac049ea3dbaf74c9df7402  ./VERSION
-10260daf5535038858393f47f0b700c0e7164f02092eb8131eada2d62e97cd3b  ./convmv
+a2a9cfa48ba7f7453edf1c43bb8bb1aef5fcd1b87dde11420edceee2e2528db0  ./GPL2
 -BEGIN PGP SIGNATURE-

commit convmv for openSUSE:Factory

2015-12-17 Thread h_root
Hello community,

here is the log from the commit of package convmv for openSUSE:Factory checked 
in at 2015-12-17 15:54:51

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.changes2014-10-07 
16:01:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.convmv.new/convmv.changes   2015-12-17 
15:54:54.0 +0100
@@ -1,0 +2,14 @@
+Wed Dec 16 13:47:38 UTC 2015 - pgaj...@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
+
+---

Old:

  convmv-1.15.tar.gz

New:

  convmv-2.0.tar.gz



Other differences:
--
++ convmv.spec ++
--- /var/tmp/diff_new_pack.FNtN78/_old  2015-12-17 15:54:55.0 +0100
+++ /var/tmp/diff_new_pack.FNtN78/_new  2015-12-17 15:54:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package convmv
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   convmv
-Version:1.15
+Version:2.0
 Release:0
 Url:http://j3e.de/linux/convmv/
 Summary:Converts File Names from One Encoding to Another

++ convmv-1.15.tar.gz -> convmv-2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/convmv-1.15/CREDITS new/convmv-2.0/CREDITS
--- old/convmv-1.15/CREDITS 2011-07-18 03:11:57.0 +0200
+++ new/convmv-2.0/CREDITS  2015-03-16 01:51:35.0 +0100
@@ -7,3 +7,4 @@
 Kuang-che Wu
 Hansjörg MAURER
 Gabor PAPP
+Bruno HAIBLE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/convmv-1.15/Changes new/convmv-2.0/Changes
--- old/convmv-1.15/Changes 2011-08-20 23:35:09.0 +0200
+++ new/convmv-2.0/Changes  2015-04-24 23:56:06.0 +0200
@@ -1,3 +1,10 @@
+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
+
 1.15
 - add --dump-options to make it easier to allow people to write a bash 
completion file. Let me know when you have one ready :-)
 - fix a bug where on case-insensitive filesystems --upper and --lower did not 
work because we thought the new file would already exist (stat "foo" and stat 
"FOO" are the same, yeah. The obvious workaround to use "--replace" would 
delete the files on case-insensitive filesystems instead, which was even worse. 
Case conversion should be working well now, I tested it on Darwin and on 
case-insensitive XFS. The latter one is a bit buggy by the way, see 
https://bugzilla.kernel.org/show_bug.cgi?id=39512. convmv works around that 
bug, too.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/convmv-1.15/SHA256sums new/convmv-2.0/SHA256sums
--- old/convmv-1.15/SHA256sums  2011-08-20 23:37:56.0 +0200
+++ new/convmv-2.0/SHA256sums   2015-05-16 01:36:51.0 +0200
@@ -1,18 +1,18 @@
 -BEGIN PGP SIGNED MESSAGE-
-Hash: RIPEMD160
+Hash: SHA1
 
+58ecf5c6fd30a4dbc6398cdf8b0dc503dcf879a47a51eccd0d8b86f83d5672ac  ./Changes
+42b2cfe802e3bac5bdc2462a0d61de002991125053e41c18d5cd7799b4cebf2b  ./CREDITS
 a2a9cfa48ba7f7453edf1c43bb8bb1aef5fcd1b87dde11420edceee2e2528db0  ./GPL2
 10f96f4cf2f61333c289f603cedd4c0f5e523d2da05486d9bea670f3877d8592  ./Makefile
 31a04f0b0584237d6f81fab7e77b0d43e307230102f09db947e20b2a3103a108  
./testsuite.tar
 6cd57b452e9e2be5a9ca992831f96e4a8317c1bc37171f237094d8dc0a6e0d27  ./TODO
-2a7832af2969e717ea4cbf8ea1a04161903e301b393bbdfa86359cdb0161dabe  ./VERSION
-a9d530edd9481a14a9b36c2d619f967ac4d6fbc8df97cc9a7c4f0c37a4f0dcc3  ./CREDITS

commit convmv for openSUSE:Factory

2014-10-07 Thread h_root
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.changes2011-09-23 
01:54:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.convmv.new/convmv.changes   2014-10-07 
16:01:28.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct  6 21:10:37 UTC 2014 - jeng...@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.0 +0200
+++ /var/tmp/diff_new_pack.lb8DrR/_new  2014-10-07 16:01:29.0 +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+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit convmv for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package convmv for openSUSE:Factory checked 
in at 2011-12-06 18:04:09

Comparing /work/SRC/openSUSE:Factory/convmv (Old)
 and  /work/SRC/openSUSE:Factory/.convmv.new (New)


Package is convmv, Maintainer is mvysko...@suse.com

Changes:




Other differences:
--
++ convmv.spec ++
--- /var/tmp/diff_new_pack.CyX2TT/_old  2011-12-06 18:06:24.0 +0100
+++ /var/tmp/diff_new_pack.CyX2TT/_new  2011-12-06 18:06:24.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   convmv
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Productivity/File utilities
 AutoReqProv:on
 Version:1.15

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org