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 2023-02-16 16:56:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
and /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Compress-Raw-Lzma"
Thu Feb 16 16:56:04 2023 rev:17 rq:1066012 version:2.204
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2022-06-28 15:21:41.809881890 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.22824/perl-Compress-Raw-Lzma.changes
2023-02-16 16:56:19.174812787 +0100
@@ -1,0 +2,11 @@
+Thu Feb 9 03:06:48 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 2.204
+ see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+ 2.204 8 February 2023
+
+ * Use GIMME_V instead of GIMME
+ 54e3c1e18b61f0892056925240bbc80f76e2f038
+
+-------------------------------------------------------------------
Old:
----
Compress-Raw-Lzma-2.201.tar.gz
New:
----
Compress-Raw-Lzma-2.204.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Compress-Raw-Lzma.spec ++++++
--- /var/tmp/diff_new_pack.XpHppA/_old 2023-02-16 16:56:19.834815424 +0100
+++ /var/tmp/diff_new_pack.XpHppA/_new 2023-02-16 16:56:19.842815456 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Compress-Raw-Lzma
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name Compress-Raw-Lzma
Name: perl-Compress-Raw-Lzma
-Version: 2.201
+Version: 2.204
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Low-Level Interface to lzma compression library
@@ -51,6 +51,7 @@
%prep
%autosetup -n %{cpan_name}-%{version}
+
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
++++++ Compress-Raw-Lzma-2.201.tar.gz -> Compress-Raw-Lzma-2.204.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.201/Changes
new/Compress-Raw-Lzma-2.204/Changes
--- old/Compress-Raw-Lzma-2.201/Changes 2022-06-25 10:50:39.000000000 +0200
+++ new/Compress-Raw-Lzma-2.204/Changes 2023-02-08 11:58:35.000000000 +0100
@@ -1,6 +1,11 @@
CHANGES
-------
+ 2.204 8 February 2023
+
+ * Use GIMME_V instead of GIMME
+ 54e3c1e18b61f0892056925240bbc80f76e2f038
+
2.201 25 June 2022
* 2.201
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.201/Lzma.xs
new/Compress-Raw-Lzma-2.204/Lzma.xs
--- old/Compress-Raw-Lzma-2.201/Lzma.xs 2022-04-30 15:13:16.000000000 +0200
+++ new/Compress-Raw-Lzma-2.204/Lzma.xs 2022-08-24 17:06:53.000000000 +0200
@@ -726,7 +726,7 @@
//setTainted(obj);
XPUSHs(obj);
}
- if (GIMME == G_ARRAY) {
+ if (GIMME_V == G_ARRAY) {
SV * sv = sv_2mortal(newSViv(err)) ;
setDUALstatus(sv, err);
//if (is_tainted)
@@ -772,7 +772,7 @@
//setTainted(obj);
XPUSHs(obj);
}
- if (GIMME == G_ARRAY) {
+ if (GIMME_V == G_ARRAY) {
SV * sv = sv_2mortal(newSViv(err)) ;
setDUALstatus(sv, err);
//if (is_tainted)
@@ -818,7 +818,7 @@
//setTainted(obj);
XPUSHs(obj);
}
- if (GIMME == G_ARRAY) {
+ if (GIMME_V == G_ARRAY) {
SV * sv = sv_2mortal(newSViv(err)) ;
setDUALstatus(sv, err);
//if (is_tainted)
@@ -863,7 +863,7 @@
//setTainted(obj);
XPUSHs(obj);
}
- if (GIMME == G_ARRAY) {
+ if (GIMME_V == G_ARRAY) {
SV * sv = sv_2mortal(newSViv(err)) ;
setDUALstatus(sv, err);
//if (is_tainted)
@@ -1114,7 +1114,7 @@
//setTainted(obj);
XPUSHs(obj);
}
- if (GIMME == G_ARRAY) {
+ if (GIMME_V == G_ARRAY) {
SV * sv = sv_2mortal(newSViv(err)) ;
setDUALstatus(sv, err);
//if (is_tainted)
@@ -1161,7 +1161,7 @@
//setTainted(obj);
XPUSHs(obj);
}
- if (GIMME == G_ARRAY) {
+ if (GIMME_V == G_ARRAY) {
SV * sv = sv_2mortal(newSViv(err)) ;
setDUALstatus(sv, err);
//if (is_tainted)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.201/META.json
new/Compress-Raw-Lzma-2.204/META.json
--- old/Compress-Raw-Lzma-2.201/META.json 2022-06-25 10:57:41.000000000
+0200
+++ new/Compress-Raw-Lzma-2.204/META.json 2023-02-08 20:15:50.000000000
+0100
@@ -4,7 +4,7 @@
"Paul Marquess <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter
version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
@@ -45,6 +45,6 @@
"web" : "https://github.com/pmqs/Compress-Raw-Lzma"
}
},
- "version" : "2.201",
- "x_serialization_backend" : "JSON::PP version 4.02"
+ "version" : "2.204",
+ "x_serialization_backend" : "JSON::PP version 4.07"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.201/META.yml
new/Compress-Raw-Lzma-2.204/META.yml
--- old/Compress-Raw-Lzma-2.201/META.yml 2022-06-25 10:57:41.000000000
+0200
+++ new/Compress-Raw-Lzma-2.204/META.yml 2023-02-08 20:15:50.000000000
+0100
@@ -7,7 +7,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -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.201'
+version: '2.204'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.201/README
new/Compress-Raw-Lzma-2.204/README
--- old/Compress-Raw-Lzma-2.201/README 2022-06-25 09:47:37.000000000 +0200
+++ new/Compress-Raw-Lzma-2.204/README 2023-02-08 11:47:17.000000000 +0100
@@ -1,11 +1,11 @@
Compress-Raw-Lzma
- Version 2.201
+ Version 2.204
- 25 June 2022
+ 8 February 2023
- Copyright (c) 2009-2022 Paul Marquess. All rights reserved.
+ Copyright (c) 2009-2023 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.
@@ -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.201" ;
+ $VERSION = "2.204" ;
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.201/lib/Compress/Raw/Lzma.pm
new/Compress-Raw-Lzma-2.204/lib/Compress/Raw/Lzma.pm
--- old/Compress-Raw-Lzma-2.201/lib/Compress/Raw/Lzma.pm 2022-06-24
00:16:44.000000000 +0200
+++ new/Compress-Raw-Lzma-2.204/lib/Compress/Raw/Lzma.pm 2023-02-08
11:45:43.000000000 +0100
@@ -11,7 +11,7 @@
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
-$VERSION = '2.201';
+$VERSION = '2.204';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -1714,7 +1714,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 2005-2022 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2023 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.