commit perl-Text-Unidecode for openSUSE:Factory

2019-12-10 Thread root
Hello community,

here is the log from the commit of package perl-Text-Unidecode for 
openSUSE:Factory checked in at 2019-12-10 22:41:48

Comparing /work/SRC/openSUSE:Factory/perl-Text-Unidecode (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Unidecode.new.4691 (New)


Package is "perl-Text-Unidecode"

Tue Dec 10 22:41:48 2019 rev:5 rq:753256 version:1.30

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Unidecode/perl-Text-Unidecode.changes  
2016-12-01 10:20:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Unidecode.new.4691/perl-Text-Unidecode.changes
2019-12-10 22:41:52.249821412 +0100
@@ -1,0 +2,6 @@
+Tue Dec  3 13:02:32 UTC 2019 - Dominique Leuenberger 
+
+- Convert description into proper UTF-8: RPM 4.15 fails with
+  non-UTF/non-ASCII texts.
+
+---



Other differences:
--
++ perl-Text-Unidecode.spec ++
--- /var/tmp/diff_new_pack.PbB6eT/_old  2019-12-10 22:41:53.133821084 +0100
+++ /var/tmp/diff_new_pack.PbB6eT/_new  2019-12-10 22:41:53.141821081 +0100
@@ -50,7 +50,7 @@
 NOTE:
 
 To make sure your perldoc/Pod viewing setup for viewing this page is
-working: The six-letter word "r�sum�" should look like "resume" with an "/"
+working: The six-letter word "résumé" should look like "resume" with an "/"
 accent on each "e".
 
 For further tests, and help if that doesn't work, see below, A POD ENCODING




commit perl-Text-Unidecode for openSUSE:Factory

2016-12-01 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Unidecode for 
openSUSE:Factory checked in at 2016-12-01 10:20:07

Comparing /work/SRC/openSUSE:Factory/perl-Text-Unidecode (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Unidecode.new (New)


Package is "perl-Text-Unidecode"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Unidecode/perl-Text-Unidecode.changes  
2016-05-30 09:55:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Unidecode.new/perl-Text-Unidecode.changes 
2016-12-01 10:20:08.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 27 07:19:18 UTC 2016 - co...@suse.com
+
+- updated to 1.30
+   see /usr/share/doc/packages/perl-Text-Unidecode/ChangeLog
+
+---

Old:

  Text-Unidecode-1.27.tar.gz

New:

  Text-Unidecode-1.30.tar.gz



Other differences:
--
++ perl-Text-Unidecode.spec ++
--- /var/tmp/diff_new_pack.8JoeF2/_old  2016-12-01 10:20:09.0 +0100
+++ /var/tmp/diff_new_pack.8JoeF2/_new  2016-12-01 10:20:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Text-Unidecode
-Version:1.27
+Version:1.30
 Release:0
 %define cpan_name Text-Unidecode
 Summary:Plain Ascii Transliterations of Unicode Text

++ Text-Unidecode-1.27.tar.gz -> Text-Unidecode-1.30.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Unidecode-1.27/ChangeLog 
new/Text-Unidecode-1.30/ChangeLog
--- old/Text-Unidecode-1.27/ChangeLog   2015-10-21 14:43:55.0 +0200
+++ new/Text-Unidecode-1.30/ChangeLog   2016-11-26 12:40:48.0 +0100
@@ -1,5 +1,5 @@
  -*-coding:utf-8;fill-column:79-*- 
- Last Modified Time-stamp: "2015-10-21 06:43:04 MDT sbu...@cpan.org"
+ Last Modified Time-stamp: "2016-11-26 04:40:48 MST"
 #==
 (This is the ChangeLog for Text::Unidecode, about me continuing to
 fix bugs, adding features as they cross my mind, spiffing up the docs,
@@ -7,6 +7,23 @@
 
 Revision history for Perl module Text::Unidecode:
 
+2016-11-26   Sean M. Burke  sbu...@cpan.org
+   * Release 1.30
+   * Many many (forty?) tables were missing the final character! Fixed.
+   * Minor stuff:
+. Added just a few Arabesque things to U+FD__
+. Renamed t/00400_just_load_module.t
+   to t/00400_just_load_main_module.t
+. This is the first time non-7bit data appears in any Unidecode/x__.pm
+  files, although it is just in comments.  (In x02.pm, x03.pm, xfd.pm)
+  But this is just THE SHAPE OF THINGS TO COME.
+   * Oh look, I blinked and a year went by.  I've been spending about the
+ past *two* years trying to think of how Unidecode v2-and-later's data
+ tables should work.
+   * TODO: Kill the surrogatey "xD8", "xD9", "xDA", "xDB" blocks,
+ and actually handle surrogates (when properly encoded).
+   * TODO: Inaugurate the (private) Text::Unidecode::Blackbox namespace.
+
 2015-10-21   Sean M. Burke  sbu...@cpan.org
* RELEASE 1.27.  (Stable.)
The release, 1.25_01, didn't blow up, so this is just
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Unidecode-1.27/LICENSE 
new/Text-Unidecode-1.30/LICENSE
--- old/Text-Unidecode-1.27/LICENSE 2014-01-25 23:44:56.0 +0100
+++ new/Text-Unidecode-1.30/LICENSE 2016-07-24 09:49:14.0 +0200
@@ -1,7 +1,8 @@
 
-  [Last Modified Time-stamp: "2014-01-25 15:44:56 MST sbu...@cpan.org"]
+  [Last Modified Time-stamp: "2016-07-24 01:49:14 MDT"]
 
 
 This module, Text::Unidecode (along with its documentation and its
 data tables) is distributed under the same terms as Perl itself.
 
+   -- the author, Sean M. Burke, sbu...@cpan.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Unidecode-1.27/MANIFEST 
new/Text-Unidecode-1.30/MANIFEST
--- old/Text-Unidecode-1.27/MANIFEST2015-10-21 14:43:45.0 +0200
+++ new/Text-Unidecode-1.30/MANIFEST2016-11-26 13:10:34.0 +0100
@@ -267,7 +267,7 @@
 t/00100_can_binmode.t
 t/00200_xbrace_syntax.t
 t/00300_wideness.t
-t/00400_just_load_module.t
+t/00400_just_load_main_module.t
 t/00450_table_0x00.t
 t/00500_test_loading.t
 t/00510_load_many_tables.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Unidecode-1.27/MANIFEST.SKIP 
new/Text-Unidecode-1.30/MANIFEST.SKIP
--- old/Text-Unidecode-1.27/MANIFEST.SKIP   2014-08-15 12:48:23.0 
+0200
+++ new/Text-Unidecode-1.30/MANIFEST.SKIP   201

commit perl-Text-Unidecode for openSUSE:Factory

2016-05-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Unidecode for 
openSUSE:Factory checked in at 2016-05-30 09:55:38

Comparing /work/SRC/openSUSE:Factory/perl-Text-Unidecode (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Unidecode.new (New)


Package is "perl-Text-Unidecode"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Unidecode/perl-Text-Unidecode.changes  
2015-04-23 07:55:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Unidecode.new/perl-Text-Unidecode.changes 
2016-05-30 09:55:39.0 +0200
@@ -1,0 +2,6 @@
+Mon May 23 12:57:29 UTC 2016 - co...@suse.com
+
+- updated to 1.27
+   see /usr/share/doc/packages/perl-Text-Unidecode/ChangeLog
+
+---

Old:

  Text-Unidecode-1.23.tar.gz

New:

  Text-Unidecode-1.27.tar.gz



Other differences:
--
++ perl-Text-Unidecode.spec ++
--- /var/tmp/diff_new_pack.unf5xn/_old  2016-05-30 09:55:40.0 +0200
+++ /var/tmp/diff_new_pack.unf5xn/_new  2016-05-30 09:55:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Unidecode
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:   perl-Text-Unidecode
-Version:1.23
+Version:1.27
 Release:0
 %define cpan_name Text-Unidecode
 Summary:Plain Ascii Transliterations of Unicode Text
@@ -50,11 +50,11 @@
 NOTE:
 
 To make sure your perldoc/Pod viewing setup for viewing this page is
-working: The six-letter word "résumé" should look like "resume" with an "/"
+working: The six-letter word "r�sum�" should look like "resume" with an "/"
 accent on each "e".
 
-For further tests, and help if that doesn't work, see below, the /A POD
-ENCODING TEST manpage.
+For further tests, and help if that doesn't work, see below, A POD ENCODING
+TEST.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Text-Unidecode-1.23.tar.gz -> Text-Unidecode-1.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Unidecode-1.23/ChangeLog 
new/Text-Unidecode-1.27/ChangeLog
--- old/Text-Unidecode-1.23/ChangeLog   2014-12-07 13:40:09.0 +0100
+++ new/Text-Unidecode-1.27/ChangeLog   2015-10-21 14:43:55.0 +0200
@@ -1,9 +1,99 @@
  -*-coding:utf-8;fill-column:79-*- 
- Last Modified Time-stamp: "2014-12-07 05:39:39 MST sbu...@cpan.org"
+ Last Modified Time-stamp: "2015-10-21 06:43:04 MDT sbu...@cpan.org"
 #==
+(This is the ChangeLog for Text::Unidecode, about me continuing to
+fix bugs, adding features as they cross my mind, spiffing up the docs,
+and doing exciting stuff from TODO.txt...)
 
-Revision history for Perl module Text::Unidecode
+Revision history for Perl module Text::Unidecode:
 
+2015-10-21   Sean M. Burke  sbu...@cpan.org
+   * RELEASE 1.27.  (Stable.)
+   The release, 1.25_01, didn't blow up, so this is just
+   a re-release of it as a normal ("stable") version.
+   * Minor changes to the documentation.  Nothing substantial.
+   * Release 1.26 had a confusing mistake in the ChangeLog.
+   Ignore v1.26.
+
+2015-10-21   Sean M. Burke  sbu...@cpan.org
+   * RELEASE 1.26.  Mistake.  See above for change notes
+   between v1.25_01 and v1.27.
+
+2015-10-16   Sean M. Burke  sbu...@cpan.org
+   * RELEASE 1.25_01.
+   * !DEVELOPER RELEASE!, OH GOD HELP US ALL!
+
+   * Here's a new thing that makes me nervous and hesitant, and that I've
+   been talking myself into for weeks:
+
+ **
+ *  I've switched to accepting values in the range 0x80-0x9F  *
+ *  as if they are the Windows-1252 ("ANSI") characters.  *
+ **
+
+   Previously they had all mapped to emptystring.
+
+   Technically, Unicode specifies those codepoints as control characters
+   that I've never heard of, "C1 Controls"...
+ ...
+ U+0087 ESA - End of Selected Area
+ U+0088 HTS - Character (Horizontal) Tabulation Set
+ U+0089 HTJ - Character (Horizontal) Tabulation with Justification
+ ...
+   ( See "C1" in https://en.wikipedia.org/wiki/C0_and_C1_control_codes )
+
+   And Unidecode mapped all of those to emptystring.  Now they are treated
+   as if you fed the Windows-1

commit perl-Text-Unidecode for openSUSE:Factory

2015-04-22 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Unidecode for 
openSUSE:Factory checked in at 2015-04-23 07:55:22

Comparing /work/SRC/openSUSE:Factory/perl-Text-Unidecode (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Unidecode.new (New)


Package is "perl-Text-Unidecode"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Unidecode/perl-Text-Unidecode.changes  
2014-12-10 23:43:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Unidecode.new/perl-Text-Unidecode.changes 
2015-04-23 07:55:24.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr 18 07:56:18 UTC 2015 - co...@suse.com
+
+- updated to 1.23
+   see /usr/share/doc/packages/perl-Text-Unidecode/ChangeLog
+
+---

Old:

  Text-Unidecode-1.22.tar.gz

New:

  Text-Unidecode-1.23.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Text-Unidecode.spec ++
--- /var/tmp/diff_new_pack.UrIAUZ/_old  2015-04-23 07:55:25.0 +0200
+++ /var/tmp/diff_new_pack.UrIAUZ/_new  2015-04-23 07:55:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Unidecode
 #
-# 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,14 +17,15 @@
 
 
 Name:   perl-Text-Unidecode
-Version:1.22
+Version:1.23
 Release:0
 %define cpan_name Text-Unidecode
-Summary:Provide plain ASCII transliterations of Unicode text
+Summary:Plain Ascii Transliterations of Unicode Text
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Text-Unidecode/
-Source: 
http://www.cpan.org/authors/id/S/SB/SBURKE/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SB/SBURKE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -49,7 +50,7 @@
 NOTE:
 
 To make sure your perldoc/Pod viewing setup for viewing this page is
-working: The six-letter word "r�sum�" should look like "resume" with an "/"
+working: The six-letter word "résumé" should look like "resume" with an "/"
 accent on each "e".
 
 For further tests, and help if that doesn't work, see below, the /A POD

++ Text-Unidecode-1.22.tar.gz -> Text-Unidecode-1.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Unidecode-1.22/ChangeLog 
new/Text-Unidecode-1.23/ChangeLog
--- old/Text-Unidecode-1.22/ChangeLog   2014-08-15 13:22:24.0 +0200
+++ new/Text-Unidecode-1.23/ChangeLog   2014-12-07 13:40:09.0 +0100
@@ -1,9 +1,29 @@
  -*-coding:utf-8;fill-column:79-*- 
- Last Modified Time-stamp: "2014-08-15 04:32:57 MDT sbu...@cpan.org"
+ Last Modified Time-stamp: "2014-12-07 05:39:39 MST sbu...@cpan.org"
 #==
 
 Revision history for Perl module Text::Unidecode
 
+2014-12-07   Sean M. Burke  sbu...@cpan.org
+   * RELEASE 1.23.  Just a bugfix version.
+   * The bug in question: https://rt.cpan.org/Ticket/Display.html?id=97456
+   * Thank you very much to superstar Dagfinn Ilmari Mannsaker for noting
+ it first *and* for providing a patch for a problem that would baffle
+ me completely:
+  "On perls 5.8.8 through 5.12.x, regex matches against UTF-16
+  surrogate characters emits a fatal "Malformed UTF-8 character"
+  warning if warnings are enabled. ExtUtils::MakeMaker prior to 6.78
+  runs the test suite with -w, causing the installation to fail.
+  The attached patch [which I applied -SMB] disables utf8
+  warnings while doing the regex substitution and converting the
+  character number to a character in the test."
+ And thank you very much to Ricardo Signes and Tim Bunce for reminding
+ me to actually release this thang!  I was stupid and forgot... for
+ several MONTHS.   
+   * Doc: Adding mention of Tom Christiansen's "Perl Unicode Cookbook":
+http://www.perl.com/pub/2012/04/perlunicook-standard-preamble.html
+   * Doc: Adding a suggestion of "use utf8;" in German example.
+   
 2014-08-15   Sean M. Burke  sbu...@cpan.org
* RELEASE 1.22.  (The dev release works, so this is a version bump.)
* See notes for 2014-07-25, because this is the first public rele