Hello community,
here is the log from the commit of package perl-Archive-Tar-Wrapper for
openSUSE:Factory checked in at 2019-03-29 20:43:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Archive-Tar-Wrapper (Old)
and /work/SRC/openSUSE:Factory/.perl-Archive-Tar-Wrapper.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Archive-Tar-Wrapper"
Fri Mar 29 20:43:02 2019 rev:4 rq:689729 version:0.34
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Archive-Tar-Wrapper/perl-Archive-Tar-Wrapper.changes
2018-09-25 15:41:54.785323288 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Archive-Tar-Wrapper.new.25356/perl-Archive-Tar-Wrapper.changes
2019-03-29 20:43:05.310677461 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 06:02:39 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.34
+ see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
+
+-------------------------------------------------------------------
Old:
----
Archive-Tar-Wrapper-0.33.tar.gz
New:
----
Archive-Tar-Wrapper-0.34.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Archive-Tar-Wrapper.spec ++++++
--- /var/tmp/diff_new_pack.RDx4sP/_old 2019-03-29 20:43:05.898677443 +0100
+++ /var/tmp/diff_new_pack.RDx4sP/_new 2019-03-29 20:43:05.902677443 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Archive-Tar-Wrapper
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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-Tar-Wrapper
-Version: 0.33
+Version: 0.34
Release: 0
-#Upstream: GPL-1.0+
+#Upstream: GPL-1.0-or-later
%define cpan_name Archive-Tar-Wrapper
Summary: API wrapper around the 'tar' utility
License: GPL-3.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Archive-Tar-Wrapper/
+Url: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/A/AR/ARFREITAS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -42,7 +42,7 @@
%{perl_requires}
%description
-Archive::Tar::Wrapper is an API wrapper around the 'tar' command line
+*Archive::Tar::Wrapper* is an API wrapper around the 'tar' command line
program. It never stores anything in memory, but works on temporary
directory structures on disk instead. It provides a mapping between the
logical paths in the tarball and the 'real' files in the temporary
@@ -50,10 +50,10 @@
It differs from Archive::Tar in two ways:
- * Archive::Tar::Wrapper doesn't hold anything in memory. Everything is stored
-on disk.
+ * *Archive::Tar::Wrapper* almost doesn't hold anything in memory (see 'write'
+method), instead using disk as storage.
- * Archive::Tar::Wrapper is 100% compliant with the platform's 'tar' utility
+ * *Archive::Tar::Wrapper* is 100% compliant with the platform's 'tar' utility
because it uses it internally.
%prep
@@ -61,11 +61,11 @@
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
++++++ Archive-Tar-Wrapper-0.33.tar.gz -> Archive-Tar-Wrapper-0.34.tar.gz ++++++
++++ 1906 lines of diff (skipped)