Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Compress-Raw-Lzma for
openSUSE:Factory checked in at 2022-06-28 15:21:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
and /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Compress-Raw-Lzma"
Tue Jun 28 15:21:32 2022 rev:16 rq:985282 version:2.201
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2022-04-14 17:25:48.207287091 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.1548/perl-Compress-Raw-Lzma.changes
2022-06-28 15:21:41.809881890 +0200
@@ -1,0 +2,12 @@
+Sun Jun 26 03:06:52 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 2.201
+ see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+ 2.201 25 June 2022
+
+ * 2.201
+ Sat Jun 25 09:50:04 2022 +0100
+ 367f6414d5eb54e5f0d1d07ceb1c909ce5ac84d8
+
+-------------------------------------------------------------------
Old:
----
Compress-Raw-Lzma-2.103.tar.gz
New:
----
Compress-Raw-Lzma-2.201.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Compress-Raw-Lzma.spec ++++++
--- /var/tmp/diff_new_pack.JN7bWM/_old 2022-06-28 15:21:42.161882415 +0200
+++ /var/tmp/diff_new_pack.JN7bWM/_new 2022-06-28 15:21:42.165882422 +0200
@@ -18,7 +18,7 @@
%define cpan_name Compress-Raw-Lzma
Name: perl-Compress-Raw-Lzma
-Version: 2.103
+Version: 2.201
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Low-Level Interface to lzma compression library
++++++ Compress-Raw-Lzma-2.103.tar.gz -> Compress-Raw-Lzma-2.201.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.103/Changes
new/Compress-Raw-Lzma-2.201/Changes
--- old/Compress-Raw-Lzma-2.103/Changes 2022-04-03 21:08:56.000000000 +0200
+++ new/Compress-Raw-Lzma-2.201/Changes 2022-06-25 10:50:39.000000000 +0200
@@ -1,6 +1,12 @@
CHANGES
-------
+ 2.201 25 June 2022
+
+ * 2.201
+ Sat Jun 25 09:50:04 2022 +0100
+ 367f6414d5eb54e5f0d1d07ceb1c909ce5ac84d8
+
2.103 3 April 2022
* No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.103/Lzma.xs
new/Compress-Raw-Lzma-2.201/Lzma.xs
--- old/Compress-Raw-Lzma-2.103/Lzma.xs 2020-12-18 23:27:34.000000000 +0100
+++ new/Compress-Raw-Lzma-2.201/Lzma.xs 2022-04-30 15:13:16.000000000 +0200
@@ -1381,6 +1381,7 @@
SV* preset_dict
CODE:
lzma_options_lzma* p;
+ size_t preset_len = 0;
ZMALLOC(RETVAL, di_filter) ;
RETVAL->filter.id = want_lzma2 ? LZMA_FILTER_LZMA2 : LZMA_FILTER_LZMA1
;
ZMALLOC(RETVAL->filter.options, lzma_options_lzma) ;
@@ -1389,8 +1390,7 @@
RETVAL->dict = newSVsv( deRef(preset_dict, (char*)"preset dict") );
- size_t preset_len = 0;
- p->preset_dict = (void *)SvPVbyte_force(RETVAL->dict,preset_len);
+ p->preset_dict = (const
uint8_t*)SvPVbyte_force(RETVAL->dict,preset_len);
p->preset_dict_size = preset_len;
if ( p->preset_dict_size == 0 ) {
SvREFCNT_dec(RETVAL->dict);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.103/META.json
new/Compress-Raw-Lzma-2.201/META.json
--- old/Compress-Raw-Lzma-2.103/META.json 2022-04-03 21:40:24.000000000
+0200
+++ new/Compress-Raw-Lzma-2.201/META.json 2022-06-25 10:57:41.000000000
+0200
@@ -45,6 +45,6 @@
"web" : "https://github.com/pmqs/Compress-Raw-Lzma"
}
},
- "version" : "2.103",
+ "version" : "2.201",
"x_serialization_backend" : "JSON::PP version 4.02"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.103/META.yml
new/Compress-Raw-Lzma-2.201/META.yml
--- old/Compress-Raw-Lzma-2.103/META.yml 2022-04-03 21:40:24.000000000
+0200
+++ new/Compress-Raw-Lzma-2.201/META.yml 2022-06-25 10:57:41.000000000
+0200
@@ -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.103'
+version: '2.201'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.103/README
new/Compress-Raw-Lzma-2.201/README
--- old/Compress-Raw-Lzma-2.103/README 2022-04-03 20:38:50.000000000 +0200
+++ new/Compress-Raw-Lzma-2.201/README 2022-06-25 09:47:37.000000000 +0200
@@ -1,9 +1,9 @@
Compress-Raw-Lzma
- Version 2.103
+ Version 2.201
- 3 April 2022
+ 25 June 2022
Copyright (c) 2009-2022 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.103" ;
+ $VERSION = "2.201" ;
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.103/lib/Compress/Raw/Lzma.pm
new/Compress-Raw-Lzma-2.201/lib/Compress/Raw/Lzma.pm
--- old/Compress-Raw-Lzma-2.103/lib/Compress/Raw/Lzma.pm 2022-04-03
19:31:03.000000000 +0200
+++ new/Compress-Raw-Lzma-2.201/lib/Compress/Raw/Lzma.pm 2022-06-24
00:16:44.000000000 +0200
@@ -11,7 +11,7 @@
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
-$VERSION = '2.103';
+$VERSION = '2.201';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;