Hello community,

here is the log from the commit of package perl-Archive-Tar-Wrapper for 
openSUSE:Factory checked in at 2018-09-25 15:41:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"

Tue Sep 25 15:41:47 2018 rev:3 rq:636826 version:0.33

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Archive-Tar-Wrapper/perl-Archive-Tar-Wrapper.changes
        2018-06-20 15:33:59.904325791 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Archive-Tar-Wrapper.new/perl-Archive-Tar-Wrapper.changes
   2018-09-25 15:41:54.785323288 +0200
@@ -1,0 +2,61 @@
+Thu Sep 20 05:03:52 UTC 2018 - Stephan Kulow <co...@suse.com>
+
+- updated to 0.33
+   see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
+
+  0.33 (2018/07/10):
+      Skipping bzip2 testing if the program is not available
+      (https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/11).
+      Undeclared dependency of Dumbbench
+      (https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/12).
+  
+  0.32 (2018/07/10):
+      Typo fixed by Mohammad S Anwar
+      (https://github.com/glasswalk3r/archive-tar-wrapper-perl/pull/10).
+      Refactored performance tests, and now they will run as TODO to test the
+      hypotesis that there is a better algorithm to write() method.
+  
+  0.31 (2018/07/03):
+      Enabled performance testing to acquire from different setups which 
scheme is
+      faster to remove dots when reading directories.
+      Disabled Solaris OS until issues are fixed.
+      Fixed bug introduced in Makefile.PL due changes of release 0.30 (thanks 
to
+      David Cantrell <da...@cantrell.org.uk>).
+      Updated documentation.
+  
+  0.30 (2018/06):
+      Keeping track of changes per request
+      https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/7.
+      Fixing proper handling of File::Which when checking on Microsoft Windows.
+      Refactored troubleshooting messages on Microsoft Windows.
+      Bug fixes provided by Shoichi Kaji (skaji at cpan.org) in PRs
+      https://github.com/glasswalk3r/archive-tar-wrapper-perl/pull/9
+      and https://github.com/glasswalk3r/archive-tar-wrapper-perl/pull/8
+  
+  0.29 (2018/06/25):
+      Added Microsoft Windows support with the help of Ingram Braun M.A.
+      <m...@ingram-braun.net>.
+  
+  0.28 (2018/06/19)
+      Moving Test::Simple dependency to TEST_REQUIRES per issue
+      https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/6.
+      Removed the README (completely replaced by README.md).
+      Fixed licensing declaration per
+      https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/5.
+      Refactored more debugging messages with proper use of Log::Log4perl.
+      Applied the usage of Test::More is_deeply() whenever possible to improve
+      tests results in case of errors.
+      Small refactorings.
+  
+  0.27 (2018/06/15)
+      Added Test::Simple 1.302073 as minimum version required to be able to use
+      is_deeply().
+      Getting a logger from Log::Log4perl to be able to improve performance by
+      avoiding doing expensive string
+      concatenation unless the log level allows it.
+      Reverted changes on list_reset() to go back reading and printing each 
line
+      recovered instead of keeping it in memory, instead of following PBP.
+      Refactored t/001Basic.t by following PBP, using three arguments for 
open()
+      and adding note() to include more information.
+
+-------------------------------------------------------------------

Old:
----
  Archive-Tar-Wrapper-0.27.tar.gz

New:
----
  Archive-Tar-Wrapper-0.33.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Archive-Tar-Wrapper.spec ++++++
--- /var/tmp/diff_new_pack.JGe0YJ/_old  2018-09-25 15:41:55.421322607 +0200
+++ /var/tmp/diff_new_pack.JGe0YJ/_new  2018-09-25 15:41:55.421322607 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Archive-Tar-Wrapper
-Version:        0.27
+Version:        0.33
 Release:        0
-#Upstream: SUSE-Public-Domain
+#Upstream: GPL-1.0+
 %define cpan_name Archive-Tar-Wrapper
 Summary:        API wrapper around the 'tar' utility
 License:        GPL-3.0-or-later
@@ -31,6 +31,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Dumbbench) >= 0.111
 BuildRequires:  perl(File::Which)
 BuildRequires:  perl(IPC::Run)
 BuildRequires:  perl(Log::Log4perl)
@@ -38,12 +39,11 @@
 Requires:       perl(File::Which)
 Requires:       perl(IPC::Run)
 Requires:       perl(Log::Log4perl)
-Requires:       perl(Test::Simple) >= 1.302073
 %{perl_requires}
 
 %description
 Archive::Tar::Wrapper is an API wrapper around the 'tar' command line
-utility. It never stores anything in memory, but works on temporary
+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
 directory on disk.
@@ -53,7 +53,7 @@
   * Archive::Tar::Wrapper doesn't hold anything in memory. Everything is stored
 on disk.
 
-  * 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
@@ -74,7 +74,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README README.md
+%doc Changes README.md
 %license LICENSE
 
 %changelog

++++++ Archive-Tar-Wrapper-0.27.tar.gz -> Archive-Tar-Wrapper-0.33.tar.gz ++++++
++++ 2006 lines of diff (skipped)


Reply via email to