commit perl-Test-CheckManifest for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package perl-Test-CheckManifest for 
openSUSE:Factory checked in at 2019-06-01 09:49:42

Comparing /work/SRC/openSUSE:Factory/perl-Test-CheckManifest (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-CheckManifest.new.5148 (New)


Package is "perl-Test-CheckManifest"

Sat Jun  1 09:49:42 2019 rev:5 rq:705970 version:1.42

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-CheckManifest/perl-Test-CheckManifest.changes
  2019-03-01 20:31:06.097986958 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CheckManifest.new.5148/perl-Test-CheckManifest.changes
2019-06-01 09:49:43.439319693 +0200
@@ -1,0 +2,30 @@
+Wed Mar 13 16:43:30 UTC 2019 - Stephan Kulow 
+
+- updated to 1.42
+   see /usr/share/doc/packages/perl-Test-CheckManifest/Changes
+
+  1.422019-02-22 17:41:00
+  
+* add section in doc that explains how to replace test scripts using 
Test::CheckManifest
+* stable release with all the changes from the test releases
+  
+  1.41_04 2019-02-21 15:12:00
+  
+* fix test failure on Win32 - use "plan skip_all" instead of "skip 
'...'"
+* update dist.ini
+  
+  1.41_03 2019-02-21 09:27:00
+  
+* optimize ok_manifest()
+* add more tests for find_home()
+  
+  1.41_02 2019-02-20 13:37:00
+  
+* more debugging stuff
+  
+  1.41_01 2019-02-20 09:50:00
+  
+* use regexes to silence warnings
+* add debugging stuff to debug win32 failures
+
+---

Old:

  Test-CheckManifest-1.41.tar.gz

New:

  Test-CheckManifest-1.42.tar.gz



Other differences:
--
++ perl-Test-CheckManifest.spec ++
--- /var/tmp/diff_new_pack.blWSVU/_old  2019-06-01 09:49:43.927319527 +0200
+++ /var/tmp/diff_new_pack.blWSVU/_new  2019-06-01 09:49:43.927319527 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-CheckManifest
-Version:1.41
+Version:1.42
 Release:0
 %define cpan_name Test-CheckManifest
 Summary:Check if your Manifest matches your distro

++ Test-CheckManifest-1.41.tar.gz -> Test-CheckManifest-1.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.41/CONTRIBUTORS 
new/Test-CheckManifest-1.42/CONTRIBUTORS
--- old/Test-CheckManifest-1.41/CONTRIBUTORS2019-02-19 11:22:16.0 
+0100
+++ new/Test-CheckManifest-1.42/CONTRIBUTORS2019-02-22 17:43:11.0 
+0100
@@ -6,6 +6,7 @@
 patches, bug reports, help with troubleshooting, etc. A huge
 'thank you' to all of them.
 
+* Dan Book
 * doug
 * LorenzoTa
 * LorenzoTa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.41/Changes 
new/Test-CheckManifest-1.42/Changes
--- old/Test-CheckManifest-1.41/Changes 2019-02-19 11:22:16.0 +0100
+++ new/Test-CheckManifest-1.42/Changes 2019-02-22 17:43:11.0 +0100
@@ -1,6 +1,30 @@
 Revision history for Perl extension Test::CheckManifest.
 
 
+1.422019-02-22 17:41:00
+
+  * add section in doc that explains how to replace test scripts using 
Test::CheckManifest
+  * stable release with all the changes from the test releases
+
+1.41_04 2019-02-21 15:12:00
+
+  * fix test failure on Win32 - use "plan skip_all" instead of "skip '...'"
+  * update dist.ini
+
+1.41_03 2019-02-21 09:27:00
+
+  * optimize ok_manifest()
+  * add more tests for find_home()
+
+1.41_02 2019-02-20 13:37:00
+
+  * more debugging stuff
+
+1.41_01 2019-02-20 09:50:00
+
+  * use regexes to silence warnings
+  * add debugging stuff to debug win32 failures
+
 1.41  2019-02-19 10:53:00
 
   * improve tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.41/META.json 
new/Test-CheckManifest-1.42/META.json
--- old/Test-CheckManifest-1.41/META.json   2019-02-19 11:22:16.0 
+0100
+++ new/Test-CheckManifest-1.42/META.json   2019-02-22 17:43:11.0 
+0100
@@ -30,6 +30,7 @@
  "requires" : {
 "Carp" : "0",
 "Cwd" : "3.75",
+"Data::Dumper" : "0",
 "File::Basename" : "0",
 "File::Find" : "0",
 "File::Spec" : "0",
@@ -42,6 +43,8 @@
   "test" : {
  "requires" : {
 "CPAN::Meta::YAML" : "0",
+"File::Path" : "0",
+"IO::File" : "0",
 "Pod::Coverage::TrustPod" : "0"
  }
   }
@@ -49,7 +52,7 @@
"provides" : {
   "Test::CheckManifest" : {
  "file" : "lib/Test/CheckManifest.pm",
- 

commit perl-Test-CheckManifest for openSUSE:Factory

2019-03-01 Thread root
Hello community,

here is the log from the commit of package perl-Test-CheckManifest for 
openSUSE:Factory checked in at 2019-03-01 20:30:56

Comparing /work/SRC/openSUSE:Factory/perl-Test-CheckManifest (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-CheckManifest.new.28833 (New)


Package is "perl-Test-CheckManifest"

Fri Mar  1 20:30:56 2019 rev:4 rq:680362 version:1.41

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-CheckManifest/perl-Test-CheckManifest.changes
  2019-02-24 17:15:06.856453610 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CheckManifest.new.28833/perl-Test-CheckManifest.changes
   2019-03-01 20:31:06.097986958 +0100
@@ -1,0 +2,11 @@
+Wed Feb 20 06:33:30 UTC 2019 - Stephan Kulow 
+
+- updated to 1.41
+   see /usr/share/doc/packages/perl-Test-CheckManifest/Changes
+
+  1.41  2019-02-19 10:53:00
+  
+* improve tests
+* Removed regex warnings on windows box as reported by CPANTESTERS 
(Thanks to manwar)
+
+---

Old:

  Test-CheckManifest-1.39.tar.gz

New:

  Test-CheckManifest-1.41.tar.gz



Other differences:
--
++ perl-Test-CheckManifest.spec ++
--- /var/tmp/diff_new_pack.hEkyrH/_old  2019-03-01 20:31:06.625986829 +0100
+++ /var/tmp/diff_new_pack.hEkyrH/_new  2019-03-01 20:31:06.625986829 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-CheckManifest
-Version:1.39
+Version:1.41
 Release:0
 %define cpan_name Test-CheckManifest
 Summary:Check if your Manifest matches your distro

++ Test-CheckManifest-1.39.tar.gz -> Test-CheckManifest-1.41.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.39/Changes 
new/Test-CheckManifest-1.41/Changes
--- old/Test-CheckManifest-1.39/Changes 2019-02-14 07:36:31.0 +0100
+++ new/Test-CheckManifest-1.41/Changes 2019-02-19 11:22:16.0 +0100
@@ -1,6 +1,11 @@
 Revision history for Perl extension Test::CheckManifest.
 
 
+1.41  2019-02-19 10:53:00
+
+  * improve tests
+  * Removed regex warnings on windows box as reported by CPANTESTERS 
(Thanks to manwar)
+
 1.39  2019-02-14 07:28:00
 
   * release 1.39
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.39/MANIFEST 
new/Test-CheckManifest-1.41/MANIFEST
--- old/Test-CheckManifest-1.39/MANIFEST2019-02-14 07:36:31.0 
+0100
+++ new/Test-CheckManifest-1.41/MANIFEST2019-02-19 11:22:16.0 
+0100
@@ -1,6 +1,7 @@
 # MANIFEST for Test-CheckManifest
 Changes
 MANIFEST
+MANIFEST.SKIP
 CONTRIBUTORS
 CONTRIBUTING.md
 
@@ -13,6 +14,7 @@
 t/06_bailout.t
 t/07_is_in_dir.t
 t/08_check_manifest.t
+t/09_manifest_files.t
 t/author-pod-coverage.t
 t/author-pod-syntax.t
 t/xt/02_issue1.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.39/MANIFEST.SKIP 
new/Test-CheckManifest-1.41/MANIFEST.SKIP
--- old/Test-CheckManifest-1.39/MANIFEST.SKIP   1970-01-01 01:00:00.0 
+0100
+++ new/Test-CheckManifest-1.41/MANIFEST.SKIP   2019-02-19 11:22:16.0 
+0100
@@ -0,0 +1,4 @@
+^Test.txt$
+data/Test2.dat
+dist.ini
+\.swp$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.39/META.json 
new/Test-CheckManifest-1.41/META.json
--- old/Test-CheckManifest-1.39/META.json   2019-02-14 07:36:31.0 
+0100
+++ new/Test-CheckManifest-1.41/META.json   2019-02-19 11:22:16.0 
+0100
@@ -49,7 +49,7 @@
"provides" : {
   "Test::CheckManifest" : {
  "file" : "lib/Test/CheckManifest.pm",
- "version" : "1.39"
+ "version" : "1.41"
   }
},
"release_status" : "stable",
@@ -64,7 +64,7 @@
  "web" : "http://github.com/reneeb/Test-CheckManifest;
   }
},
-   "version" : "1.39",
+   "version" : "1.41",
"x_contributors" : [
   "doug ",
   "LorenzoTa ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.39/META.yml 
new/Test-CheckManifest-1.41/META.yml
--- old/Test-CheckManifest-1.39/META.yml2019-02-14 07:36:31.0 
+0100
+++ new/Test-CheckManifest-1.41/META.yml2019-02-19 11:22:16.0 
+0100
@@ -17,7 +17,7 @@
 provides:
   Test::CheckManifest:
 file: lib/Test/CheckManifest.pm
-version: '1.39'
+version: '1.41'
 requires:
   Carp: '0'
   Cwd: '3.75'
@@ -32,7 +32,7 @@
   bugtracker: http://github.com/reneeb/Test-CheckManifest/issues
   homepage: http://github.com/reneeb/Test-CheckManifest
   repository: 

commit perl-Test-CheckManifest for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package perl-Test-CheckManifest for 
openSUSE:Factory checked in at 2019-02-24 17:15:04

Comparing /work/SRC/openSUSE:Factory/perl-Test-CheckManifest (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-CheckManifest.new.28833 (New)


Package is "perl-Test-CheckManifest"

Sun Feb 24 17:15:04 2019 rev:3 rq:677224 version:1.39

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-CheckManifest/perl-Test-CheckManifest.changes
  2018-02-09 15:47:00.748540810 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CheckManifest.new.28833/perl-Test-CheckManifest.changes
   2019-02-24 17:15:06.856453610 +0100
@@ -1,0 +2,57 @@
+Fri Feb 15 06:30:42 UTC 2019 - Stephan Kulow 
+
+- updated to 1.39
+   see /usr/share/doc/packages/perl-Test-CheckManifest/Changes
+
+  1.39  2019-02-14 07:28:00
+  
+* release 1.39
+  
+  1.38_02 2018-12-23 11:32:00
+  
+* fix test failures (thanks to manwar and LorenzoTa)
+  
+  1.38_01 2018-12-21 14:30:00
+  
+* more tests
+* refactor code
+
+---
+Fri Dec 14 06:26:51 UTC 2018 - Stephan Kulow 
+
+- updated to 1.38
+   see /usr/share/doc/packages/perl-Test-CheckManifest/Changes
+
+  1.38  2018-12-13 16:26:00
+  
+[BUGFIX]
+* require at least Cwd 3.75
+
+---
+Thu Dec 13 06:27:30 UTC 2018 - Stephan Kulow 
+
+- updated to 1.36
+   see /usr/share/doc/packages/perl-Test-CheckManifest/Changes
+
+  1.35  2018-12-12 09:05:00
+  
+[BUGFIX]
+* Tests failed
+
+---
+Wed Dec 12 06:27:58 UTC 2018 - Stephan Kulow 
+
+- updated to 1.34
+   see /usr/share/doc/packages/perl-Test-CheckManifest/Changes
+
+  1.34  2018-12-11
+  
+[BUGFIX]
+* Tests failed on Windows (github #9)
+* 'exclude' is meant to be a list of directories, but it was handled 
as regular expressions
+  
+[IMPROVEMENTS]
+* rewrite larger parts of the module
+* add lots of tests
+
+---

Old:

  Test-CheckManifest-1.33.tar.gz

New:

  Test-CheckManifest-1.39.tar.gz



Other differences:
--
++ perl-Test-CheckManifest.spec ++
--- /var/tmp/diff_new_pack.XIBDxX/_old  2019-02-24 17:15:07.344453523 +0100
+++ /var/tmp/diff_new_pack.XIBDxX/_new  2019-02-24 17:15:07.352453522 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-CheckManifest
 #
-# 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
@@ -12,18 +12,18 @@
 # 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-Test-CheckManifest
-Version:1.33
+Version:1.39
 Release:0
 %define cpan_name Test-CheckManifest
 Summary:Check if your Manifest matches your distro
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Test-CheckManifest/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/R/RE/RENEEB/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -31,6 +31,9 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CPAN::Meta::YAML)
+BuildRequires:  perl(Cwd) >= 3.75
+BuildRequires:  perl(Pod::Coverage::TrustPod)
+Requires:   perl(Cwd) >= 3.75
 %{perl_requires}
 
 %description
@@ -40,8 +43,8 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
 touch dummy.list
@@ -56,7 +59,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes CONTRIBUTING.md CONTRIBUTORS README
 %license LICENSE
 
 %changelog

++ Test-CheckManifest-1.33.tar.gz -> Test-CheckManifest-1.39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.33/CONTRIBUTING.md 
new/Test-CheckManifest-1.39/CONTRIBUTING.md
--- old/Test-CheckManifest-1.33/CONTRIBUTING.md 1970-01-01 01:00:00.0 
+0100
+++ new/Test-CheckManifest-1.39/CONTRIBUTING.md 2019-02-14 07:36:31.0 

commit perl-Test-CheckManifest for openSUSE:Factory

2018-02-09 Thread root
Hello community,

here is the log from the commit of package perl-Test-CheckManifest for 
openSUSE:Factory checked in at 2018-02-09 15:47:00

Comparing /work/SRC/openSUSE:Factory/perl-Test-CheckManifest (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-CheckManifest.new (New)


Package is "perl-Test-CheckManifest"

Fri Feb  9 15:47:00 2018 rev:2 rq:573949 version:1.33

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-CheckManifest/perl-Test-CheckManifest.changes
  2017-06-26 15:52:11.124320030 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CheckManifest.new/perl-Test-CheckManifest.changes
 2018-02-09 15:47:00.748540810 +0100
@@ -1,0 +2,16 @@
+Wed Feb  7 17:23:23 UTC 2018 - co...@suse.com
+
+- updated to 1.33
+   see /usr/share/doc/packages/perl-Test-CheckManifest/Changes
+
+  1.33  2018-01-26
+  
+[INTERNAL]
+* Auto generate META.json using dzil plugin [MetaJSON] (github #8, 
thanks to manwar)
+  
+  1.32  2018-01-26
+  
+[BUGFIX]
+* ok_manifest reports duplicate files on internal symlinks (github #7)
+
+---

Old:

  Test-CheckManifest-1.31.tar.gz

New:

  Test-CheckManifest-1.33.tar.gz



Other differences:
--
++ perl-Test-CheckManifest.spec ++
--- /var/tmp/diff_new_pack.yrI1At/_old  2018-02-09 15:47:01.400517397 +0100
+++ /var/tmp/diff_new_pack.yrI1At/_new  2018-02-09 15:47:01.400517397 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-CheckManifest
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +17,7 @@
 
 
 Name:   perl-Test-CheckManifest
-Version:1.31
+Version:1.33
 Release:0
 %define cpan_name Test-CheckManifest
 Summary:Check if your Manifest matches your distro

++ Test-CheckManifest-1.31.tar.gz -> Test-CheckManifest-1.33.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.31/Changes 
new/Test-CheckManifest-1.33/Changes
--- old/Test-CheckManifest-1.31/Changes 2017-04-21 16:08:36.0 +0200
+++ new/Test-CheckManifest-1.33/Changes 2018-01-26 13:42:10.0 +0100
@@ -1,6 +1,16 @@
 Revision history for Perl extension Test::CheckManifest.
 
 
+1.33  2018-01-26
+
+  [INTERNAL]
+  * Auto generate META.json using dzil plugin [MetaJSON] (github #8, 
thanks to manwar)
+
+1.32  2018-01-26
+
+  [BUGFIX]
+  * ok_manifest reports duplicate files on internal symlinks (github #7)
+
 1.31  2017-04-21
 
   [IMPROVEMENT]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.31/LICENSE 
new/Test-CheckManifest-1.33/LICENSE
--- old/Test-CheckManifest-1.31/LICENSE 2017-04-21 16:08:36.0 +0200
+++ new/Test-CheckManifest-1.33/LICENSE 2018-01-26 13:42:10.0 +0100
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2015 by Renee Baecker.
+This software is Copyright (c) 2018 by Renee Baecker.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.31/MANIFEST 
new/Test-CheckManifest-1.33/MANIFEST
--- old/Test-CheckManifest-1.31/MANIFEST2017-04-21 16:08:36.0 
+0200
+++ new/Test-CheckManifest-1.33/MANIFEST2018-01-26 13:42:10.0 
+0100
@@ -1,7 +1,8 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.043.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
 Changes
 LICENSE
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README
@@ -12,3 +13,4 @@
 't/file with whitespaces.txt'
 t/testrules.yml
 t/xt/02_issue1.t
+t/xt/03_issue7.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.31/META.json 
new/Test-CheckManifest-1.33/META.json
--- old/Test-CheckManifest-1.31/META.json   1970-01-01 01:00:00.0 
+0100
+++ new/Test-CheckManifest-1.33/META.json   2018-01-26 13:42:10.0 
+0100
@@ -0,0 +1,53 @@
+{
+   "abstract" : "Check if your Manifest matches your distro",
+   "author" : [
+  "Renee Baecker "
+   ],
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150005",
+   "license" : [
+  "artistic_2"
+   ],
+   "meta-spec" : {
+  "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  "version" : "2"
+