commit perl-Archive-Tar-Wrapper for openSUSE:Factory

2020-09-15 Thread root
Hello community,

here is the log from the commit of package perl-Archive-Tar-Wrapper for 
openSUSE:Factory checked in at 2020-09-15 16:34:12

Comparing /work/SRC/openSUSE:Factory/perl-Archive-Tar-Wrapper (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Archive-Tar-Wrapper.new.4249 (New)


Package is "perl-Archive-Tar-Wrapper"

Tue Sep 15 16:34:12 2020 rev:8 rq:834620 version:0.38

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Archive-Tar-Wrapper/perl-Archive-Tar-Wrapper.changes
2019-08-27 10:25:43.071921926 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Archive-Tar-Wrapper.new.4249/perl-Archive-Tar-Wrapper.changes
  2020-09-15 16:34:43.410966345 +0200
@@ -1,0 +2,12 @@
+Mon Sep 14 03:07:11 UTC 2020 - Tina Müller 
+
+- updated to 0.38
+   see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
+
+  0.38 (2020/08/09):
+  Fixed issue 17 - 
https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/17
+  The fixes were only related to different licenses over the files of the 
distribution.
+  Small fixes over the documentation as well.
+  No changes to the code. :-)
+
+---

Old:

  Archive-Tar-Wrapper-0.37.tar.gz

New:

  Archive-Tar-Wrapper-0.38.tar.gz



Other differences:
--
++ perl-Archive-Tar-Wrapper.spec ++
--- /var/tmp/diff_new_pack.DC46Cc/_old  2020-09-15 16:34:44.358967252 +0200
+++ /var/tmp/diff_new_pack.DC46Cc/_new  2020-09-15 16:34:44.362967256 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Archive-Tar-Wrapper
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,26 @@
 
 
 Name:   perl-Archive-Tar-Wrapper
-Version:0.37
+Version:0.38
 Release: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:https://metacpan.org/release/%{cpan_name}
+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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPAN::Meta)
 BuildRequires:  perl(File::Which)
 BuildRequires:  perl(IPC::Run)
 BuildRequires:  perl(Log::Log4perl)
 BuildRequires:  perl(Test::Simple) >= 1.302073
+Requires:   perl(CPAN::Meta)
 Requires:   perl(File::Which)
 Requires:   perl(IPC::Run)
 Requires:   perl(Log::Log4perl)
@@ -57,7 +59,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++ Archive-Tar-Wrapper-0.37.tar.gz -> Archive-Tar-Wrapper-0.38.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Tar-Wrapper-0.37/Changes 
new/Archive-Tar-Wrapper-0.38/Changes
--- old/Archive-Tar-Wrapper-0.37/Changes2019-08-24 06:13:48.0 
+0200
+++ new/Archive-Tar-Wrapper-0.38/Changes2020-09-13 23:55:44.0 
+0200
@@ -1,6 +1,12 @@
 ##
 Revision history for Perl extension Archive::Tar::Wrapper
 
+0.38 (2020/08/09):
+Fixed issue 17 - 
https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/17
+The fixes were only related to different licenses over the files of the 
distribution.
+Small fixes over the documentation as well.
+No changes to the code. :-)
+
 0.37 (2019/08/24):
 Fixed issue 14 - 
https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/14
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Tar-Wrapper-0.37/META.json 
new/Archive-Tar-Wrapper-0.38/META.json
--- old/Archive-Tar-Wrapper-0.37/META.json  2019-08-24 06:15:15.0 
+0200
+++ new/Archive-Tar-Wrapper-0.38/META.json  2020-09-13 23:56:54.0 
+0200
@@ -5,7 +5,7 @@
   "Alceu Rodrigues de Freitas Junior "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter 
