commit perl-Encode for openSUSE:Factory

2020-07-28 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2020-07-28 17:29:06

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


Package is "perl-Encode"

Tue Jul 28 17:29:06 2020 rev:14 rq:823158 version:3.07

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2020-05-04 
18:40:33.621056347 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new.3592/perl-Encode.changes
2020-07-28 17:29:47.558207960 +0200
@@ -1,0 +2,6 @@
+Tue Jul 28 09:37:35 UTC 2020 - Tina Müller 
+
+- updated to 3.07
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+---

Old:

  Encode-3.06.tar.gz

New:

  Encode-3.07.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.MGWR4P/_old  2020-07-28 17:29:48.338208845 +0200
+++ /var/tmp/diff_new_pack.MGWR4P/_new  2020-07-28 17:29:48.342208849 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Encode
-Version:3.06
+Version:3.07
 Release:0
 %define cpan_name Encode
 Summary:Character encodings in Perl

++ Encode-3.06.tar.gz -> Encode-3.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.06/Changes new/Encode-3.07/Changes
--- old/Encode-3.06/Changes 2020-05-02 04:32:29.0 +0200
+++ new/Encode-3.07/Changes 2020-07-25 14:59:32.0 +0200
@@ -1,8 +1,14 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 3.06 2020/05/02 02:32:27 dankogai Exp dankogai $
+# $Id: Changes,v 3.07 2020/07/25 12:59:29 dankogai Exp dankogai $
 #
-$Revision: 3.06 $ $Date: 2020/05/02 02:32:27 $
+$Revision: 3.07 $ $Date: 2020/07/25 12:59:29 $
+! lib/Encode/GSM0338.pm t/gsm0338.t
+  Pulled: GSM0338: Fix encoding module to be compatible with
+latest  GSM 03.38 standard
+  https://github.com/dankogai/p5-encode/pull/149
+
+3.06 2020/05/02 02:32:27
 ! bin/enc2xs
   address RT#132471: Will not work in 5.32 going forward
   remove the use of lib/unicore/Name.pl
@@ -1158,7 +1164,7 @@
 + lib/Encode/GSM0338.pm
 - ucm/gsm0338.ucm 
 ! lib/Encode/Supported.pod lib/Encode/Config.pm Bytes/Makefile.PL t/gsm0338.t
-  ESTI GSM 03.38 support is relocated from Encode::Byte to Encode::GSM0338.
+  ETSI GSM 03.38 support is relocated from Encode::Byte to Encode::GSM0338.
   This encoding is so kaputt it is unfit for Encode::XS!
   Though it was okay for general cases and escape sequences,
   '\0' => '@' IFF '\0\0' => '\0' had gliches.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.06/Encode.pm new/Encode-3.07/Encode.pm
--- old/Encode-3.06/Encode.pm   2020-05-02 04:32:29.0 +0200
+++ new/Encode-3.07/Encode.pm   2020-07-25 14:59:32.0 +0200
@@ -1,5 +1,5 @@
 #
-# $Id: Encode.pm,v 3.06 2020/05/02 02:31:14 dankogai Exp $
+# $Id: Encode.pm,v 3.07 2020/07/25 12:59:10 dankogai Exp $
 #
 package Encode;
 use strict;
@@ -7,7 +7,7 @@
 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
 our $VERSION;
 BEGIN {
-$VERSION = sprintf "%d.%02d", q$Revision: 3.06 $ =~ /(\d+)/g;
+$VERSION = sprintf "%d.%02d", q$Revision: 3.07 $ =~ /(\d+)/g;
 require XSLoader;
 XSLoader::load( __PACKAGE__, $VERSION );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.06/META.json new/Encode-3.07/META.json
--- old/Encode-3.06/META.json   2020-05-02 04:33:14.0 +0200
+++ new/Encode-3.07/META.json   2020-07-25 15:02:45.0 +0200
@@ -4,7 +4,7 @@
   "Dan Kogai "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -49,7 +49,7 @@
  "url" : "https://github.com/dankogai/p5-encode;
   }
},
-   "version" : "3.06",
+   "version" : "3.07",
"x_contributors" : [
   "Alex Davies ",
   "Alex Kapranoff ",
@@ -135,5 +135,5 @@
   "Vincent van Dam ",
   "Yitzchak Scott-Thoennes "
],
-   "x_serialization_backend" : "JSON::PP version 4.02"
+   "x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.06/META.yml new/Encode-3.07/META.yml
--- old/Encode-3.06/META.yml2020-05-02 04:33:14.0 +0200
+++ new/Encode-3.07/META.yml2020-07-25 15:02:44.0 +0200
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1

commit perl-Encode for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2020-05-04 18:39:42

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


Package is "perl-Encode"

Mon May  4 18:39:42 2020 rev:13 rq:799925 version:3.06

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2020-03-21 
00:01:36.273105867 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new.2738/perl-Encode.changes
2020-05-04 18:40:33.621056347 +0200
@@ -1,0 +2,7 @@
+Sun May  3 03:08:19 UTC 2020 - Tina Müller 
+
+updated to 3.06
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+
+---

Old:

  Encode-3.05.tar.gz

New:

  Encode-3.06.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.vLrIzn/_old  2020-05-04 18:40:34.613058393 +0200
+++ /var/tmp/diff_new_pack.vLrIzn/_new  2020-05-04 18:40:34.617058401 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Encode
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   perl-Encode
-Version:3.05
+Version:3.06
 Release:0
 %define cpan_name Encode
 Summary:Character encodings in Perl
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/D/DA/DANKOGAI/%{cpan_name}-%{version}.tar.gz
 Source1:perl-Encode-rpmlintrc
 Source2:cpanspec.yml

++ Encode-3.05.tar.gz -> Encode-3.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.05/Changes new/Encode-3.06/Changes
--- old/Encode-3.05/Changes 2020-03-18 05:56:14.0 +0100
+++ new/Encode-3.06/Changes 2020-05-02 04:32:29.0 +0200
@@ -1,8 +1,17 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 3.05 2020/03/18 04:56:12 dankogai Exp dankogai $
+# $Id: Changes,v 3.06 2020/05/02 02:32:27 dankogai Exp dankogai $
 #
-$Revision: 3.05 $ $Date: 2020/03/18 04:56:12 $
+$Revision: 3.06 $ $Date: 2020/05/02 02:32:27 $
+! bin/enc2xs
+  address RT#132471: Will not work in 5.32 going forward
+  remove the use of lib/unicore/Name.pl
+  https://rt.cpan.org/Ticket/Display.html?id=132471
+! encoding.pm
+  Bump version from 2.22 to 3.00 to address RT#132377
+  https://rt.cpan.org/Public/Bug/Display.html?id=132377
+
+3.05 2020/03/18 04:56:12
 ! Encode.pm
   Address Tiny change for Encode.pm from David Levine
 We do some compiled perl, and @INC is not always defined,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.05/Encode.pm new/Encode-3.06/Encode.pm
