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 2021-10-23 00:51:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Encode (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Encode.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Encode"

Sat Oct 23 00:51:31 2021 rev:20 rq:926938 version:3.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2021-10-12 
21:51:10.100027617 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new.1890/perl-Encode.changes        
2021-10-23 00:52:15.229155192 +0200
@@ -1,0 +2,6 @@
+Thu Oct 14 03:07:30 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 3.16
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+-------------------------------------------------------------------

Old:
----
  Encode-3.15.tar.gz

New:
----
  Encode-3.16.tar.gz

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

Other differences:
------------------
++++++ perl-Encode.spec ++++++
--- /var/tmp/diff_new_pack.YyIRo0/_old  2021-10-23 00:52:15.665155384 +0200
+++ /var/tmp/diff_new_pack.YyIRo0/_new  2021-10-23 00:52:15.665155384 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name Encode
 Name:           perl-Encode
-Version:        3.15
+Version:        3.16
 Release:        0
 Summary:        Character encodings in Perl
 License:        Artistic-1.0 OR GPL-1.0-or-later

++++++ Encode-3.15.tar.gz -> Encode-3.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.15/Changes new/Encode-3.16/Changes
--- old/Encode-3.15/Changes     2021-10-08 17:29:24.000000000 +0200
+++ new/Encode-3.16/Changes     2021-10-13 10:29:16.000000000 +0200
@@ -1,8 +1,13 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 3.15 2021/10/08 15:29:23 dankogai Exp dankogai $
+# $Id: Changes,v 3.16 2021/10/13 08:29:13 dankogai Exp dankogai $
 #
-$Revision: 3.15 $ $Date: 2021/10/08 15:29:23 $
+$Revision: 3.16 $ $Date: 2021/10/13 08:29:13 $
+! Makefile.PL
+  Pulled: Only add -Werror=declaration-after-statement for 5.035004 and earlier
+  
https://github.com/dankogai/p5-encode/pull/162/filehttps://github.com/dankogai/p5-encode/pull/162
+
+3.15 2021/10/08 15:29:23
 ! Encode.xs
   Revert Encode 3.13 (commit 2397881) which should have been done w/ pull 161
   <20211008091648.GA28259@dcvr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.15/Encode.pm new/Encode-3.16/Encode.pm
--- old/Encode-3.15/Encode.pm   2021-10-08 17:29:24.000000000 +0200
+++ new/Encode-3.16/Encode.pm   2021-10-13 10:29:16.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# $Id: Encode.pm,v 3.15 2021/10/08 15:28:22 dankogai Exp $
+# $Id: Encode.pm,v 3.16 2021/10/13 08:29:04 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.15 $ =~ /(\d+)/g;
+    $VERSION = sprintf "%d.%02d", q$Revision: 3.16 $ =~ /(\d+)/g;
     require XSLoader;
     XSLoader::load( __PACKAGE__, $VERSION );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.15/Encode.xs new/Encode-3.16/Encode.xs
--- old/Encode-3.15/Encode.xs   2021-10-08 17:29:26.000000000 +0200
+++ new/Encode-3.16/Encode.xs   2021-10-13 10:29:16.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- $Id: Encode.xs,v 2.51 2021/10/08 15:29:23 dankogai Exp dankogai $
+ $Id: Encode.xs,v 2.51 2021/10/08 15:29:23 dankogai Exp $
  */
 
 #define PERL_NO_GET_CONTEXT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.15/META.json new/Encode-3.16/META.json
--- old/Encode-3.15/META.json   2021-10-08 17:30:16.000000000 +0200
+++ new/Encode-3.16/META.json   2021-10-13 10:37:12.000000000 +0200
@@ -49,7 +49,7 @@
          "url" : "https://github.com/dankogai/p5-encode";
       }
    },
-   "version" : "3.15",
+   "version" : "3.16",
    "x_contributors" : [
       "Alex Davies <alex.dav...@talktalk.net>",
       "Alex Kapranoff <a...@kapranoff.ru>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.15/META.yml new/Encode-3.16/META.yml
--- old/Encode-3.15/META.yml    2021-10-08 17:30:16.000000000 +0200
+++ new/Encode-3.16/META.yml    2021-10-13 10:37:12.000000000 +0200
@@ -24,7 +24,7 @@
   parent: '0.221'
 resources:
   repository: https://github.com/dankogai/p5-encode
-version: '3.15'
+version: '3.16'
 x_contributors:
   - 'Alex Davies <alex.dav...@talktalk.net>'
   - 'Alex Kapranoff <a...@kapranoff.ru>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-3.15/Makefile.PL new/Encode-3.16/Makefile.PL
--- old/Encode-3.15/Makefile.PL 2021-10-08 17:29:26.000000000 +0200
+++ new/Encode-3.16/Makefile.PL 2021-10-13 10:29:19.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.PL,v 2.23 2020/12/02 01:28:17 dankogai Exp $
+# $Id: Makefile.PL,v 2.24 2021/10/13 08:29:13 dankogai Exp dankogai $
 #
 use 5.007003;
 use strict;
@@ -20,7 +20,7 @@
     $gccver =~ s/\.//g; $gccver =~ s/ .*//;
     $gccver .= "0" while length $gccver < 3;
     $gccver = 0+$gccver;
-    $ccflags .= ' -Werror=declaration-after-statement' if $gccver > 412;
+    $ccflags .= ' -Werror=declaration-after-statement' if $gccver > 412 and $] 
< 5.035005;
     $ccflags .= ' -Wpointer-sign' if !$Config{d_cplusplus} and $gccver > 400;
     $ccflags .= ' -fpermissive' if $Config{d_cplusplus};
   }

Reply via email to