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 <[email protected]>
+
+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.000000000 +0100
+++ new/Encode-3.06/Changes     2020-05-02 04:32:29.000000000 +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.000000000 +0100
+++ new/Encode-3.06/Encode.pm   2020-05-02 04:32:29.000000000 +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.000000000 +0100
+++ new/Encode-3.06/META.json   2020-05-02 04:33:14.000000000 +0200
@@ -49,7 +49,7 @@
          "url" : "https://github.com/dankogai/p5-encode";
       }
    },
-   "version" : "3.05",
+   "version" : "3.06",
    "x_contributors" : [
       "Alex Davies <[email protected]>",
       "Alex Kapranoff <[email protected]>",
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.yml    2020-03-18 05:57:10.000000000 +0100
+++ new/Encode-3.06/META.yml    2020-05-02 04:33:14.000000000 +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 <[email protected]>'
   - 'Alex Kapranoff <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.05/bin/enc2xs new/Encode-3.06/bin/enc2xs
--- old/Encode-3.05/bin/enc2xs  2020-03-18 05:56:14.000000000 +0100
+++ new/Encode-3.06/bin/enc2xs  2020-05-02 04:32:34.000000000 +0200
@@ -11,7 +11,7 @@
 use Getopt::Std;
 use Config;
 my @orig_ARGV = @ARGV;
-our $VERSION  = do { my @r = (q$Revision: 2.22 $ =~ /\d+/g); sprintf 
"%d."."%02d" x $#r, @r };
+our $VERSION  = do { my @r = (q$Revision: 2.23 $ =~ /\d+/g); sprintf 
"%d."."%02d" x $#r, @r };
 
 # These may get re-ordered.
 # RAW is a do_now as inserted by &enter
@@ -915,24 +915,7 @@
 }
 
 my @uname;
-sub char_names
-{
- my $s = do "unicore/Name.pl";
- die "char_names: unicore/Name.pl: $!\n" unless defined $s;
- pos($s) = 0;
- while ($s =~ /\G([0-9a-f]+)\t([0-9a-f]*)\t(.*?)\s*\n/igc)
-  {
-   my $name = $3;
-   my $s = hex($1);
-   last if $s >= 0x10000;
-   my $e = length($2) ? hex($2) : $s;
-   for (my $i = $s; $i <= $e; $i++)
-    {
-     $uname[$i] = $name;
-#    print sprintf("U%04X $name\n",$i);
-    }
-  }
-}
+sub char_names{} # cf. https://rt.cpan.org/Ticket/Display.html?id=132471
 
 sub output_ucm_page
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.05/encoding.pm new/Encode-3.06/encoding.pm
--- old/Encode-3.05/encoding.pm 2020-03-18 05:56:14.000000000 +0100
+++ new/Encode-3.06/encoding.pm 2020-05-02 04:32:34.000000000 +0200
@@ -1,6 +1,6 @@
-# $Id: encoding.pm,v 2.22 2018/02/11 05:32:03 dankogai Exp $
+# $Id: encoding.pm,v 3.00 2020/04/19 10:56:28 dankogai Exp $
 package encoding;
-our $VERSION = sprintf "%d.%02d", q$Revision: 2.22 $ =~ /(\d+)/g;
+our $VERSION = sprintf "%d.%02d", q$Revision: 3.00 $ =~ /(\d+)/g;
 
 use Encode;
 use strict;


Reply via email to