Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Archive-Extract for
openSUSE:Factory checked in at 2026-09-01 15:46:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Archive-Extract (Old)
and /work/SRC/openSUSE:Factory/.perl-Archive-Extract.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Archive-Extract"
Tue Sep 1 15:46:44 2026 rev:11 rq:1374860 version:0.900.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Archive-Extract/perl-Archive-Extract.changes
2025-06-13 18:43:27.369968089 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Archive-Extract.new.1265/perl-Archive-Extract.changes
2026-09-01 15:47:18.101548127 +0200
@@ -1,0 +2,9 @@
+Thu Aug 20 05:47:57 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 0.900.0 (0.90)
+ see /usr/share/doc/packages/perl-Archive-Extract/CHANGES
+
+ 0.90 Thu 20 Aug 2026 00:29:33 BST
+ * Make unzip binary work under FreeBSD and support -Z1 switch
+
+-------------------------------------------------------------------
Old:
----
Archive-Extract-0.88.tar.gz
New:
----
Archive-Extract-0.90.tar.gz
README.md
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Archive-Extract.spec ++++++
--- /var/tmp/diff_new_pack.NOIsw7/_old 2026-09-01 15:47:18.991579178 +0200
+++ /var/tmp/diff_new_pack.NOIsw7/_new 2026-09-01 15:47:18.995579318 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Archive-Extract
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,16 @@
%define cpan_name Archive-Extract
Name: perl-Archive-Extract
-Version: 0.880.0
+Version: 0.900.0
Release: 0
-# 0.88 -> normalize -> 0.880.0
-%define cpan_version 0.88
+# 0.90 -> normalize -> 0.900.0
+%define cpan_version 0.90
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Generic archive extracting mechanism
URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
+Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
++++++ Archive-Extract-0.88.tar.gz -> Archive-Extract-0.90.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Archive-Extract-0.88/CHANGES
new/Archive-Extract-0.90/CHANGES
--- old/Archive-Extract-0.88/CHANGES 2021-05-06 15:11:57.000000000 +0200
+++ new/Archive-Extract-0.90/CHANGES 2026-08-20 01:31:14.000000000 +0200
@@ -1,3 +1,6 @@
+0.90 Thu 20 Aug 2026 00:29:33 BST
+* Make unzip binary work under FreeBSD and support -Z1 switch
+
0.88 Thu May 6 14:11:31 BST 2021
* Refactor type detection into type_for() function
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Archive-Extract-0.88/META.json
new/Archive-Extract-0.90/META.json
--- old/Archive-Extract-0.88/META.json 2021-05-06 15:13:14.000000000 +0200
+++ new/Archive-Extract-0.90/META.json 2026-08-20 01:33:59.000000000 +0200
@@ -4,7 +4,7 @@
"Jos Boumans <kane[at]cpan.org>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter
version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.78, CPAN::Meta::Converter
version 2.150012",
"license" : [
"perl_5"
],
@@ -50,6 +50,6 @@
"url" : "https://github.com/jib/archive-extract"
}
},
- "version" : "0.88",
- "x_serialization_backend" : "JSON::PP version 4.06"
+ "version" : "0.90",
+ "x_serialization_backend" : "JSON::PP version 4.18"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Archive-Extract-0.88/META.yml
new/Archive-Extract-0.90/META.yml
--- old/Archive-Extract-0.88/META.yml 2021-05-06 15:13:14.000000000 +0200
+++ new/Archive-Extract-0.90/META.yml 2026-08-20 01:33:59.000000000 +0200
@@ -7,7 +7,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.78, CPAN::Meta::Converter version
2.150012'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -29,5 +29,5 @@
if: '0'
resources:
repository: https://github.com/jib/archive-extract
-version: '0.88'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
+version: '0.90'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.020'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Archive-Extract-0.88/lib/Archive/Extract.pm
new/Archive-Extract-0.90/lib/Archive/Extract.pm
--- old/Archive-Extract-0.88/lib/Archive/Extract.pm 2021-05-06
15:12:17.000000000 +0200
+++ new/Archive-Extract-0.90/lib/Archive/Extract.pm 2026-08-20
01:29:13.000000000 +0200
@@ -48,7 +48,7 @@
$_ALLOW_BIN $_ALLOW_PURE_PERL $_ALLOW_TAR_ITER
];
-$VERSION = '0.88';
+$VERSION = '0.90';
$PREFER_BIN = 0;
$WARN = 1;
$DEBUG = 0;
@@ -1094,8 +1094,8 @@
{ ### on VMS, capital letter options have to be quoted. This is
### reported by John Malmberg on P5P Tue 21 Aug 2007 05:05:11
### Subject: [patch@31735]Archive Extract fix on VMS.
- my $opt = ON_VMS ? '"-Z"' : '-Z';
- my $cmd = [ $self->bin_unzip, $opt, '-1', $self->archive ];
+ my $opt = ON_VMS ? '"-Z1"' : '-Z1';
+ my $cmd = [ $self->bin_unzip, $opt, $self->archive ];
my $buffer = '';
unless( scalar run( command => $cmd,
@@ -1537,7 +1537,7 @@
}
push @strings, $buf if $buf;
foreach my $part ( @strings ) {
- if ( $part =~ m!ZIPINFO! or $part =~ m!usage:.+?Z1! ) {
+ if ( $part =~ m!ZIPINFO! or $part =~ m!usage:.+?Z1!i ) {
return $unzip;
}
}
++++++ README.md ++++++
## Build Results
Current state of perl in openSUSE:Factory is

The current state of perl in the devel project build (devel:languages:perl)

++++++ _scmsync.obsinfo ++++++
mtime: 1787204877
commit: fd517ee46ef81b222807e0c81864ef1a1a095d766b92fc74179e8910dde8fdef
url: https://src.opensuse.org/perl/perl-Archive-Extract
revision: fd517ee46ef81b222807e0c81864ef1a1a095d766b92fc74179e8910dde8fdef
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-08-20 07:47:57.000000000 +0200
@@ -0,0 +1 @@
+.osc