Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2022-08-16 17:08:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Encode (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Encode.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Encode"

Tue Aug 16 17:08:33 2022 rev:23 rq:997349 version:3.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2022-06-28 
15:21:42.393882762 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new.1521/perl-Encode.changes        
2022-08-16 17:08:38.948040556 +0200
@@ -1,0 +2,6 @@
+Fri Aug  5 03:07:03 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 3.19
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+-------------------------------------------------------------------

Old:
----
  Encode-3.18.tar.gz

New:
----
  Encode-3.19.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Encode.spec ++++++
--- /var/tmp/diff_new_pack.RVJr8v/_old  2022-08-16 17:08:39.352041764 +0200
+++ /var/tmp/diff_new_pack.RVJr8v/_new  2022-08-16 17:08:39.360041787 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name Encode
 Name:           perl-Encode
-Version:        3.18
+Version:        3.19
 Release:        0
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Character encodings in Perl

++++++ Encode-3.18.tar.gz -> Encode-3.19.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.18/Changes new/Encode-3.19/Changes
--- old/Encode-3.18/Changes     2022-06-25 04:05:03.000000000 +0200
+++ new/Encode-3.19/Changes     2022-08-04 06:43:25.000000000 +0200
@@ -1,8 +1,14 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 3.18 2022/06/25 02:05:01 dankogai Exp dankogai $
+# $Id: Changes,v 3.19 2022/08/04 04:43:23 dankogai Exp dankogai $
 #
-$Revision: 3.18 $ $Date: 2022/06/25 02:05:01 $
+$Revision: 3.19 $ $Date: 2022/08/04 04:43:23 $
+! lib/Encode/Alias.pm /t/Aliases.t
+  Add ISO-8859-8-I as an alias of ISO-8859-8
+  <[email protected]>
+  https://en.wikipedia.org/wiki/ISO-8859-8-I
+
+3.18 2022/06/25 02:05:01
 ! lib/Encode/MIME/Header.pm t/mime-header.t
   Pulled: Encode::MIME::Header: Fix base64 word decoding
   https://github.com/dankogai/p5-encode/pull/169
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.18/Encode.pm new/Encode-3.19/Encode.pm
--- old/Encode-3.18/Encode.pm   2022-06-25 04:05:03.000000000 +0200
+++ new/Encode-3.19/Encode.pm   2022-08-04 06:43:25.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# $Id: Encode.pm,v 3.18 2022/06/25 02:04:06 dankogai Exp $
+# $Id: Encode.pm,v 3.19 2022/08/04 04:42:30 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.18 $ =~ /(\d+)/g;
+    $VERSION = sprintf "%d.%02d", q$Revision: 3.19 $ =~ /(\d+)/g;
     require XSLoader;
     XSLoader::load( __PACKAGE__, $VERSION );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.18/META.json new/Encode-3.19/META.json
--- old/Encode-3.18/META.json   2022-06-25 04:05:46.000000000 +0200
+++ new/Encode-3.19/META.json   2022-08-04 06:48:31.000000000 +0200
@@ -49,7 +49,7 @@
          "url" : "https://github.com/dankogai/p5-encode";
       }
    },
-   "version" : "3.18",
+   "version" : "3.19",
    "x_contributors" : [
       "Alex Davies <[email protected]>",
       "Alex Kapranoff <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.18/META.yml new/Encode-3.19/META.yml
--- old/Encode-3.18/META.yml    2022-06-25 04:05:45.000000000 +0200
+++ new/Encode-3.19/META.yml    2022-08-04 06:48:31.000000000 +0200
@@ -24,7 +24,7 @@
   parent: '0.221'
 resources:
   repository: https://github.com/dankogai/p5-encode
-version: '3.18'
+version: '3.19'
 x_contributors:
   - 'Alex Davies <[email protected]>'
   - 'Alex Kapranoff <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.18/lib/Encode/Alias.pm 
new/Encode-3.19/lib/Encode/Alias.pm
--- old/Encode-3.18/lib/Encode/Alias.pm 2022-06-25 04:05:03.000000000 +0200
+++ new/Encode-3.19/lib/Encode/Alias.pm 2022-08-04 06:43:28.000000000 +0200
@@ -1,7 +1,7 @@
 package Encode::Alias;
 use strict;
 use warnings;
-our $VERSION = do { my @r = ( q$Revision: 2.24 $ =~ /\d+/g ); sprintf "%d." . 
"%02d" x $#r, @r };
+our $VERSION = do { my @r = ( q$Revision: 2.25 $ =~ /\d+/g ); sprintf "%d." . 
"%02d" x $#r, @r };
 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
 
 use Exporter 'import';
@@ -162,6 +162,10 @@
     # Allow variants of iso-8859-1 etc.
     define_alias( qr/\biso[-_]?(\d+)[-_](\d+)$/i => '"iso-$1-$2"' );
 
+    # ISO-8859-8-I => ISO-8859-8
+    # https://en.wikipedia.org/wiki/ISO-8859-8-I
+    define_alias( qr/\biso[-_]8859[-_]8[-_]I$/i => '"iso-8859-8"' );
+
     # At least HP-UX has these.
     define_alias( qr/\biso8859(\d+)$/i => '"iso-8859-$1"' );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.18/t/Aliases.t new/Encode-3.19/t/Aliases.t
--- old/Encode-3.18/t/Aliases.t 2016-11-30 00:05:16.000000000 +0100
+++ new/Encode-3.19/t/Aliases.t 2022-07-31 04:20:53.000000000 +0200
@@ -42,6 +42,7 @@
         'arabic'   => 'iso-8859-6',
         'greek'    => 'iso-8859-7',
         'hebrew'   => 'iso-8859-8',
+        'iso-8859-8-I' => 'iso-8859-8',
         'thai'     => 'iso-8859-11',
         'tis620'   => 'iso-8859-11',
         'tis-620'   => 'iso-8859-11',

Reply via email to