version 2.150010",
"license" : [
 

commit perl-Archive-Tar-Wrapper for openSUSE:Factory

2019-08-27 Thread root
Hello community,

here is the log from the commit of package perl-Archive-Tar-Wrapper for 
openSUSE:Factory checked in at 2019-08-27 10:25:40

Comparing /work/SRC/openSUSE:Factory/perl-Archive-Tar-Wrapper (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Archive-Tar-Wrapper.new.7948 (New)


Package is "perl-Archive-Tar-Wrapper"

Tue Aug 27 10:25:40 2019 rev:7 rq:726157 version:0.37

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Archive-Tar-Wrapper/perl-Archive-Tar-Wrapper.changes
2019-04-14 12:23:13.543818959 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Archive-Tar-Wrapper.new.7948/perl-Archive-Tar-Wrapper.changes
  2019-08-27 10:25:43.071921926 +0200
@@ -1,0 +2,9 @@
+Sat Aug 24 05:02:48 UTC 2019 - Stephan Kulow 
+
+- updated to 0.37
+   see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
+
+  0.37 (2019/08/24):
+  Fixed issue 14 - 
https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/14
+
+---

Old:

  Archive-Tar-Wrapper-0.36.tar.gz

New:

  Archive-Tar-Wrapper-0.37.tar.gz



Other differences:
--
++ perl-Archive-Tar-Wrapper.spec ++
--- /var/tmp/diff_new_pack.ZNLxCO/_old  2019-08-27 10:25:43.487921894 +0200
+++ /var/tmp/diff_new_pack.ZNLxCO/_new  2019-08-27 10:25:43.487921894 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Archive-Tar-Wrapper
-Version:0.36
+Version:0.37
 Release:0
 #Upstream: GPL-1.0-or-later
 %define cpan_name Archive-Tar-Wrapper
@@ -31,7 +31,6 @@
 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)

++ Archive-Tar-Wrapper-0.36.tar.gz -> Archive-Tar-Wrapper-0.37.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Tar-Wrapper-0.36/Changes 
new/Archive-Tar-Wrapper-0.37/Changes
--- old/Archive-Tar-Wrapper-0.36/Changes2019-04-12 00:29:52.0 
+0200
+++ new/Archive-Tar-Wrapper-0.37/Changes2019-08-24 06:13:48.0 
+0200
@@ -1,6 +1,9 @@
 ##
 Revision history for Perl extension Archive::Tar::Wrapper
 
+0.37 (2019/08/24):
+Fixed issue 14 - 
https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/14
+
 0.36 (2019/04/11):
 Bug fixes since tests on Windows were failing after latests changes.
 Refactored code due unexpected way bsdtar on Windows and tar on OpenBSD 
behave.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Tar-Wrapper-0.36/MANIFEST 
new/Archive-Tar-Wrapper-0.37/MANIFEST
--- old/Archive-Tar-Wrapper-0.36/MANIFEST   2019-04-12 01:07:21.0 
+0200
+++ new/Archive-Tar-Wrapper-0.37/MANIFEST   2019-08-24 06:15:15.0 
+0200
@@ -5,6 +5,7 @@
 Makefile.PL
 MANIFEST   This list of files
 MANIFEST.SKIP
+META.yml   Module meta-data (added by MakeMaker)
 t/001Basic.t
 t/002Mult.t
 t/003Dirs.t
@@ -12,7 +13,6 @@
 t/005Cwd.t
 t/006DirPerms.t
 t/007bzip.t
-t/008performance.t
 t/009compressed.t
 t/010openbsd.t
 t/011remdots.t
@@ -20,9 +20,9 @@
 t/data/bar.tar
 t/data/foo.tar.bz2
 t/data/foo.tgz
-t/lib/ATWDumbbench.pm
+xt/lib/ATWDumbbench.pm
+xt/performance.t
 xt/performance-small.t
 README.md
 CONTRIBUTING.md
-META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Tar-Wrapper-0.36/META.json 
new/Archive-Tar-Wrapper-0.37/META.json
--- old/Archive-Tar-Wrapper-0.36/META.json  2019-04-12 01:07:21.0 
+0200
+++ new/Archive-Tar-Wrapper-0.37/META.json  2019-08-24 06:15:15.0 
+0200
@@ -5,7 +5,7 @@
   "Alceu Rodrigues de Freitas Junior "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "gpl_3"
],
@@ -44,7 +44,6 @@
   },
   "test" : {
  "requires" : {
-"Dumbbench" : "0.111",
 "Test::Simple" : "1.302073"
  }
   }
@@ -52,7 +51,7 @@
"provides" : {
   "Archive::Tar::Wrapper" : {
  "file" : "lib/Archive/Tar/Wrapper.pm",
- "version" : "0.36"
+ "version" : "0.37"
   }
},
"release_status" : "stable",
@@ -66,7 +65,6 @@
  

commit perl-Archive-Tar-Wrapper for openSUSE:Factory

2019-04-14 Thread root
Hello community,

here is the log from the commit of package perl-Archive-Tar-Wrapper for 
openSUSE:Factory checked in at 2019-04-14 12:23:11

