Hello community,
here is the log from the commit of package perl-Archive-Extract for
openSUSE:Factory checked in at 2017-02-16 16:47:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Archive-Extract (Old)
and /work/SRC/openSUSE:Factory/.perl-Archive-Extract.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Archive-Extract"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Archive-Extract/perl-Archive-Extract.changes
2016-10-14 09:25:43.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Archive-Extract.new/perl-Archive-Extract.changes
2017-02-16 16:47:18.318764929 +0100
@@ -1,0 +2,9 @@
+Mon Feb 13 11:11:27 UTC 2017 - [email protected]
+
+- updated to 0.80
+ see /usr/share/doc/packages/perl-Archive-Extract/CHANGES
+
+ 0.80 Wed Jan 18 23:14:32 GMT 2017
+ * Change Linux unzip heuristic to match FreeBSD's [rt#119905]
+
+-------------------------------------------------------------------
Old:
----
Archive-Extract-0.78.tar.gz
New:
----
Archive-Extract-0.80.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Archive-Extract.spec ++++++
--- /var/tmp/diff_new_pack.emPLlg/_old 2017-02-16 16:47:18.918679742 +0100
+++ /var/tmp/diff_new_pack.emPLlg/_new 2017-02-16 16:47:18.918679742 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Archive-Extract
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: perl-Archive-Extract
-Version: 0.78
+Version: 0.80
Release: 0
%define cpan_name Archive-Extract
Summary: Generic Archive Extracting Mechanism
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Archive-Extract/
-Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ Archive-Extract-0.78.tar.gz -> Archive-Extract-0.80.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Archive-Extract-0.78/CHANGES
new/Archive-Extract-0.80/CHANGES
--- old/Archive-Extract-0.78/CHANGES 2016-07-27 21:42:49.000000000 +0200
+++ new/Archive-Extract-0.80/CHANGES 2017-01-19 00:18:57.000000000 +0100
@@ -1,5 +1,9 @@
+0.80 Wed Jan 18 23:14:32 GMT 2017
+* Change Linux unzip heuristic to match FreeBSD's [rt#119905]
+
0.78 Wed Jul 27 20:40:15 2016
* CVE-2016-1238: avoid loading optional modules from default .
+* Add additional heuristics for unzip on FreeBSD
0.76 Sat Jul 4 18:44:42 2015
* Resolve RT#105425, putting refs in $/ has been
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Archive-Extract-0.78/META.json
new/Archive-Extract-0.80/META.json
--- old/Archive-Extract-0.78/META.json 2016-07-27 21:45:24.000000000 +0200
+++ new/Archive-Extract-0.80/META.json 2017-01-19 00:21:58.000000000 +0100
@@ -4,7 +4,7 @@
"Jos Boumans <kane[at]cpan.org>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter
version 2.150005",
+ "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
@@ -50,6 +50,6 @@
"url" : "https://github.com/jib/archive-extract"
}
},
- "version" : "0.78",
+ "version" : "0.80",
"x_serialization_backend" : "JSON::PP version 2.27400"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Archive-Extract-0.78/META.yml
new/Archive-Extract-0.80/META.yml
--- old/Archive-Extract-0.78/META.yml 2016-07-27 21:45:24.000000000 +0200
+++ new/Archive-Extract-0.80/META.yml 2017-01-19 00:21:57.000000000 +0100
@@ -7,7 +7,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version
2.150010'
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.78'
+version: '0.80'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Archive-Extract-0.78/lib/Archive/Extract.pm
new/Archive-Extract-0.80/lib/Archive/Extract.pm
--- old/Archive-Extract-0.78/lib/Archive/Extract.pm 2016-07-27
21:39:54.000000000 +0200
+++ new/Archive-Extract-0.80/lib/Archive/Extract.pm 2017-01-19
00:13:30.000000000 +0100
@@ -48,7 +48,7 @@
$_ALLOW_BIN $_ALLOW_PURE_PERL $_ALLOW_TAR_ITER
];
-$VERSION = '0.78';
+$VERSION = '0.80';
$PREFER_BIN = 0;
$WARN = 1;
$DEBUG = 0;
@@ -135,7 +135,7 @@
$PROGRAMS->{$pgm} = $unzip;
next CMD;
}
- if ( $pgm eq 'unzip' and ON_FREEBSD ) {
+ if ( $pgm eq 'unzip' and ( ON_FREEBSD || ON_LINUX ) ) {
local $IPC::Cmd::INSTANCES = 1;
($PROGRAMS->{$pgm}) = grep { _is_infozip_esque($_) } can_run($pgm);
next CMD;
@@ -145,13 +145,6 @@
($PROGRAMS->{$pgm}) = grep { m!/usr/pkg/! } can_run($pgm);
next CMD;
}
- if ( $pgm eq 'unzip' and ON_LINUX ) {
- # Check if 'unzip' is busybox masquerading
- local $IPC::Cmd::INSTANCES = 1;
- my $opt = ON_VMS ? '"-Z"' : '-Z';
- ($PROGRAMS->{$pgm}) = grep { scalar run(command=> [ $_, $opt, '-1' ]) }
can_run($pgm);
- next CMD;
- }
if ( $pgm eq 'tar' and ( ON_OPENBSD || ON_SOLARIS || ON_NETBSD ) ) {
# try gtar first
next CMD if $PROGRAMS->{$pgm} = can_run('gtar');