Hello community,

here is the log from the commit of package perl-Compress-Raw-Lzma for 
openSUSE:Factory checked in at 2019-04-03 10:51:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Compress-Raw-Lzma"

Wed Apr  3 10:51:29 2019 rev:5 rq:690856 version:2.086

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
    2019-01-21 10:59:35.395334646 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.25356/perl-Compress-Raw-Lzma.changes
 2019-04-03 10:51:36.429934890 +0200
@@ -1,0 +2,14 @@
+Wed Apr  3 06:48:34 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 2.086
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+    2.086 31 March 2019
+  
+        * Moved source to github https://github.com/pmqs/Compress-Raw-Lzma
+  
+        * Add META_MERGE to Makefile.PL
+  
+        * Added meta-json.t & meta-yaml.t
+
+-------------------------------------------------------------------

Old:
----
  Compress-Raw-Lzma-2.085.tar.gz

New:
----
  Compress-Raw-Lzma-2.086.tar.gz

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

Other differences:
------------------
++++++ perl-Compress-Raw-Lzma.spec ++++++
--- /var/tmp/diff_new_pack.OWDS5M/_old  2019-04-03 10:51:36.941935028 +0200
+++ /var/tmp/diff_new_pack.OWDS5M/_new  2019-04-03 10:51:36.941935028 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Compress-Raw-Lzma
-Version:        2.085
+Version:        2.086
 Release:        0
 %define cpan_name Compress-Raw-Lzma
 Summary:        Low-Level Interface to lzma compression library

++++++ Compress-Raw-Lzma-2.085.tar.gz -> Compress-Raw-Lzma-2.086.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/Changes 
new/Compress-Raw-Lzma-2.086/Changes
--- old/Compress-Raw-Lzma-2.085/Changes 2019-01-12 16:01:53.000000000 +0100
+++ new/Compress-Raw-Lzma-2.086/Changes 2019-03-31 18:29:47.000000000 +0200
@@ -1,6 +1,14 @@
 CHANGES
 -------
 
+  2.086 31 March 2019
+
+      * Moved source to github https://github.com/pmqs/Compress-Raw-Lzma
+
+      * Add META_MERGE to Makefile.PL
+
+      * Added meta-json.t & meta-yaml.t
+
   2.085 12 January 2019
 
       * t/050interop-xz.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/MANIFEST 
new/Compress-Raw-Lzma-2.086/MANIFEST
--- old/Compress-Raw-Lzma-2.085/MANIFEST        2019-01-12 22:07:29.000000000 
+0100
+++ new/Compress-Raw-Lzma-2.086/MANIFEST        2019-03-31 18:23:43.000000000 
+0200
@@ -16,6 +16,8 @@
 t/050interop-xz.t      
 t/19nonpv.t    
 t/99pod.t
+t/meta-json.t 
+t/meta-yaml.t
 t/compress/CompTestUtils.pm
 t/Test/Builder.pm
 t/Test/More.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/META.json 
new/Compress-Raw-Lzma-2.086/META.json
--- old/Compress-Raw-Lzma-2.085/META.json       2019-01-12 22:07:29.000000000 
+0100
+++ new/Compress-Raw-Lzma-2.086/META.json       2019-03-31 20:53:53.000000000 
+0200
@@ -34,6 +34,17 @@
       }
    },
    "release_status" : "stable",
-   "version" : "2.085",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "https://github.com/pmqs/Compress-Raw-Lzma/issues";
+      },
+      "homepage" : "https://github.com/pmqs/Compress-Raw-Lzma";,
+      "repository" : {
+         "type" : "git",
+         "url" : "git://github.com/pmqs/Compress-Raw-Lzma.git",
+         "web" : "https://github.com/pmqs/Compress-Raw-Lzma";
+      }
+   },
+   "version" : "2.086",
    "x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/META.yml 
new/Compress-Raw-Lzma-2.086/META.yml
--- old/Compress-Raw-Lzma-2.085/META.yml        2019-01-12 22:07:28.000000000 
+0100
+++ new/Compress-Raw-Lzma-2.086/META.yml        2019-03-31 20:53:53.000000000 
+0200
@@ -19,5 +19,9 @@
     - inc
     - t
     - private
-version: '2.085'
+resources:
+  bugtracker: https://github.com/pmqs/Compress-Raw-Lzma/issues
+  homepage: https://github.com/pmqs/Compress-Raw-Lzma
+  repository: git://github.com/pmqs/Compress-Raw-Lzma.git
+version: '2.086'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/Makefile.PL 
new/Compress-Raw-Lzma-2.086/Makefile.PL
--- old/Compress-Raw-Lzma-2.085/Makefile.PL     2017-02-04 19:26:20.000000000 
+0100
+++ new/Compress-Raw-Lzma-2.086/Makefile.PL     2019-03-31 11:22:43.000000000 
+0200
@@ -47,11 +47,33 @@
         : ()
     ),
 
-    META_MERGE => {
-        no_index => {
-            directory => [ 't', 'private' ],
-        },
-    },    
+     ( eval { ExtUtils::MakeMaker->VERSION(6.46) }  
+        ? ( META_MERGE  => {
+    
+                "meta-spec" => { version => 2 },
+
+                no_index => {
+                    directory => [ 't', 'private' ],
+                },
+
+                resources   => {
+                
+                    bugtracker  => {
+                        web     => 
'https://github.com/pmqs/Compress-Raw-Lzma/issues'
+                    },
+
+                    homepage    => 'https://github.com/pmqs/Compress-Raw-Lzma',
+
+                    repository  => {
+                        type    => 'git',
+                        url     => 
'git://github.com/pmqs/Compress-Raw-Lzma.git',
+                        web     => 'https://github.com/pmqs/Compress-Raw-Lzma',
+                    },        
+                },
+              } 
+            ) 
+        : ()
+    ),   
 
     ((ExtUtils::MakeMaker->VERSION() gt '6.30') ?
         ('LICENSE'  => 'perl')         : ()),    
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/README 
new/Compress-Raw-Lzma-2.086/README
--- old/Compress-Raw-Lzma-2.085/README  2019-01-12 22:06:48.000000000 +0100
+++ new/Compress-Raw-Lzma-2.086/README  2019-03-31 17:50:18.000000000 +0200
@@ -1,9 +1,9 @@
 
                             Compress-Raw-Lzma
 