--- old/Encode-3.05/Encode.pm   2020-03-18 05:56:14.0 +0100
+++ new/Encode-3.06/Encode.pm   2020-05-02 04:32:29.0 +0200
@@ -1,5 +1,5 @@
 #
-# $Id: Encode.pm,v 3.05 2020/03/18 04:55:37 dankogai Exp $
+# $Id: Encode.pm,v 3.06 2020/05/02 02:31:14 dankogai Exp $
 #
 package Encode;
 use strict;
@@ -7,7 +7,7 @@
 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
 our $VERSION;
 BEGIN {
-$VERSION = sprintf "%d.%02d", q$Revision: 3.05 $ =~ /(\d+)/g;
+$VERSION = sprintf "%d.%02d", q$Revision: 3.06 $ =~ /(\d+)/g;
 require XSLoader;
 XSLoader::load( __PACKAGE__, $VERSION );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.05/META.json new/Encode-3.06/META.json
--- old/Encode-3.05/META.json   2020-03-18 05:57:10.0 +0100
+++ new/Encode-3.06/META.json   2020-05-02 04:33:14.0 +0200
@@ -49,7 +49,7 @@
  "url" : "https://github.com/dankogai/p5-encode;
   }
},
-   "version" : "3.05",
+   "version" : "3.06",
"x_contributors" : [
   "Alex Davies ",
   "Alex Kapranoff ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.05/META.yml new/Encode-3.06/META.yml
--- old/Encode-3.05/META.yml2020-03-18 05:57:10.0 +0100
+++ new/Encode-3.06/META.yml2020-05-02 04:33:14.0 +0200
@@ -24,7 +24,7 @@
   parent: '0.221'
 resources:
   repository: https://github.com/dankogai/p5-encode
-version: '3.05'
+version: '3.06'
 x_contributors:
   - 'Alex Davies '
   - 'Alex Kapranoff '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit perl-Encode for openSUSE:Factory

2020-03-20 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2020-03-20 23:56:48

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


Package is "perl-Encode"

Fri Mar 20 23:56:48 2020 rev:12 rq:786609 version:3.05

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2020-03-16 
10:18:15.655585344 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new.3160/perl-Encode.changes
2020-03-21 00:01:36.273105867 +0100
@@ -1,0 +2,6 @@
+Thu Mar 19 03:09:45 UTC 2020 -  
+
+- updated to 3.05
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+---

Old:

  Encode-3.04.tar.gz

New:

  Encode-3.05.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.cIJFHJ/_old  2020-03-21 00:01:39.685107914 +0100
+++ /var/tmp/diff_new_pack.cIJFHJ/_new  2020-03-21 00:01:39.697107921 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Encode
-Version:3.04
+Version:3.05
 Release:0
 %define cpan_name Encode
 Summary:Character encodings in Perl

++ Encode-3.04.tar.gz -> Encode-3.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.04/Changes new/Encode-3.05/Changes
--- old/Encode-3.04/Changes 2020-03-10 23:29:52.0 +0100
+++ new/Encode-3.05/Changes 2020-03-18 05:56:14.0 +0100
@@ -1,13 +1,23 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 3.04 2020/03/10 22:29:50 dankogai Exp dankogai $
+# $Id: Changes,v 3.05 2020/03/18 04:56:12 dankogai Exp dankogai $
 #
-$Revision: 3.04 $ $Date: 2020/03/10 22:29:50 $
+$Revision: 3.05 $ $Date: 2020/03/18 04:56:12 $
+! Encode.pm
+  Address Tiny change for Encode.pm from David Levine
+We do some compiled perl, and @INC is not always defined,
+so it throws a warning.
+  

+! lib/Encode/Guess.pm
+  fix RT#131359: Encode::Guess: incomplete error messsage
+  https://rt.cpan.org/Public/Bug/Display.html?id=131359
+
+3.04 2020/03/10 22:29:50
 ! Encode.pm
   Bump version to make bleadperl happy
   <0036284d-87ac-a021-0ba9-44bc972e8...@khwilliamson.com>
 
-3.03 $ 2020/03/02 04:34:34
+3.03 2020/03/02 04:34:34
 ! Encode.pm Encode.xs
   pulled: Stop using deprecated function
   https://github.com/dankogai/p5-encode/pull/148
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.04/Encode.pm new/Encode-3.05/Encode.pm
--- old/Encode-3.04/Encode.pm   2020-03-10 23:29:52.0 +0100
+++ new/Encode-3.05/Encode.pm   2020-03-18 05:56:14.0 +0100
@@ -1,5 +1,5 @@
 #
-# $Id: Encode.pm,v 3.04 2020/03/10 22:26:29 dankogai Exp $
+# $Id: Encode.pm,v 3.05 2020/03/18 04:55:37 dankogai Exp $
 #
 package Encode;
 use strict;
@@ -7,7 +7,7 @@
 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
 our $VERSION;
 BEGIN {
-$VERSION = sprintf "%d.%02d", q$Revision: 3.04 $ =~ /(\d+)/g;
+$VERSION = sprintf "%d.%02d", q$Revision: 3.05 $ =~ /(\d+)/g;
 require XSLoader;
 XSLoader::load( __PACKAGE__, $VERSION );
 }
@@ -65,7 +65,7 @@
 eval {
 local $SIG{__DIE__};
 local $SIG{__WARN__};
-local @INC = @INC;
+local @INC = @INC || ();
 pop @INC if $INC[-1] eq '.';
 require Encode::ConfigLocal;
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.04/META.json new/Encode-3.05/META.json
--- old/Encode-3.04/META.json   2020-03-10 23:31:00.0 +0100
+++ new/Encode-3.05/META.json   2020-03-18 05:57:10.0 +0100
@@ -49,7 +49,7 @@
  "url" : "https://github.com/dankogai/p5-encode;
   }
},
-   "version" : "3.04",
+   "version" : "3.05",
"x_contributors" : [
   "Alex Davies ",
   "Alex Kapranoff ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.04/META.yml new/Encode-3.05/META.yml
--- old/Encode-3.04/META.yml2020-03-10 23:31:00.0 +0100
+++ new/Encode-3.05/META.yml2020-03-18 05:57:10.0 +0100
@@ -24,7 +24,7 @@
   parent: '0.221'
 resources:
   repository: https://github.com/dankogai/p5-encode
-version: '3.04'
+version: '3.05'
 x_contributors:
   - 'Alex Davies '
   - 'Alex Kapranoff '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.04/lib/Encode/Guess.pm 
new/Encode-3.05/lib/Encode/Guess.pm
--- old/Encode-3.04/lib/Encode/Guess.pm 2020-03-10 23:29:52.0 +0100
+++ new/Encode-3.05/lib/Encode/Guess.pm 2020-03-18 05:56:17.0 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use Encode qw(:fallbacks 

commit perl-Encode for openSUSE:Factory

2020-03-16 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2020-03-16 10:17:41

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


Package is "perl-Encode"

Mon Mar 16 10:17:41 2020 rev:11 rq:784825 version:3.04

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2020-03-04 
09:46:35.450150228 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new.3160/perl-Encode.changes
2020-03-16 10:18:15.655585344 +0100
@@ -1,0 +2,6 @@
+Wed Mar 11 03:11:12 UTC 2020 -  
+
+- updated to 3.04
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+---

Old:

  Encode-3.03.tar.gz

New:

  Encode-3.04.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.TqMwGC/_old  2020-03-16 10:18:16.403585649 +0100
+++ /var/tmp/diff_new_pack.TqMwGC/_new  2020-03-16 10:18:16.403585649 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Encode
-Version:3.03
+Version:3.04
 Release:0
 %define cpan_name Encode
 Summary:Character encodings in Perl

++ Encode-3.03.tar.gz -> Encode-3.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.03/Changes new/Encode-3.04/Changes
--- old/Encode-3.03/Changes 2020-03-02 05:37:26.0 +0100
+++ new/Encode-3.04/Changes 2020-03-10 23:29:52.0 +0100
@@ -1,8 +1,13 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 3.03 2020/03/02 04:34:34 dankogai Exp $
+# $Id: Changes,v 3.04 2020/03/10 22:29:50 dankogai Exp dankogai $
 #
-$Revision: 3.03 $ $Date: 2020/03/02 04:34:34 $
+$Revision: 3.04 $ $Date: 2020/03/10 22:29:50 $
+! Encode.pm
+  Bump version to make bleadperl happy
+  <0036284d-87ac-a021-0ba9-44bc972e8...@khwilliamson.com>
+
+3.03 $ 2020/03/02 04:34:34
 ! Encode.pm Encode.xs
   pulled: Stop using deprecated function
   https://github.com/dankogai/p5-encode/pull/148
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.03/Encode.pm new/Encode-3.04/Encode.pm
--- old/Encode-3.03/Encode.pm   2020-03-02 05:37:26.0 +0100
+++ new/Encode-3.04/Encode.pm   2020-03-10 23:29:52.0 +0100
@@ -1,5 +1,5 @@
 #
-# $Id: Encode.pm,v 3.03 2020/03/02 04:36:39 dankogai Exp $
+# $Id: Encode.pm,v 3.04 2020/03/10 22:26:29 dankogai Exp $
 #
 package Encode;
 use strict;
@@ -7,7 +7,7 @@
 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
 our $VERSION;
 BEGIN {
-$VERSION = sprintf "%d.%02d", q$Revision: 3.03 $ =~ /(\d+)/g;
+$VERSION = sprintf "%d.%02d", q$Revision: 3.04 $ =~ /(\d+)/g;
 require XSLoader;
 XSLoader::load( __PACKAGE__, $VERSION );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.03/META.json new/Encode-3.04/META.json
--- old/Encode-3.03/META.json   2020-03-02 05:38:12.0 +0100
+++ new/Encode-3.04/META.json   2020-03-10 23:31:00.0 +0100
@@ -49,7 +49,7 @@
  "url" : "https://github.com/dankogai/p5-encode;
   }
},
-   "version" : "3.03",
+   "version" : "3.04",
"x_contributors" : [
   "Alex Davies ",
   "Alex Kapranoff ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.03/META.yml new/Encode-3.04/META.yml
--- old/Encode-3.03/META.yml2020-03-02 05:38:12.0 +0100
+++ new/Encode-3.04/META.yml2020-03-10 23:31:00.0 +0100
@@ -24,7 +24,7 @@
   parent: '0.221'
 resources:
   repository: https://github.com/dankogai/p5-encode
-version: '3.03'
+version: '3.04'
 x_contributors:
   - 'Alex Davies '
   - 'Alex Kapranoff '




commit perl-Encode for openSUSE:Factory

2020-03-04 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2020-03-04 09:46:07

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


Package is "perl-Encode"

Wed Mar  4 09:46:07 2020 rev:10 rq:781237 version:3.03

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2019-12-30 
12:35:07.075813758 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new.26092/perl-Encode.changes   
2020-03-04 09:46:35.450150228 +0100
@@ -1,0 +2,6 @@
+Tue Mar  3 03:14:44 UTC 2020 -  
+
+- updated to 3.03
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+---

Old:

  Encode-3.02.tar.gz

New:

  Encode-3.03.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.1S7OmX/_old  2020-03-04 09:46:38.566152095 +0100
+++ /var/tmp/diff_new_pack.1S7OmX/_new  2020-03-04 09:46:38.574152100 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Encode
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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-Encode
-Version:3.02
+Version:3.03
 Release:0
 %define cpan_name Encode
 Summary:Character encodings in Perl

++ Encode-3.02.tar.gz -> Encode-3.03.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.02/Changes new/Encode-3.03/Changes
--- old/Encode-3.02/Changes 2019-12-25 10:25:39.0 +0100
+++ new/Encode-3.03/Changes 2020-03-02 05:37:26.0 +0100
@@ -1,8 +1,16 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 3.02 2019/12/25 09:23:21 dankogai Exp $
+# $Id: Changes,v 3.03 2020/03/02 04:34:34 dankogai Exp $
 #
-$Revision: 3.02 $ $Date: 2019/12/25 09:23:21 $
+$Revision: 3.03 $ $Date: 2020/03/02 04:34:34 $
+! Encode.pm Encode.xs
+  pulled: Stop using deprecated function
+  https://github.com/dankogai/p5-encode/pull/148
+! Encode.xs
+  pulled: Silence unused var warnings from Encode
+  https://github.com/dankogai/p5-encode/pull/147
+
+3.02 2019/12/25 09:23:21
 ! t/whatwg-aliases.t
   drop RELEASE_TESTING since Pumpking also uses it.
   https://github.com/Perl/perl5/issues/17382
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.02/Encode.pm new/Encode-3.03/Encode.pm
--- old/Encode-3.02/Encode.pm   2019-12-25 10:25:39.0 +0100
+++ new/Encode-3.03/Encode.pm   2020-03-02 05:37:26.0 +0100
@@ -1,5 +1,5 @@
 #
-# $Id: Encode.pm,v 3.02 2019/12/25 09:25:17 dankogai Exp $
+# $Id: Encode.pm,v 3.03 2020/03/02 04:36:39 dankogai Exp $
 #
 package Encode;
 use strict;
@@ -7,7 +7,7 @@
 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
 our $VERSION;
 BEGIN {
-$VERSION = sprintf "%d.%02d", q$Revision: 3.02 $ =~ /(\d+)/g;
+$VERSION = sprintf "%d.%02d", q$Revision: 3.03 $ =~ /(\d+)/g;
 require XSLoader;
 XSLoader::load( __PACKAGE__, $VERSION );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.02/Encode.xs new/Encode-3.03/Encode.xs
--- old/Encode-3.02/Encode.xs   2019-12-25 10:25:39.0 +0100
+++ new/Encode-3.03/Encode.xs   2020-03-02 05:37:26.0 +0100
@@ -1,5 +1,5 @@
 /*
- $Id: Encode.xs,v 2.47 2019/03/13 00:26:18 dankogai Exp $
+ $Id: Encode.xs,v 2.48 2020/03/02 04:34:34 dankogai Exp $
  */
 
 #define PERL_NO_GET_CONTEXT
@@ -231,7 +231,7 @@
 if (dir == enc->f_utf8) {
 STRLEN clen;
 UV ch =
-utf8n_to_uvuni(s+slen, (tlen-sdone-slen),
+utf8n_to_uvchr(s+slen, (tlen-sdone-slen),
, UTF8_ALLOW_ANY|UTF8_CHECK_ONLY);
 /* if non-representable multibyte prefix at end of current buffer - 
break*/
 if (clen > tlen - sdone - slen) break;
@@ -982,6 +982,7 @@
 PREINIT:
 SV *obj;
 INIT:
+PERL_UNUSED_VAR(ix);
 SvGETMAGIC(encoding);
 CODE:
 if (!SvOK(encoding))
@@ -1003,6 +1004,7 @@
 PREINIT:
 SV *obj;
 INIT:
+PERL_UNUSED_VAR(ix);
 SvGETMAGIC(encoding);
 CODE:
 if (!SvOK(encoding))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.02/META.json new/Encode-3.03/META.json
--- old/Encode-3.02/META.json   2019-12-25 10:41:49.0 +0100
+++ new/Encode-3.03/META.json   2020-03-02 05:38:12.0 +0100
@@ -4,13 +4,13 @@
   "Dan Kogai "
],
"dynamic_config" : 1,
-   

commit perl-Encode for openSUSE:Factory

2019-12-30 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2019-12-30 12:34:56

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


Package is "perl-Encode"

Mon Dec 30 12:34:56 2019 rev:9 rq:759930 version:3.02

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2019-03-14 
15:01:38.827692023 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new.6675/perl-Encode.changes
2019-12-30 12:35:07.075813758 +0100
@@ -1,0 +2,6 @@
+Thu Dec 26 03:07:39 UTC 2019 -  
+
+- updated to 3.02
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+---

Old:

  Encode-3.01.tar.gz

New:

  Encode-3.02.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.oxkbVY/_old  2019-12-30 12:35:08.599814576 +0100
+++ /var/tmp/diff_new_pack.oxkbVY/_new  2019-12-30 12:35:08.607814580 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Encode
-Version:3.01
+Version:3.02
 Release:0
 %define cpan_name Encode
 Summary:Character encodings in Perl

++ Encode-3.01.tar.gz -> Encode-3.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.01/Changes new/Encode-3.02/Changes
--- old/Encode-3.01/Changes 2019-03-13 01:26:21.0 +0100
+++ new/Encode-3.02/Changes 2019-12-25 10:25:39.0 +0100
@@ -1,8 +1,22 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 3.01 2019/03/13 00:26:18 dankogai Exp dankogai $
+# $Id: Changes,v 3.02 2019/12/25 09:23:21 dankogai Exp $
 #
-$Revision: 3.01 $ $Date: 2019/03/13 00:26:18 $
+$Revision: 3.02 $ $Date: 2019/12/25 09:23:21 $
+! t/whatwg-aliases.t
+  drop RELEASE_TESTING since Pumpking also uses it.
+  https://github.com/Perl/perl5/issues/17382
+! bin/enc2xs
+  Pulled: enc2xs: Add environment variable to suppress comments
+  https://github.com/dankogai/p5-encode/pull/145
+! t/enc_utf8.t
+  Pulled: fixup enc_utf8.t for ONLY_PRAGMA_WARNINGS
+  https://github.com/dankogai/p5-encode/pull/142
+! Encode/encode.h
+  Pulled: Fix linker errors
+  https://github.com/dankogai/p5-encode/pull/141
+
+3.01 2019/03/13 00:26:18
 ! Encode.xs
   patched: Warning: Use of uninitialized value in subroutine entry
   https://github.com/dankogai/p5-encode/issues/139#issuecomment-459765852
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.01/Encode/encode.h 
new/Encode-3.02/Encode/encode.h
--- old/Encode-3.01/Encode/encode.h 2019-02-01 04:22:07.0 +0100
+++ new/Encode-3.02/Encode/encode.h 2019-04-06 15:17:39.0 +0200
@@ -280,6 +280,14 @@
 #define PERL_UNUSED_ARG(x) ((void)x)
 #  endif
 
+#  ifndef memGT
+#define memGT(s1,s2,l) (memcmp(s1,s2,l) > 0)
+#  endif
+
+#  ifndef MIN
+#define MIN(a,b) ((a) < (b) ? (a) : (b))
+#  endif
+
 static const char malformed_text[] = "Malformed UTF-8 character";
 
 static char *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.01/Encode.pm new/Encode-3.02/Encode.pm
--- old/Encode-3.01/Encode.pm   2019-03-13 01:26:21.0 +0100
+++ new/Encode-3.02/Encode.pm   2019-12-25 10:25:39.0 +0100
@@ -1,5 +1,5 @@
 #
-# $Id: Encode.pm,v 3.01 2019/03/13 00:25:25 dankogai Exp $
+# $Id: Encode.pm,v 3.02 2019/12/25 09:25:17 dankogai Exp $
 #
 package Encode;
 use strict;
@@ -7,7 +7,7 @@
 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
 our $VERSION;
 BEGIN {
-$VERSION = sprintf "%d.%02d", q$Revision: 3.01 $ =~ /(\d+)/g;
+$VERSION = sprintf "%d.%02d", q$Revision: 3.02 $ =~ /(\d+)/g;
 require XSLoader;
 XSLoader::load( __PACKAGE__, $VERSION );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.01/Encode.xs new/Encode-3.02/Encode.xs
--- old/Encode-3.01/Encode.xs   2019-03-13 01:26:24.0 +0100
+++ new/Encode-3.02/Encode.xs   2019-12-25 10:25:39.0 +0100
@@ -1,5 +1,5 @@
 /*
- $Id: Encode.xs,v 2.47 2019/03/13 00:26:18 dankogai Exp dankogai $
+ $Id: Encode.xs,v 2.47 2019/03/13 00:26:18 dankogai Exp $
  */
 
 #define PERL_NO_GET_CONTEXT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.01/META.json new/Encode-3.02/META.json
--- old/Encode-3.01/META.json   2019-03-13 01:26:53.0 +0100
+++ new/Encode-3.02/META.json   2019-12-25 10:41:49.0 +0100
@@ -45,7 +45,7 @@
  "url" : "https://github.com/dankogai/p5-encode;
   }
},
-   "version" : "3.01",
+   "version" : "3.02",
"x_contributors" : [
   

commit perl-Encode for openSUSE:Factory

2019-03-14 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2019-03-14 15:01:14

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


Package is "perl-Encode"

Thu Mar 14 15:01:14 2019 rev:8 rq:684719 version:3.01

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2019-02-02 
21:50:17.639926516 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new.28833/perl-Encode.changes   
2019-03-14 15:01:38.827692023 +0100
@@ -1,0 +2,6 @@
+Wed Mar 13 06:11:31 UTC 2019 - Stephan Kulow 
+
+- updated to 3.01
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+---

Old:

  Encode-3.00.tar.gz

New:

  Encode-3.01.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.SgjbwS/_old  2019-03-14 15:01:42.011691395 +0100
+++ /var/tmp/diff_new_pack.SgjbwS/_new  2019-03-14 15:01:42.011691395 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   perl-Encode
-Version:3.00
+Version:3.01
 Release:0
 %define cpan_name Encode
-Summary:Character Encodings in Perl
+Summary:Character encodings in Perl
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:https://metacpan.org/release/%{cpan_name}

++ Encode-3.00.tar.gz -> Encode-3.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.00/Changes new/Encode-3.01/Changes
--- old/Encode-3.00/Changes 2019-01-31 05:52:01.0 +0100
+++ new/Encode-3.01/Changes 2019-03-13 01:26:21.0 +0100
@@ -1,8 +1,16 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 3.00 2019/01/31 04:51:32 dankogai Exp $
+# $Id: Changes,v 3.01 2019/03/13 00:26:18 dankogai Exp dankogai $
 #
-$Revision: 3.00 $ $Date: 2019/01/31 04:51:32 $
+$Revision: 3.01 $ $Date: 2019/03/13 00:26:18 $
+! Encode.xs
+  patched: Warning: Use of uninitialized value in subroutine entry
+  https://github.com/dankogai/p5-encode/issues/139#issuecomment-459765852
+! Encode/encode.h
+  Pulled: Fix compile error and warning
+  https://github.com/dankogai/p5-encode/pull/138
+
+3.00 2019/01/31
 ! Encode.pm
   VERSION bumped to 3.00 to make PAUSE happy
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.00/Encode/encode.h 
new/Encode-3.01/Encode/encode.h
--- old/Encode-3.00/Encode/encode.h 2018-06-28 13:28:27.0 +0200
+++ new/Encode-3.01/Encode/encode.h 2019-02-01 04:22:07.0 +0100
@@ -259,13 +259,15 @@
 #  define IS_UTF8_2_BYTE_SUPER(s0, s1)   ((s0) == 0xF4 && (s1) >= 0x90)
 #  define IS_UTF8_2_BYTE_SURROGATE(s0, s1)   ((s0) == 0xED && (s1) >= 0xA0)
 #endif
-#if defined(UV_IS_QUAD) /* These assume IV_MAX is 2**63-1 */
-#  ifdef EBCDIC /* Actually is I8 */
-#   define HIGHEST_REPRESENTABLE_UTF8  
 \
-"\xFF\xA7\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF"
-#  else
-#   define HIGHEST_REPRESENTABLE_UTF8  
 \
-"\xFF\x80\x87\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF"
+#ifndef HIGHEST_REPRESENTABLE_UTF8
+#  if defined(UV_IS_QUAD) /* These assume IV_MAX is 2**63-1 */
+#ifdef EBCDIC /* Actually is I8 */
+#  define HIGHEST_REPRESENTABLE_UTF8   
 \
+   "\xFF\xA7\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF"
+#else
+#  define HIGHEST_REPRESENTABLE_UTF8   
 \
+   "\xFF\x80\x87\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF\xBF"
+#endif
 #  endif
 #endif
 #  endif
@@ -372,6 +374,9 @@
 }
 
 static int
+S_is_utf8_overlong_given_start_byte_ok(const U8 * const s, const STRLEN len);
+
+static int
 S_does_utf8_overflow(const U8 * const s,
const U8 * e,
const bool consider_overlongs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.00/Encode.pm new/Encode-3.01/Encode.pm
--- old/Encode-3.00/Encode.pm   2019-01-31 05:52:01.0 +0100
+++ new/Encode-3.01/Encode.pm   2019-03-13 01:26:21.0 +0100
@@ -1,5 +1,5 @@
 #
-# $Id: Encode.pm,v 3.00 2019/01/31 04:49:28 dankogai Exp $
+# $Id: Encode.pm,v 3.01 2019/03/13 00:25:25 dankogai Exp $
 #
 package Encode;
 use strict;
@@ -7,7 +7,7 @@
 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
 our $VERSION;
 BEGIN {
-$VERSION = sprintf "%d.%02d", q$Revision: 3.00 $ =~ /(\d+)/g;
+

commit perl-Encode for openSUSE:Factory

2019-02-02 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2019-02-02 21:50:17

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


Package is "perl-Encode"

Sat Feb  2 21:50:17 2019 rev:7 rq:670634 version:3.00

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2019-01-28 
20:49:47.481819976 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new.28833/perl-Encode.changes   
2019-02-02 21:50:17.639926516 +0100
@@ -1,0 +2,6 @@
+Thu Jan 31 06:07:17 UTC 2019 - Stephan Kulow 
+
+- updated to 3.00
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+---

Old:

  Encode-2.99.tar.gz

New:

  Encode-3.00.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.t9Bqfj/_old  2019-02-02 21:50:18.211926021 +0100
+++ /var/tmp/diff_new_pack.t9Bqfj/_new  2019-02-02 21:50:18.215926017 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Encode
-Version:2.99
+Version:3.00
 Release:0
 %define cpan_name Encode
 Summary:Character Encodings in Perl

++ Encode-2.99.tar.gz -> Encode-3.00.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.99/Changes new/Encode-3.00/Changes
--- old/Encode-2.99/Changes 2019-01-21 04:14:12.0 +0100
+++ new/Encode-3.00/Changes 2019-01-31 05:52:01.0 +0100
@@ -1,8 +1,20 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 2.99 2019/01/21 03:13:35 dankogai Exp $
+# $Id: Changes,v 3.00 2019/01/31 04:51:32 dankogai Exp $
 #
-$Revision: 2.99 $ $Date: 2019/01/21 03:13:35 $
+$Revision: 3.00 $ $Date: 2019/01/31 04:51:32 $
+! Encode.pm
+  VERSION bumped to 3.00 to make PAUSE happy
+
+2.100 2019/01/31 04:26:40
+!  Encode.xs MANIFEST
++  t/xml.t
+  Pulled: Do not access SV* buffer if we have not called SvPV_force()
+  https://github.com/dankogai/p5-encode/pull/137
+! MANIFEST
+  remove utf8messages.t which is already deleted from the repository.
+
+2.99 2019/01/21 03:13:35
 ! Unicode/Unicode.xs Unicode/Unicode.pm
   VERSION++'ed as Perl core needed.
   https://github.com/dankogai/p5-encode/issues/136
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.99/Encode.pm new/Encode-3.00/Encode.pm
--- old/Encode-2.99/Encode.pm   2019-01-21 04:14:12.0 +0100
+++ new/Encode-3.00/Encode.pm   2019-01-31 05:52:01.0 +0100
@@ -1,5 +1,5 @@
 #
-# $Id: Encode.pm,v 2.99 2019/01/21 03:11:41 dankogai Exp $
+# $Id: Encode.pm,v 3.00 2019/01/31 04:49:28 dankogai Exp $
 #
 package Encode;
 use strict;
@@ -7,7 +7,7 @@
 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
 our $VERSION;
 BEGIN {
-$VERSION = sprintf "%d.%02d", q$Revision: 2.99 $ =~ /(\d+)/g;
+$VERSION = sprintf "%d.%02d", q$Revision: 3.00 $ =~ /(\d+)/g;
 require XSLoader;
 XSLoader::load( __PACKAGE__, $VERSION );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.99/Encode.xs new/Encode-3.00/Encode.xs
--- old/Encode-2.99/Encode.xs   2019-01-21 04:14:12.0 +0100
+++ new/Encode-3.00/Encode.xs   2019-01-31 05:52:01.0 +0100
@@ -1,5 +1,5 @@
 /*
- $Id: Encode.xs,v 2.45 2019/01/21 03:13:35 dankogai Exp $
+ $Id: Encode.xs,v 2.46 2019/01/31 04:26:40 dankogai Exp $
  */
 
 #define PERL_NO_GET_CONTEXT
@@ -148,6 +148,7 @@
  IV check, STRLEN * offset, SV * term, int * retcode, 
  SV *fallback_cb)
 {
+U8 *sorig= s;
 STRLEN tlen  = slen;
 STRLEN ddone = 0;
 STRLEN sdone = 0;
@@ -309,7 +310,7 @@
 /* settle variables when fallback */
 d= (U8 *)SvEND(dst);
 dlen = SvLEN(dst) - ddone - 1;
-s= (U8*)SvPVX(src) + sdone;
+s= sorig + sdone;
 slen = tlen - sdone;
 break;
 
@@ -322,12 +323,9 @@
 }   /* End of looping through the string */
  ENCODE_SET_SRC:
 if (check && !(check & ENCODE_LEAVE_SRC)){
-sdone = SvCUR(src) - (slen+sdone);
-if (sdone) {
+sdone = tlen - (slen+sdone);
 sv_setpvn(src, (char*)s+slen, sdone);
-}
-SvCUR_set(src, sdone);
-SvSETMAGIC(src);
+SvSETMAGIC(src);
 }
 /* warn("check = 0x%X, code = 0x%d\n", check, code); */
 
@@ -335,7 +333,7 @@
 SvPOK_only(dst);
 
 #if ENCODE_XS_PROFILE
-if (SvCUR(dst) > SvCUR(src)){
+if (SvCUR(dst) > tlen){
 Perl_warn(aTHX_
   "SvLEN(dst)=%d, SvCUR(dst)=%d. %d bytes unused(%f %%)\n",
   SvLEN(dst), SvCUR(dst), SvLEN(dst) - SvCUR(dst),
@@ -666,12 +664,9 @@
 
 /* Clear out 

commit perl-Encode for openSUSE:Factory

2019-01-28 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2019-01-28 20:48:49

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


Package is "perl-Encode"

Mon Jan 28 20:48:49 2019 rev:6 rq:668907 version:2.99

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2018-04-26 
13:37:57.880226845 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new.28833/perl-Encode.changes   
2019-01-28 20:49:47.481819976 +0100
@@ -1,0 +2,6 @@
+Mon Jan 21 06:07:43 UTC 2019 - Stephan Kulow 
+
+- updated to 2.99
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+---

Old:

  Encode-2.98.tar.gz

New:

  Encode-2.99.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.QV3Snm/_old  2019-01-28 20:49:48.053819373 +0100
+++ /var/tmp/diff_new_pack.QV3Snm/_new  2019-01-28 20:49:48.053819373 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Encode
 #
-# 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
@@ -12,18 +12,18 @@
 # 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:   perl-Encode
-Version:2.98
+Version:2.99
 Release:0
 %define cpan_name Encode
 Summary:Character Encodings in Perl
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Encode/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/D/DA/DANKOGAI/%{cpan_name}-%{version}.tar.gz
 Source1:perl-Encode-rpmlintrc
 Source2:cpanspec.yml
@@ -64,11 +64,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Encode-2.98.tar.gz -> Encode-2.99.tar.gz ++
 2418 lines of diff (skipped)




commit perl-Encode for openSUSE:Factory

2018-04-26 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2018-04-26 13:37:49

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


Package is "perl-Encode"

Thu Apr 26 13:37:49 2018 rev:5 rq:599886 version:2.98

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2018-02-27 
16:57:48.376370678 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new/perl-Encode.changes 
2018-04-26 13:37:57.880226845 +0200
@@ -1,0 +2,6 @@
+Mon Apr 23 05:23:09 UTC 2018 - co...@suse.com
+
+- updated to 2.98
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+---

Old:

  Encode-2.97.tar.gz

New:

  Encode-2.98.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.U6qcrK/_old  2018-04-26 13:37:58.968186970 +0200
+++ /var/tmp/diff_new_pack.U6qcrK/_new  2018-04-26 13:37:58.968186970 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Encode
-Version:2.97
+Version:2.98
 Release:0
 %define cpan_name Encode
 Summary:Character Encodings in Perl

++ Encode-2.97.tar.gz -> Encode-2.98.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.97/Changes new/Encode-2.98/Changes
--- old/Encode-2.97/Changes 2018-02-21 13:14:35.0 +0100
+++ new/Encode-2.98/Changes 2018-04-22 11:03:09.0 +0200
@@ -1,8 +1,22 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 2.97 2018/02/21 12:14:33 dankogai Exp dankogai $
+# $Id: Changes,v 2.98 2018/04/22 09:02:00 dankogai Exp $
 #
-$Revision: 2.97 $ $Date: 2018/02/21 12:14:33 $
+$Revision: 2.98 $ $Date: 2018/04/22 09:02:00 $
+! t/truncated_utf8.t
+  Resolved: RT125131: truncated_utf8.t TODO test pass in blead
+  https://rt.cpan.org/Ticket/Display.html?id=125131
+! Encode.xs
+  Pulled: Remove XS functions _bytes_to_utf8() and _utf8_to_bytes()
+  https://github.com/dankogai/p5-encode/pull/133
+! Unicode/Unicode.xs
+  Pulled: Automatically compute length in attr() macro
+  https://github.com/dankogai/p5-encode/pull/132
+! Encode.xs
+  Pulled: Fix compile warnings on 64bit MS VS2017
+  https://github.com/dankogai/p5-encode/pull/131
+
+2.97 2018/02/21 12:14:33
 ! Encode.xs
   Pulled: New perls that fixes
 https://github.com/dankogai/p5-encode/issues/129
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.97/Encode.pm new/Encode-2.98/Encode.pm
--- old/Encode-2.97/Encode.pm   2018-02-21 13:14:35.0 +0100
+++ new/Encode-2.98/Encode.pm   2018-04-22 11:03:09.0 +0200
@@ -1,5 +1,5 @@
 #
-# $Id: Encode.pm,v 2.97 2018/02/21 12:14:24 dankogai Exp $
+# $Id: Encode.pm,v 2.98 2018/04/22 09:03:00 dankogai Exp $
 #
 package Encode;
 use strict;
@@ -7,7 +7,7 @@
 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
 our $VERSION;
 BEGIN {
-$VERSION = sprintf "%d.%02d", q$Revision: 2.97 $ =~ /(\d+)/g;
+$VERSION = sprintf "%d.%02d", q$Revision: 2.98 $ =~ /(\d+)/g;
 require XSLoader;
 XSLoader::load( __PACKAGE__, $VERSION );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.97/Encode.xs new/Encode-2.98/Encode.xs
--- old/Encode-2.97/Encode.xs   2018-02-21 13:14:37.0 +0100
+++ new/Encode-2.98/Encode.xs   2018-04-22 11:03:09.0 +0200
@@ -1,5 +1,5 @@
 /*
- $Id: Encode.xs,v 2.43 2018/02/21 12:14:33 dankogai Exp dankogai $
+ $Id: Encode.xs,v 2.44 2018/04/22 09:02:00 dankogai Exp $
  */
 
 #define PERL_NO_GET_CONTEXT
@@ -20,17 +20,6 @@
encode_method().  1 is recommended. 2 restores NI-S original */
 #define ENCODE_XS_USEFP   1
 
-#define UNIMPLEMENTED(x,y) static y x (SV *sv, char *encoding) {   \
-   Perl_croak_nocontext("panic_unimplemented");\
-PERL_UNUSED_VAR(sv); \
-PERL_UNUSED_VAR(encoding); \
- return (y)0; /* fool picky compilers */ \
- }
-/**/
-
-UNIMPLEMENTED(_encoded_utf8_to_bytes, I32)
-UNIMPLEMENTED(_encoded_bytes_to_utf8, I32)
-
 #ifndef SvIV_nomg
 #define SvIV_nomg SvIV
 #endif
@@ -67,16 +56,6 @@
 }
 
 static void
-call_failure(SV * routine, U8 * done, U8 * dest, U8 * orig)
-{
-/* Exists for breakpointing */
-PERL_UNUSED_VAR(routine);
-PERL_UNUSED_VAR(done);
-PERL_UNUSED_VAR(dest);
-PERL_UNUSED_VAR(orig);
-}
-
-static void
 utf8_safe_downgrade(pTHX_ SV ** src, U8 ** s, STRLEN * slen, bool modify)
 {
 if (!modify) {
@@ -164,7 +143,7 @@
 
 static SV *
 encode_method(pTHX_ const encode_t * enc, const encpage_t * dir, SV * 

commit perl-Encode for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2018-02-27 16:57:41

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


Package is "perl-Encode"

Tue Feb 27 16:57:41 2018 rev:4 rq:579750 version:2.97

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2018-02-16 
21:45:25.989441264 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new/perl-Encode.changes 
2018-02-27 16:57:48.376370678 +0100
@@ -1,0 +2,6 @@
+Thu Feb 22 06:18:23 UTC 2018 - co...@suse.com
+
+- updated to 2.97
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+---

Old:

  Encode-2.96.tar.gz

New:

  Encode-2.97.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.z4gfsW/_old  2018-02-27 16:57:49.660324286 +0100
+++ /var/tmp/diff_new_pack.z4gfsW/_new  2018-02-27 16:57:49.664324142 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Encode
-Version:2.96
+Version:2.97
 Release:0
 %define cpan_name Encode
 Summary:Character Encodings in Perl
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Encode/
 Source0:
https://cpan.metacpan.org/authors/id/D/DA/DANKOGAI/%{cpan_name}-%{version}.tar.gz

++ Encode-2.96.tar.gz -> Encode-2.97.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.96/Changes new/Encode-2.97/Changes
--- old/Encode-2.96/Changes 2018-02-11 06:35:28.0 +0100
+++ new/Encode-2.97/Changes 2018-02-21 13:14:35.0 +0100
@@ -1,8 +1,15 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 2.96 2018/02/11 05:35:26 dankogai Exp dankogai $
+# $Id: Changes,v 2.97 2018/02/21 12:14:33 dankogai Exp dankogai $
 #
-$Revision: 2.96 $ $Date: 2018/02/11 05:35:26 $
+$Revision: 2.97 $ $Date: 2018/02/21 12:14:33 $
+! Encode.xs
+  Pulled: New perls that fixes
+https://github.com/dankogai/p5-encode/issues/129
+https://rt.cpan.org/Ticket/Display.html?id=124399
+  https://github.com/dankogai/p5-encode/pull/130
+
+2.96 2018/02/11 05:35:26
 ! Encode.pm encoding.pm Unicode/Unicode.pm
   VERSION++ to make bleadperl happy
   

commit perl-Encode for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2018-02-16 21:45:22

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


Package is "perl-Encode"

Fri Feb 16 21:45:22 2018 rev:3 rq:577178 version:2.96

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2018-01-24 
15:29:28.897232259 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new/perl-Encode.changes 
2018-02-16 21:45:25.989441264 +0100
@@ -1,0 +2,6 @@
+Mon Feb 12 11:42:20 UTC 2018 - co...@suse.com
+
+- updated to 2.96
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+---

Old:

  Encode-2.94.tar.gz

New:

  Encode-2.96.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.0SsN3v/_old  2018-02-16 21:45:26.829410970 +0100
+++ /var/tmp/diff_new_pack.0SsN3v/_new  2018-02-16 21:45:26.833410826 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Encode
-Version:2.94
+Version:2.96
 Release:0
 %define cpan_name Encode
 Summary:Character Encodings in Perl

++ Encode-2.94.tar.gz -> Encode-2.96.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.94/Changes new/Encode-2.96/Changes
--- old/Encode-2.94/Changes 2018-01-09 06:53:04.0 +0100
+++ new/Encode-2.96/Changes 2018-02-11 06:35:28.0 +0100
@@ -1,8 +1,19 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 2.94 2018/01/09 05:53:00 dankogai Exp dankogai $
+# $Id: Changes,v 2.96 2018/02/11 05:35:26 dankogai Exp dankogai $
 #
-$Revision: 2.94 $ $Date: 2018/01/09 05:53:00 $
+$Revision: 2.96 $ $Date: 2018/02/11 05:35:26 $
+! Encode.pm encoding.pm Unicode/Unicode.pm
+  VERSION++ to make bleadperl happy
+  

commit perl-Encode for openSUSE:Factory

2018-01-24 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2018-01-24 15:29:22

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


Package is "perl-Encode"

Wed Jan 24 15:29:22 2018 rev:2 rq:568391 version:2.94

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2017-10-09 
19:48:00.036165510 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new/perl-Encode.changes 
2018-01-24 15:29:28.897232259 +0100
@@ -1,0 +2,6 @@
+Wed Jan 10 06:22:38 UTC 2018 - co...@suse.com
+
+- updated to 2.94
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+---

Old:

  Encode-2.93.tar.gz

New:

  Encode-2.94.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.KD2L35/_old  2018-01-24 15:29:29.417207940 +0100
+++ /var/tmp/diff_new_pack.KD2L35/_new  2018-01-24 15:29:29.421207752 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Encode
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Encode
-Version:2.93
+Version:2.94
 Release:0
 %define cpan_name Encode
 Summary:Character Encodings in Perl

++ Encode-2.93.tar.gz -> Encode-2.94.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.93/Changes new/Encode-2.94/Changes
--- old/Encode-2.93/Changes 2017-10-07 00:21:58.0 +0200
+++ new/Encode-2.94/Changes 2018-01-09 06:53:04.0 +0100
@@ -1,8 +1,20 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 2.93 2017/10/06 22:21:53 dankogai Exp dankogai $
+# $Id: Changes,v 2.94 2018/01/09 05:53:00 dankogai Exp dankogai $
 #
-$Revision: 2.93 $ $Date: 2017/10/06 22:21:53 $
+$Revision: 2.94 $ $Date: 2018/01/09 05:53:00 $
+! lib/Encode/Alias.pm
+  Fixed: deep recursion in Encode::find_encoding when decoding
+  bad MIME header
+  https://github.com/dankogai/p5-encode/pull/127
+! Encode.pm
+  Pulled: Include more information about Encode::is_utf8() that it
+  should not be normally used
+  https://github.com/dankogai/p5-encode/pull/126
+  Pulled: Remove misleading documentation about UTF8 flag
+  https://github.com/dankogai/p5-encode/pull/125
+
+2.93 2017/10/06 22:21:53
 ! lib/Encode/MIME/Name.pm t/mime-name.t
   Pulled: Add "euc-cn" => "EUC-CN" alias to Encode::MIME::Name
   https://github.com/dankogai/p5-encode/pull/124
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.93/Encode.pm new/Encode-2.94/Encode.pm
--- old/Encode-2.93/Encode.pm   2017-10-07 00:21:58.0 +0200
+++ new/Encode-2.94/Encode.pm   2018-01-09 06:53:09.0 +0100
@@ -1,5 +1,5 @@
 #
-# $Id: Encode.pm,v 2.93 2017/10/06 22:21:33 dankogai Exp $
+# $Id: Encode.pm,v 2.94 2018/01/09 05:53:00 dankogai Exp dankogai $
 #
 package Encode;
 use strict;
@@ -7,7 +7,7 @@
 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
 our $VERSION;
 BEGIN {
-$VERSION = sprintf "%d.%02d", q$Revision: 2.93 $ =~ /(\d+)/g;
+$VERSION = sprintf "%d.%02d", q$Revision: 2.94 $ =~ /(\d+)/g;
 require XSLoader;
 XSLoader::load( __PACKAGE__, $VERSION );
 }
@@ -949,38 +949,11 @@
 byte-oriented mode  for when the internal UTF8 flag is off, and the other a
 character-oriented mode for when the internal UTF8 flag is on.
 
-Here is how C handles the UTF8 flag.
-
-=over 2
-
-=item *
-
-When you I, the resulting UTF8 flag is always B.
-
-=item *
-
-When you I, the resulting UTF8 flag is B--I you can
-unambiguously represent data.  Here is what we mean by "unambiguously".
-After C<$str = decode("foo", $octet)>,
-
-  When $octet is...The UTF8 flag in $str is
-  -
-  In ASCII only (or EBCDIC only)OFF
-  In ISO-8859-1  ON
-  In any other Encoding  ON
-  -
-
-As you see, there is one exception: in ASCII.  That way you can assume
-Goal #1.  And with C, Goal #2 is assumed but you still have to be
-careful in the cases mentioned in the B paragraphs above.
-
 This UTF8 flag is not visible in Perl scripts, exactly for the same reason
 you cannot (or rather, you I) see whether a scalar contains
 a string, an integer, or a floating-point number.   But you can still peek
 and poke these if you will.  See the