Comparing /work/SRC/openSUSE:Factory/perl-Archive-Tar-Wrapper (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Archive-Tar-Wrapper.new.27019 (New)


Package is "perl-Archive-Tar-Wrapper"

Sun Apr 14 12:23:11 2019 rev:6 rq:693746 version:0.36

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Archive-Tar-Wrapper/perl-Archive-Tar-Wrapper.changes
2019-04-08 10:40:27.795297286 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Archive-Tar-Wrapper.new.27019/perl-Archive-Tar-Wrapper.changes
 2019-04-14 12:23:13.543818959 +0200
@@ -1,0 +2,13 @@
+Fri Apr 12 05:03:51 UTC 2019 - Stephan Kulow 
+
+- updated to 0.36
+   see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
+
+  0.36 (2019/04/11):
+  Bug fixes since tests on Windows were failing after latests changes.
+  Refactored code due unexpected way bsdtar on Windows and tar on OpenBSD 
behave.
+  Refactored the tests due the bugs found.
+  Small fixes on Pod, specially the section for MS Windows users.
+  Added the missing tests to the MANIFEST.
+
+---

Old:

  Archive-Tar-Wrapper-0.35.tar.gz

New:

  Archive-Tar-Wrapper-0.36.tar.gz



Other differences:
--
++ perl-Archive-Tar-Wrapper.spec ++
--- /var/tmp/diff_new_pack.HThZ8d/_old  2019-04-14 12:23:14.079819602 +0200
+++ /var/tmp/diff_new_pack.HThZ8d/_new  2019-04-14 12:23:14.083819606 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Archive-Tar-Wrapper
-Version:0.35
+Version:0.36
 Release:0
 #Upstream: GPL-1.0-or-later
 %define cpan_name Archive-Tar-Wrapper

++ Archive-Tar-Wrapper-0.35.tar.gz -> Archive-Tar-Wrapper-0.36.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Tar-Wrapper-0.35/Changes 
new/Archive-Tar-Wrapper-0.36/Changes
--- old/Archive-Tar-Wrapper-0.35/Changes2019-04-06 03:09:37.0 
+0200
+++ new/Archive-Tar-Wrapper-0.36/Changes2019-04-12 00:29:52.0 
+0200
@@ -1,6 +1,13 @@
 ##
 Revision history for Perl extension Archive::Tar::Wrapper
 
+0.36 (2019/04/11):
+Bug fixes since tests on Windows were failing after latests changes.
+Refactored code due unexpected way bsdtar on Windows and tar on OpenBSD 
behave.
+Refactored the tests due the bugs found.
+Small fixes on Pod, specially the section for MS Windows users.
+Added the missing tests to the MANIFEST.
+
 0.35 (2019/04/05):
 Added _rem_dots method, a improved way to remove '.' and '..' from 
readdir(), supposed to be faster than previous implementation with sort() and 
shift().
 Added two more tests to increase testing coverage.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Tar-Wrapper-0.35/MANIFEST 
new/Archive-Tar-Wrapper-0.36/MANIFEST
--- old/Archive-Tar-Wrapper-0.35/MANIFEST   2019-04-06 03:18:00.0 
+0200
+++ new/Archive-Tar-Wrapper-0.36/MANIFEST   2019-04-12 01:07:21.0 
+0200
@@ -5,7 +5,6 @@
 Makefile.PL
 MANIFEST   This list of files
 MANIFEST.SKIP
-META.yml   Module meta-data (added by MakeMaker)
 t/001Basic.t
 t/002Mult.t
 t/003Dirs.t
@@ -16,6 +15,8 @@
 t/008performance.t
 t/009compressed.t
 t/010openbsd.t
+t/011remdots.t
+t/012tarinfo.t
 t/data/bar.tar
 t/data/foo.tar.bz2
 t/data/foo.tgz
@@ -23,4 +24,5 @@
 xt/performance-small.t
 README.md
 CONTRIBUTING.md
+META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Tar-Wrapper-0.35/META.json 
new/Archive-Tar-Wrapper-0.36/META.json
--- old/Archive-Tar-Wrapper-0.35/META.json  2019-04-06 03:18:00.0 
+0200
+++ new/Archive-Tar-Wrapper-0.36/META.json  2019-04-12 01:07:21.0 
+0200
@@ -11,7 +11,7 @@
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-  "version" : "2"
+  "version" : 2
},
"name" : "Archive-Tar-Wrapper",
"no_index" : {
@@ -52,7 +52,7 @@
"provides" : {
   "Archive::Tar::Wrapper" : {
  "file" : "lib/Archive/Tar/Wrapper.pm",
- "version" : "0.35"
+ "version" : "0.36"
   }
},
"release_status" : "stable",
@@ -66,6 +66,7 @@
  "web" : "https://github.com/glasswalk3r/archive-tar-wrapper-perl";
   }
},
-   "version" : "0.35

commit perl-Archive-Tar-Wrapper for openSUSE:Factory

2019-04-08 Thread root
Hello community,

here is the log from the commit of package perl-Archive-Tar-Wrapper for 
openSUSE:Factory checked in at 2019-04-08 10:39:07

