Hello community,
here is the log from the commit of package perl-Compress-Raw-Lzma for
openSUSE:Factory checked in at 2019-12-09 21:35:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
and /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Compress-Raw-Lzma"
Mon Dec 9 21:35:25 2019 rev:10 rq:755147 version:2.093
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2019-12-03 12:43:31.710113696 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.4691/perl-Compress-Raw-Lzma.changes
2019-12-09 21:35:38.310088344 +0100
@@ -1,0 +2,13 @@
+Sun Dec 8 03:15:19 UTC 2019 - <[email protected]>
+
+- updated to 2.093
+ see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+ 2.093 7 December 2019
+
+ * Lzma.xs -- add allocator to lzma_properties_decode
+ Fixes chach on Windows.
+ Issue https://github.com/pmqs/Compress-Raw-Lzma/issues/2
+ 155b1730163301f59260316b2c011ec41ff4e378
+
+-------------------------------------------------------------------
Old:
----
Compress-Raw-Lzma-2.092.tar.gz
New:
----
Compress-Raw-Lzma-2.093.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Compress-Raw-Lzma.spec ++++++
--- /var/tmp/diff_new_pack.0VFo3w/_old 2019-12-09 21:35:38.850088131 +0100
+++ /var/tmp/diff_new_pack.0VFo3w/_new 2019-12-09 21:35:38.854088129 +0100
@@ -17,7 +17,7 @@
Name: perl-Compress-Raw-Lzma
-Version: 2.092
+Version: 2.093
Release: 0
%define cpan_name Compress-Raw-Lzma
Summary: Low-Level Interface to lzma compression library
++++++ Compress-Raw-Lzma-2.092.tar.gz -> Compress-Raw-Lzma-2.093.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.092/Changes
new/Compress-Raw-Lzma-2.093/Changes
--- old/Compress-Raw-Lzma-2.092/Changes 2019-12-01 21:19:38.000000000 +0100
+++ new/Compress-Raw-Lzma-2.093/Changes 2019-12-07 16:02:42.000000000 +0100
@@ -1,6 +1,13 @@
CHANGES
-------
+ 2.093 7 December 2019
+
+ * Lzma.xs -- add allocator to lzma_properties_decode
+ Fixes chach on Windows.
+ Issue https://github.com/pmqs/Compress-Raw-Lzma/issues/2
+ 155b1730163301f59260316b2c011ec41ff4e378
+
2.092 1 December 2019
* use lzma_llocator
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.092/Lzma.xs
new/Compress-Raw-Lzma-2.093/Lzma.xs
--- old/Compress-Raw-Lzma-2.092/Lzma.xs 2019-12-01 21:13:12.000000000 +0100
+++ new/Compress-Raw-Lzma-2.093/Lzma.xs 2019-12-07 15:41:02.000000000 +0100
@@ -347,7 +347,7 @@
if (properties) {
s->filters[0].id = LZMA_FILTER_LZMA1;
- if (lzma_properties_decode(&s->filters[0], NULL,
+ if (lzma_properties_decode(&s->filters[0], s->stream.allocator,
(const uint8_t*)properties, 5) != LZMA_OK)
return FALSE;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.092/META.json
new/Compress-Raw-Lzma-2.093/META.json
--- old/Compress-Raw-Lzma-2.092/META.json 2019-12-01 21:20:29.000000000
+0100
+++ new/Compress-Raw-Lzma-2.093/META.json 2019-12-07 16:16:37.000000000
+0100
@@ -45,6 +45,6 @@
"web" : "https://github.com/pmqs/Compress-Raw-Lzma"
}
},
- "version" : "2.092",
+ "version" : "2.093",
"x_serialization_backend" : "JSON::PP version 2.27300"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.092/META.yml
new/Compress-Raw-Lzma-2.093/META.yml
--- old/Compress-Raw-Lzma-2.092/META.yml 2019-12-01 21:20:29.000000000
+0100
+++ new/Compress-Raw-Lzma-2.093/META.yml 2019-12-07 16:16:37.000000000
+0100
@@ -23,5 +23,5 @@
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.092'
+version: '2.093'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.092/README
new/Compress-Raw-Lzma-2.093/README
--- old/Compress-Raw-Lzma-2.092/README 2019-12-01 21:18:58.000000000 +0100
+++ new/Compress-Raw-Lzma-2.093/README 2019-12-07 16:01:21.000000000 +0100
@@ -1,9 +1,9 @@
Compress-Raw-Lzma
- Version 2.092
+ Version 2.093
- 1 December 2019
+ 7 December 2019
Copyright (c) 2009-2019 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
@@ -193,7 +193,7 @@
If you haven't installed Compress-Raw-Lzma then search
Compress::Raw::Lzma.pm
for a line like this:
- $VERSION = "2.091" ;
+ $VERSION = "2.093" ;
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.092/lib/Compress/Raw/Lzma.pm
new/Compress-Raw-Lzma-2.093/lib/Compress/Raw/Lzma.pm
--- old/Compress-Raw-Lzma-2.092/lib/Compress/Raw/Lzma.pm 2019-12-01
21:19:16.000000000 +0100
+++ new/Compress-Raw-Lzma-2.093/lib/Compress/Raw/Lzma.pm 2019-12-07
16:00:21.000000000 +0100
@@ -12,7 +12,7 @@
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
-$VERSION = '2.092';
+$VERSION = '2.093';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;