-                         Version 2.085
+                               Version 2.086
 
-                                12 Jan 2019
+                               31 March 2019
 
        Copyright (c) 2009-2019 Paul Marquess. All rights reserved.
           This program is free software; you can redistribute it
@@ -12,7 +12,7 @@
 DESCRIPTION
 -----------
 
-This module provides a Perl interface to allow reading and writing of lzma
+This module provides a Perl interface to allow reading and writing of lzma, 
lzip
 and xz files/buffers.
 
 PREREQUISITES
@@ -186,7 +186,7 @@
         If you haven't installed Compress-Raw-Lzma then search 
Compress::Raw::Lzma.pm
         for a line like this:
 
-          $VERSION = "2.085" ;
+          $VERSION = "2.086" ;
 
      c. The version of lzma you have used.
         If you have successfully installed Compress-Raw-Lzma, this one-liner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/lib/Compress/Raw/Lzma.pm 
new/Compress-Raw-Lzma-2.086/lib/Compress/Raw/Lzma.pm
--- old/Compress-Raw-Lzma-2.085/lib/Compress/Raw/Lzma.pm        2019-01-12 
22:06:48.000000000 +0100
+++ new/Compress-Raw-Lzma-2.086/lib/Compress/Raw/Lzma.pm        2019-03-31 
11:25:56.000000000 +0200
@@ -12,7 +12,7 @@
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.085';
+$VERSION = '2.086';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/t/Test/Builder.pm 
new/Compress-Raw-Lzma-2.086/t/Test/Builder.pm
--- old/Compress-Raw-Lzma-2.085/t/Test/Builder.pm       2018-04-03 
20:29:18.000000000 +0200
+++ new/Compress-Raw-Lzma-2.086/t/Test/Builder.pm       2019-03-23 
22:58:33.000000000 +0100
@@ -7,7 +7,7 @@
 $^C ||= 0;
 
 use strict;
-use vars qw($VERSION);
+our ($VERSION);
 $VERSION = '0.30';
 $VERSION = eval $VERSION;    # make the alpha version come out as a number
 
@@ -167,7 +167,7 @@
 
 =cut
 
-use vars qw($Level);
+our ($Level);
 
 sub reset {
     my ($self) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/t/Test/More.pm 
new/Compress-Raw-Lzma-2.086/t/Test/More.pm
--- old/Compress-Raw-Lzma-2.085/t/Test/More.pm  2018-04-03 20:29:18.000000000 
+0200
+++ new/Compress-Raw-Lzma-2.086/t/Test/More.pm  2019-03-23 22:58:33.000000000 
+0100
@@ -17,7 +17,7 @@
 
 
 require Exporter;
-use vars qw($VERSION @ISA @EXPORT %EXPORT_TAGS $TODO);
+our ($VERSION, @ISA, @EXPORT, %EXPORT_TAGS, $TODO);
 $VERSION = '0.60';
 $VERSION = eval $VERSION;    # make the alpha version come out as a number
 
@@ -1003,7 +1003,7 @@
 
 =cut
 
-use vars qw(@Data_Stack %Refs_Seen);
+our (@Data_Stack, %Refs_Seen);
 my $DNE = bless [], 'Does::Not::Exist';
 sub is_deeply {
     unless( @_ == 2 or @_ == 3 ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/t/meta-json.t 
new/Compress-Raw-Lzma-2.086/t/meta-json.t
--- old/Compress-Raw-Lzma-2.085/t/meta-json.t   1970-01-01 01:00:00.000000000 
+0100
+++ new/Compress-Raw-Lzma-2.086/t/meta-json.t   2019-03-31 19:17:40.000000000 
+0200
@@ -0,0 +1,13 @@
+
+BEGIN {
+    if ($ENV{PERL_CORE}) {
+        chdir 't' if -d 't';
+        @INC = ("../lib", "lib/compress");
+    }
+}
+
+use lib qw(t t/compress);
+use Test::More;
+eval "use Test::CPAN::Meta::JSON";
+plan skip_all => "Test::CPAN::Meta::JSON required for testing META.json" if $@;
+meta_json_ok();
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/t/meta-yaml.t 
new/Compress-Raw-Lzma-2.086/t/meta-yaml.t
--- old/Compress-Raw-Lzma-2.085/t/meta-yaml.t   1970-01-01 01:00:00.000000000 
+0100
+++ new/Compress-Raw-Lzma-2.086/t/meta-yaml.t   2019-03-31 19:17:46.000000000 
+0200
@@ -0,0 +1,12 @@
+BEGIN {
+    if ($ENV{PERL_CORE}) {
+        chdir 't' if -d 't';
+        @INC = ("../lib", "lib/compress");
+    }
+}
+
+use lib qw(t t/compress);
+use Test::More;
+eval "use Test::CPAN::Meta";
+plan skip_all => "Test::CPAN::Meta required for testing META.yml" if $@;
+meta_yaml_ok();
\ No newline at end of file


Reply via email to