Comparing /work/SRC/openSUSE:Factory/perl-Archive-Tar-Wrapper (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Archive-Tar-Wrapper.new.3908 (New)


Package is "perl-Archive-Tar-Wrapper"

Mon Apr  8 10:39:07 2019 rev:5 rq:692031 version:0.35

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Archive-Tar-Wrapper/perl-Archive-Tar-Wrapper.changes
2019-03-29 20:43:05.310677461 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Archive-Tar-Wrapper.new.3908/perl-Archive-Tar-Wrapper.changes
  2019-04-08 10:40:27.795297286 +0200
@@ -1,0 +2,23 @@
+Sat Apr  6 05:03:01 UTC 2019 - Stephan Kulow 
+
+- updated to 0.35
+   see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
+
+  0.35 (2019/04/05):
+  Added _rem_dots method, a improved way to remove '.' and '..' from 
readdir(), supposed to be faster than previous implementation with sort() and 
shift().
+  Added two more tests to increase testing coverage.
+  Fixed a small bug regarding Pod, that now covers 100% of the code.
+  Small fixes to documentation.
+  
+  0.34 (2019/03/22):
+  Increased test coverage.
+  Refactored code to make it easier for testing.
+  Disabled performance-small.t for now.
+  Refactored bzip2 tests.
+  Adding META.yml "provides" from Makefile.PL
+  Covered methods that didn't have Pod.
+  Refactored all Pod following best practices.
+  Refactored a single method to be "private".
+  Slightly changed new() to enable unit testing for OS specific 
configurations.
+
+---

Old:

  Archive-Tar-Wrapper-0.34.tar.gz

New:

  Archive-Tar-Wrapper-0.35.tar.gz



Other differences:
--
++ perl-Archive-Tar-Wrapper.spec ++
--- /var/tmp/diff_new_pack.BGcAMl/_old  2019-04-08 10:40:28.367297425 +0200
+++ /var/tmp/diff_new_pack.BGcAMl/_new  2019-04-08 10:40:28.375297427 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Archive-Tar-Wrapper
-Version:0.34
+Version:0.35
 Release:0
 #Upstream: GPL-1.0-or-later
 %define cpan_name Archive-Tar-Wrapper
@@ -74,7 +74,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README.md
+%doc Changes CONTRIBUTING.md README.md
 %license LICENSE
 
 %changelog

++ Archive-Tar-Wrapper-0.34.tar.gz -> Archive-Tar-Wrapper-0.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Tar-Wrapper-0.34/CONTRIBUTING.md 
new/Archive-Tar-Wrapper-0.35/CONTRIBUTING.md
--- old/Archive-Tar-Wrapper-0.34/CONTRIBUTING.md1970-01-01 
01:00:00.0 +0100
+++ new/Archive-Tar-Wrapper-0.35/CONTRIBUTING.md2019-04-06 
03:09:37.0 +0200
@@ -0,0 +1,21 @@
+# CONTRIBUTING
+
+Contributing to this project is easy.
+
+First you need to fork this repository. It will be much easier if you have a 
free Github account.
+
+When done, just hit:
+
+```
+$ git clone https://github.com//archive-tar-wrapper-perl.git
+```
+
+Or whatever you prefer to do to clone a git repository.
+
+From there you can modify or create new files.
+
+When you finished, you then can create a pull request to this project.
+
+Just keep in mind to use Perltidy with your files in order to format them. 
That's exactly what is here, and with default configurations.
+
+That's it! Thanks for contributing!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Tar-Wrapper-0.34/Changes 
new/Archive-Tar-Wrapper-0.35/Changes
--- old/Archive-Tar-Wrapper-0.34/Changes2019-03-19 18:57:18.0 
+0100
+++ new/Archive-Tar-Wrapper-0.35/Changes2019-04-06 03:09:37.0 
+0200
@@ -1,6 +1,23 @@
 ##
 Revision history for Perl extension Archive::Tar::Wrapper
 
+0.35 (2019/04/05):
+Added _rem_dots method, a improved way to remove '.' and '..' from 
readdir(), supposed to be faster than previous implementation with sort() and 
shift().
+Added two more tests to increase testing coverage.
+Fixed a small bug regarding Pod, that now covers 100% of the code.
+Small fixes to documentation.
+
+0.34 (2019/03/22):
+Increased test coverage.
+Refactored code to make it easier for testing.
+Disabled performance-small.t for now.
+Refactored bzip2 tests.
+Adding META.yml "provides" from Makefile.PL
+Covered methods that didn't have Pod.
+Refactored all Pod following best practices.
+Refactored a single method to be "private".
+Slightly changed new() to enable unit testing for OS specific 
configurations

commit perl-Archive-Tar-Wrapper for openSUSE:Factory

2019-03-29 Thread root
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 
+
+- 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)




commit perl-Archive-Tar-Wrapper for openSUSE:Factory

2018-09-25 Thread root
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 
+
+- 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 ).
+  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.
+  .
+  
+  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)

commit perl-Archive-Tar-Wrapper for openSUSE:Factory

2018-06-20 Thread root
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 - co...@suse.com
+
+- updated to 0.27
+   see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
+
+---
+Fri Jun 15 05:04:20 UTC 2018 - co...@suse.com
+
+- 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