Hello community,
here is the log from the commit of package perl-Archive-Tar-Wrapper for
openSUSE:Factory checked in at 2018-06-20 15:33:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Archive-Tar-Wrapper (Old)
and /work/SRC/openSUSE:Factory/.perl-Archive-Tar-Wrapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Archive-Tar-Wrapper"
Wed Jun 20 15:33:43 2018 rev:2 rq:617827 version:0.27
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Archive-Tar-Wrapper/perl-Archive-Tar-Wrapper.changes
2018-03-24 16:15:53.646385832 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Archive-Tar-Wrapper.new/perl-Archive-Tar-Wrapper.changes
2018-06-20 15:33:59.904325791 +0200
@@ -1,0 +2,30 @@
+Tue Jun 19 05:04:43 UTC 2018 - [email protected]
+
+- updated to 0.27
+ see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
+
+-------------------------------------------------------------------
+Fri Jun 15 05:04:20 UTC 2018 - [email protected]
+
+- updated to 0.26
+ see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
+
+ 0.26 (2018/06/09)
+ Implemented refactoring due warnings from Perl::Critic.
+
+ 0.25 (2018/06/04)
+ Implemented refactoring due warnings from Perl::Critic.
+ Merge pull request #3 from manwar/suggest-code-tidy
+
+ 0.24 (2018/06/02)
+ Added a LICENSE file (GNU GPL v3).
+ Removed MYMETA files (see
https://rt.cpan.org/Ticket/Display.html?id=108171).
+ Improved Kwalitee by adding information to Makefile.PL
+ Fixed tests under OpenBSD
+ Added some code to check for OpenBSD tar, which is not quite compatible
to the command line options passed by this module.
+ Also made the method is_gnu() more robust, testing the return code and
properly handling STDOUT and STDERR when trying "tar --version".
+ Dependencies added are those already available on standard perl (Config
and IPC::Open3).
+ Added a README.md for better formatting in Github project page.
+ Small refactorings and code formating with perltidy.
+
+-------------------------------------------------------------------
Old:
----
Archive-Tar-Wrapper-0.23.tar.gz
New:
----
Archive-Tar-Wrapper-0.27.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Archive-Tar-Wrapper.spec ++++++
--- /var/tmp/diff_new_pack.wenrWL/_old 2018-06-20 15:34:01.328274123 +0200
+++ /var/tmp/diff_new_pack.wenrWL/_new 2018-06-20 15:34:01.332273978 +0200
@@ -17,15 +17,15 @@
Name: perl-Archive-Tar-Wrapper
-Version: 0.23
+Version: 0.27
Release: 0
-#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
+#Upstream: SUSE-Public-Domain
%define cpan_name Archive-Tar-Wrapper
Summary: API wrapper around the 'tar' utility
-License: Artistic-1.0 OR GPL-1.0-or-later
+License: GPL-3.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Archive-Tar-Wrapper/
-Source0:
https://cpan.metacpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/A/AR/ARFREITAS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -34,9 +34,11 @@
BuildRequires: perl(File::Which)
BuildRequires: perl(IPC::Run)
BuildRequires: perl(Log::Log4perl)
+BuildRequires: perl(Test::Simple) >= 1.302073
Requires: perl(File::Which)
Requires: perl(IPC::Run)
Requires: perl(Log::Log4perl)
+Requires: perl(Test::Simple) >= 1.302073
%{perl_requires}
%description
@@ -72,6 +74,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes README
+%doc Changes README README.md
+%license LICENSE
%changelog
++++++ Archive-Tar-Wrapper-0.23.tar.gz -> Archive-Tar-Wrapper-0.27.tar.gz ++++++
++++ 2778 lines of diff (skipped)
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.wenrWL/_old 2018-06-20 15:34:01.436270205 +0200
+++ /var/tmp/diff_new_pack.wenrWL/_new 2018-06-20 15:34:01.436270205 +0200
@@ -14,7 +14,7 @@
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
-license: Perl License
+license: GPL-3.0-or-later
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag