commit perl-Test-Script for openSUSE:Factory

2019-10-28 Thread root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2019-10-28 16:59:27

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


Package is "perl-Test-Script"

Mon Oct 28 16:59:27 2019 rev:28 rq:743502 version:1.26

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes
2018-10-01 08:19:21.409893536 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Script.new.2990/perl-Test-Script.changes  
2019-10-28 17:00:23.857760117 +0100
@@ -1,0 +2,10 @@
+Mon Oct 28 11:03:32 UTC 2019 -  
+
+- updated to 1.26
+   see /usr/share/doc/packages/perl-Test-Script/Changes
+
+  1.26  2019-10-25 21:22:03 -0700
+- Add program_runs and related functions for testing programs
+  that do not run under Perl (gh#26, gh#27)
+
+---

Old:

  Test-Script-1.25.tar.gz

New:

  Test-Script-1.26.tar.gz



Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.Bk5C7w/_old  2019-10-28 17:00:25.053761554 +0100
+++ /var/tmp/diff_new_pack.Bk5C7w/_new  2019-10-28 17:00:25.057761559 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Script
 #
-# 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,13 +17,13 @@
 
 
 Name:   perl-Test-Script
-Version:1.25
+Version:1.26
 Release:0
 %define cpan_name Test-Script
 Summary:Basic cross-platform tests for scripts
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Test-Script/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -44,6 +44,9 @@
 the testing you will need to do for scripts in the _script_ (or _bin_ as is
 also commonly used) paths of your Perl distribution.
 
+It also provides similar functions for testing programs that are not Perl
+scripts.
+
 Further, it aims to provide this functionality with perfect
 platform-compatibility, and in a way that is as unobtrusive as possible.
 
@@ -60,13 +63,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -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

++ Test-Script-1.25.tar.gz -> Test-Script-1.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.25/Changes new/Test-Script-1.26/Changes
--- old/Test-Script-1.25/Changes2018-09-27 21:33:23.0 +0200
+++ new/Test-Script-1.26/Changes2019-10-26 06:22:06.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Test-Script
 
+1.26  2019-10-25 21:22:03 -0700
+  - Add program_runs and related functions for testing programs
+that do not run under Perl (gh#26, gh#27)
+
 1.25  2018-09-27 15:33:19 -0400
   - Production release identical to 1.24_01 release.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.25/INSTALL new/Test-Script-1.26/INSTALL
--- old/Test-Script-1.25/INSTALL2018-09-27 21:33:23.0 +0200
+++ new/Test-Script-1.26/INSTALL2019-10-26 06:22:06.0 +0200
@@ -48,6 +48,19 @@
 "configure_requires" key of META.yml or the
 "{prereqs}{configure}{requires}" key of META.json.
 
+## Other Prerequisites
+
+This distribution may require additional modules to be installed after running
+Makefile.PL.
+Look for prerequisites in the following phases:
+
+* to run make, PHASE = build
+* to use the module code itself, PHASE = runtime
+* to run tests, PHASE = test
+
+They can all be found in the "PHASE_requires" key of MYMETA.yml or the
+"{prereqs}{PHASE}{requires}" key of MYMETA.json.
+
 ## Documentation
 
 Test-Script documentation is available as POD.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.25/LICENSE new/Test-Script-1.26/LICENSE
--- old/Test-Script-1.25/LICENSE2018-09-27 21:33:23.0 +0200
+++ new/Test-Script-1.26/LICENSE2019-10-26 

commit perl-Test-Script for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2018-10-01 08:19:20

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


Package is "perl-Test-Script"

Mon Oct  1 08:19:20 2018 rev:27 rq:638962 version:1.25

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes
2017-07-29 09:02:33.799030887 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Script.new/perl-Test-Script.changes   
2018-10-01 08:19:21.409893536 +0200
@@ -1,0 +2,12 @@
+Fri Sep 28 05:55:59 UTC 2018 - Stephan Kulow 
+
+- updated to 1.25
+   see /usr/share/doc/packages/perl-Test-Script/Changes
+
+  1.25  2018-09-27 15:33:19 -0400
+- Production release identical to 1.24_01 release.
+  
+  1.24_01   2018-09-24 12:38:07 -0400
+- Add interpreter_options to script_runs options
+
+---

Old:

  Test-Script-1.23.tar.gz

New:

  Test-Script-1.25.tar.gz



Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.iJw3Fd/_old  2018-10-01 08:19:21.905893220 +0200
+++ /var/tmp/diff_new_pack.iJw3Fd/_new  2018-10-01 08:19:21.913893215 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Script
 #
-# 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
@@ -12,16 +12,16 @@
 # 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-Script
-Version:1.23
+Version:1.25
 Release:0
 %define cpan_name Test-Script
 Summary:Basic cross-platform tests for scripts
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Script/
 Source0:
https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz

++ Test-Script-1.23.tar.gz -> Test-Script-1.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.23/Changes new/Test-Script-1.25/Changes
--- old/Test-Script-1.23/Changes2017-07-18 09:12:29.0 +0200
+++ new/Test-Script-1.25/Changes2018-09-27 21:33:23.0 +0200
@@ -1,5 +1,11 @@
 Revision history for Perl extension Test-Script
 
+1.25  2018-09-27 15:33:19 -0400
+  - Production release identical to 1.24_01 release.
+
+1.24_01   2018-09-24 12:38:07 -0400
+  - Add interpreter_options to script_runs options
+
 1.23  2017-07-18 03:12:24 -0400
   - Production release identical to 1.22_01 release.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.23/INSTALL new/Test-Script-1.25/INSTALL
--- old/Test-Script-1.23/INSTALL2017-07-18 09:12:29.0 +0200
+++ new/Test-Script-1.25/INSTALL2018-09-27 21:33:23.0 +0200
@@ -22,7 +22,7 @@
 ## Manual installation
 
 As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
+install configure prerequisites (see below), then build it:
 
 % perl Makefile.PL
 % make && make test
@@ -31,13 +31,29 @@
 
 % make install
 
+On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
+
 If your perl is system-managed, you can create a local::lib in your home
 directory to install modules to. For details, see the local::lib documentation:
 https://metacpan.org/pod/local::lib
 
+The prerequisites of this distribution will also have to be installed 
manually. The
+prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` 
generated
+by running the manual build process described above.
+
+## Configure Prerequisites
+
+This distribution requires other modules to be installed before this
+distribution's installer can be run.  They can be found under the
+"configure_requires" key of META.yml or the
+"{prereqs}{configure}{requires}" key of META.json.
+
 ## Documentation
 
 Test-Script documentation is available as POD.
-You can run perldoc from a shell to read the documentation:
+You can run `perldoc` from a shell to read the documentation:
 
 % perldoc Test::Script
+
+For more information on installing Perl modules via CPAN, please see:

commit perl-Test-Script for openSUSE:Factory

2017-07-29 Thread root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2017-07-29 09:01:55

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


Package is "perl-Test-Script"

Sat Jul 29 09:01:55 2017 rev:26 rq:512882 version:1.23

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes
2017-07-17 09:12:30.828480792 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Script.new/perl-Test-Script.changes   
2017-07-29 09:02:33.799030887 +0200
@@ -1,0 +2,15 @@
+Tue Jul 25 06:21:29 UTC 2017 - co...@suse.com
+
+- updated to 1.23
+   see /usr/share/doc/packages/perl-Test-Script/Changes
+
+  1.23  2017-07-18 03:12:24 -0400
+- Production release identical to 1.22_01 release.
+  
+  1.22_01   2017-07-14 07:21:00 -0400
+- Fix testing failures on Windows introduced in 1.21_01
+  
+  1.21_01   2017-07-13 13:37:09 -0400
+- Migrate to using Test2::V0 internally
+
+---

Old:

  Test-Script-1.20.tar.gz

New:

  Test-Script-1.23.tar.gz



Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.BDBGoi/_old  2017-07-29 09:02:34.702903188 +0200
+++ /var/tmp/diff_new_pack.BDBGoi/_new  2017-07-29 09:02:34.706902623 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Script
-Version:1.20
+Version:1.23
 Release:0
 %define cpan_name Test-Script
 Summary:Basic cross-platform tests for scripts
@@ -32,11 +32,11 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(Probe::Perl) >= 0.01
-BuildRequires:  perl(Test::More) >= 0.96
-BuildRequires:  perl(Test::Tester)
+BuildRequires:  perl(Test2::API) >= 1.302015
+BuildRequires:  perl(Test2::V0) >= 0.60
 Requires:   perl(Capture::Tiny)
 Requires:   perl(Probe::Perl) >= 0.01
-Requires:   perl(Test::More) >= 0.96
+Requires:   perl(Test2::API) >= 1.302015
 %{perl_requires}
 
 %description

++ Test-Script-1.20.tar.gz -> Test-Script-1.23.tar.gz ++
 2242 lines of diff (skipped)




commit perl-Test-Script for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2017-07-17 09:12:30

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


Package is "perl-Test-Script"

Mon Jul 17 09:12:30 2017 rev:25 rq:510426 version:1.20

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes
2017-05-16 14:33:53.086139365 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Script.new/perl-Test-Script.changes   
2017-07-17 09:12:30.828480792 +0200
@@ -1,0 +2,38 @@
+Fri Jul 14 06:14:56 UTC 2017 - co...@suse.com
+
+- updated to 1.20
+   see /usr/share/doc/packages/perl-Test-Script/Changes
+
+  1.20  2017-07-13 11:17:42 -0400
+- Production release identical to 1.19_08 release.
+  
+  1.19_08   2017-07-12 08:22:41 -0400
+- Diagnostic release
+  
+  1.19_07   2017-07-12 07:53:55 -0400
+- Diagnostic release
+  
+  1.19_06   2017-07-11 05:34:30 -0400
+- Diagnostic release
+  
+  1.19_05   2017-07-09 11:35:59 -0400
+- Diagnostic release
+  
+  1.19_04   2017-07-07 16:26:41 -0400
+- Add support for stdin option that was lost in the Capture::Tiny migration
+- Officially drop support for Perl 5.6 (support for 5.6 was already
+  implicitly dropped when we migrated to Capture::Tiny).
+- A near term future version will also drop support for the old pre-Test2
+  Test::Builder.
+  
+  1.19_03   2017-07-07 10:14:25 -0400
+- Use Test2::V0 instead of Test2::Bundle::Extended for Test2 tests
+  
+  1.19_02   2017-06-21 17:06:47 -0400
+- Identical to 1.19_01
+  
+  1.19_01   2017-05-01 06:12:01 -0400
+- Use Capture::Tiny instead of IPC::Run3 (Paul Cochrane/PTC++ gh#4, gh#15)
+- Minor documentation fixes (Paul Cochrane/PTC++)
+
+---

Old:

  Test-Script-1.18.tar.gz

New:

  Test-Script-1.20.tar.gz



Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.sdI5Sl/_old  2017-07-17 09:12:31.324410938 +0200
+++ /var/tmp/diff_new_pack.sdI5Sl/_new  2017-07-17 09:12:31.324410938 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Script
-Version:1.18
+Version:1.20
 Release:0
 %define cpan_name Test-Script
 Summary:Basic cross-platform tests for scripts
@@ -30,11 +30,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(IPC::Run3) >= 0.034
+BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(Probe::Perl) >= 0.01
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Tester)
-Requires:   perl(IPC::Run3) >= 0.034
+Requires:   perl(Capture::Tiny)
 Requires:   perl(Probe::Perl) >= 0.01
 Requires:   perl(Test::More) >= 0.96
 %{perl_requires}
@@ -75,7 +75,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc author.yml Changes README t2
+%doc author.yml Changes README
 %license LICENSE
 
 %changelog

++ Test-Script-1.18.tar.gz -> Test-Script-1.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.18/Changes new/Test-Script-1.20/Changes
--- old/Test-Script-1.18/Changes2017-04-12 13:01:18.0 +0200
+++ new/Test-Script-1.20/Changes2017-07-13 17:17:45.0 +0200
@@ -1,5 +1,37 @@
 Revision history for Perl extension Test-Script
 
+1.20  2017-07-13 11:17:42 -0400
+  - Production release identical to 1.19_08 release.
+
+1.19_08   2017-07-12 08:22:41 -0400
+  - Diagnostic release
+
+1.19_07   2017-07-12 07:53:55 -0400
+  - Diagnostic release
+
+1.19_06   2017-07-11 05:34:30 -0400
+  - Diagnostic release
+
+1.19_05   2017-07-09 11:35:59 -0400
+  - Diagnostic release
+
+1.19_04   2017-07-07 16:26:41 -0400
+  - Add support for stdin option that was lost in the Capture::Tiny migration
+  - Officially drop support for Perl 5.6 (support for 5.6 was already
+implicitly dropped when we migrated to Capture::Tiny).
+  - A near term future version will also drop support for the old pre-Test2
+Test::Builder.
+
+1.19_03   2017-07-07 10:14:25 -0400
+  - Use Test2::V0 instead of Test2::Bundle::Extended for Test2 tests
+
+1.19_02   2017-06-21 17:06:47 -0400
+  - Identical to 1.19_01
+
+1.19_01   2017-05-01 06:12:01 -0400
+  - Use Capture::Tiny instead of IPC::Run3 (Paul Cochrane/PTC++ gh#4, gh#15)
+  - Minor documentation fixes (Paul Cochrane/PTC++)
+
 1.18  2017-04-12 07:01:14 -0400
   - Production release identical to 1.17_02 release.
 
@@ -33,11 +65,11 @@
   - Check for IO errors on temporary .pm file
 
 1.11_02   2016-04-27 13:15:35 -0400
-  - One 

commit perl-Test-Script for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2017-05-16 14:33:44

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


Package is "perl-Test-Script"

Tue May 16 14:33:44 2017 rev:24 rq:489031 version:1.18

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes
2017-03-12 20:01:32.306655673 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Script.new/perl-Test-Script.changes   
2017-05-16 14:33:53.086139365 +0200
@@ -1,0 +2,15 @@
+Fri Apr 14 06:41:05 UTC 2017 - co...@suse.com
+
+- updated to 1.18
+   see /usr/share/doc/packages/perl-Test-Script/Changes
+
+  1.18  2017-04-12 07:01:14 -0400
+- Production release identical to 1.17_02 release.
+  
+  1.17_02   2017-04-10 08:39:46 -0400
+- Use three argument open
+  
+  1.17_01   2017-04-10 06:51:38 -0400
+- Handle scripts with -T taint mode (gh#13)
+
+---

Old:

  Test-Script-1.16.tar.gz

New:

  Test-Script-1.18.tar.gz



Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.0Jebkr/_old  2017-05-16 14:33:53.806038227 +0200
+++ /var/tmp/diff_new_pack.0Jebkr/_new  2017-05-16 14:33:53.810037665 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Script
-Version:1.16
+Version:1.18
 Release:0
 %define cpan_name Test-Script
 Summary:Basic cross-platform tests for scripts
@@ -75,7 +75,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc author.yml Changes README
+%doc author.yml Changes README t2
 %license LICENSE
 
 %changelog

++ Test-Script-1.16.tar.gz -> Test-Script-1.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.16/Changes new/Test-Script-1.18/Changes
--- old/Test-Script-1.16/Changes2017-03-04 18:16:13.0 +0100
+++ new/Test-Script-1.18/Changes2017-04-12 13:01:18.0 +0200
@@ -1,5 +1,14 @@
 Revision history for Perl extension Test-Script
 
+1.18  2017-04-12 07:01:14 -0400
+  - Production release identical to 1.17_02 release.
+
+1.17_02   2017-04-10 08:39:46 -0400
+  - Use three argument open
+
+1.17_01   2017-04-10 06:51:38 -0400
+  - Handle scripts with -T taint mode (gh#13)
+
 1.16  2017-03-04 12:16:10 -0500
   - Stricter useage of plans.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.16/MANIFEST 
new/Test-Script-1.18/MANIFEST
--- old/Test-Script-1.16/MANIFEST   2017-03-04 18:16:13.0 +0100
+++ new/Test-Script-1.18/MANIFEST   2017-04-12 13:01:18.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.008.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.009.
 Changes
 INSTALL
 LICENSE
@@ -22,11 +22,13 @@
 t/07_signal.t
 t/08_trap_exit_or_signal.t
 t/09_capture_output.t
+t/10_taint.t
 t/bin/bad.pl
 t/bin/four.pl
 t/bin/good.pl
 t/bin/print.pl
 t/bin/signal.pl
+t/bin/taint.pl
 t2/bug_gh9.t
 t2/test_script__exports.t
 t2/test_script__import.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.16/META.json 
new/Test-Script-1.18/META.json
--- old/Test-Script-1.16/META.json  2017-03-04 18:16:13.0 +0100
+++ new/Test-Script-1.18/META.json  2017-04-12 13:01:18.0 +0200
@@ -5,7 +5,7 @@
   "Adam Kennedy"
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "perl_5"
],
@@ -67,7 +67,7 @@
  "web" : "https://github.com/plicease/Test-Script;
   }
},
-   "version" : "1.16",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0227"
+   "version" : "1.18",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.023"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.16/META.yml 
new/Test-Script-1.18/META.yml
--- old/Test-Script-1.16/META.yml   2017-03-04 18:16:13.0 +0100
+++ new/Test-Script-1.18/META.yml   2017-04-12 13:01:18.0 +0200
@@ -13,7 +13,7 @@
   ExtUtils::MakeMaker: '0'
   perl: '5.006'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: 

commit perl-Test-Script for openSUSE:Factory

2017-03-12 Thread root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2017-03-12 20:01:31

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


Package is "perl-Test-Script"

Sun Mar 12 20:01:31 2017 rev:23 rq:477088 version:1.16

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes
2017-02-16 17:05:22.313122780 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Script.new/perl-Test-Script.changes   
2017-03-12 20:01:32.306655673 +0100
@@ -1,0 +2,9 @@
+Sun Mar  5 07:26:41 UTC 2017 - co...@suse.com
+
+- updated to 1.16
+   see /usr/share/doc/packages/perl-Test-Script/Changes
+
+  1.16  2017-03-04 12:16:10 -0500
+- Stricter useage of plans.
+
+---

Old:

  Test-Script-1.15.tar.gz

New:

  Test-Script-1.16.tar.gz



Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.eHWDoF/_old  2017-03-12 20:01:32.914569653 +0100
+++ /var/tmp/diff_new_pack.eHWDoF/_new  2017-03-12 20:01:32.922568521 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Script
-Version:1.15
+Version:1.16
 Release:0
 %define cpan_name Test-Script
 Summary:Basic cross-platform tests for scripts
@@ -75,7 +75,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc author.yml Changes README t2
+%doc author.yml Changes README
 %license LICENSE
 
 %changelog

++ Test-Script-1.15.tar.gz -> Test-Script-1.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.15/Changes new/Test-Script-1.16/Changes
--- old/Test-Script-1.15/Changes2017-02-13 21:08:54.0 +0100
+++ new/Test-Script-1.16/Changes2017-03-04 18:16:13.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension Test-Script
 
+1.16  2017-03-04 12:16:10 -0500
+  - Stricter useage of plans.
+
 1.15  2017-02-14 07:08:51 +1100
   - Fix bug where list reference arguments to script_compiles
 and script_runs are modified (gh#9)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.15/MANIFEST 
new/Test-Script-1.16/MANIFEST
--- old/Test-Script-1.15/MANIFEST   2017-02-13 21:08:54.0 +0100
+++ new/Test-Script-1.16/MANIFEST   2017-03-04 18:16:13.0 +0100
@@ -29,6 +29,7 @@
 t/bin/signal.pl
 t2/bug_gh9.t
 t2/test_script__exports.t
+t2/test_script__import.t
 t2/test_script__script_compiles.t
 t2/test_script__script_runs.t
 xt/author/eol.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.15/META.json 
new/Test-Script-1.16/META.json
--- old/Test-Script-1.15/META.json  2017-02-13 21:08:54.0 +0100
+++ new/Test-Script-1.16/META.json  2017-03-04 18:16:13.0 +0100
@@ -5,7 +5,7 @@
   "Adam Kennedy"
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "perl_5"
],
@@ -67,7 +67,7 @@
  "web" : "https://github.com/plicease/Test-Script;
   }
},
-   "version" : "1.15",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
+   "version" : "1.16",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0227"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.15/META.yml 
new/Test-Script-1.16/META.yml
--- old/Test-Script-1.15/META.yml   2017-02-13 21:08:54.0 +0100
+++ new/Test-Script-1.16/META.yml   2017-03-04 18:16:13.0 +0100
@@ -13,7 +13,7 @@
   ExtUtils::MakeMaker: '0'
   perl: '5.006'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -30,5 +30,5 @@
   bugtracker: https://github.com/plicease/Test-Script/issues
   homepage: https://metacpan.org/pod/Test::Script
   repository: git://github.com/plicease/Test-Script.git
-version: '1.15'
+version: '1.16'
 x_serialization_backend: 'YAML::Tiny version 1.70'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.15/Makefile.PL 
new/Test-Script-1.16/Makefile.PL
--- old/Test-Script-1.15/Makefile.PL2017-02-13 21:08:54.0 +0100
+++ new/Test-Script-1.16/Makefile.PL2017-03-04 

commit perl-Test-Script for openSUSE:Factory

2017-02-16 Thread root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2017-02-16 17:05:21

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


Package is "perl-Test-Script"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes
2016-10-23 12:53:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Script.new/perl-Test-Script.changes   
2017-02-16 17:05:22.313122780 +0100
@@ -1,0 +2,10 @@
+Tue Feb 14 07:45:24 UTC 2017 - co...@suse.com
+
+- updated to 1.15
+   see /usr/share/doc/packages/perl-Test-Script/Changes
+
+  1.15  2017-02-14 07:08:51 +1100
+- Fix bug where list reference arguments to script_compiles
+  and script_runs are modified (gh#9)
+
+---

Old:

  Test-Script-1.14.tar.gz

New:

  Test-Script-1.15.tar.gz



Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.32gUK8/_old  2017-02-16 17:05:22.849046951 +0100
+++ /var/tmp/diff_new_pack.32gUK8/_new  2017-02-16 17:05:22.853046385 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Script
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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-Test-Script
-Version:1.14
+Version:1.15
 Release:0
 %define cpan_name Test-Script
 Summary:Basic cross-platform tests for scripts
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Script/
-Source0:
http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -75,6 +75,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc author.yml Changes LICENSE README
+%doc author.yml Changes README t2
+%license LICENSE
 
 %changelog

++ Test-Script-1.14.tar.gz -> Test-Script-1.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.14/Changes new/Test-Script-1.15/Changes
--- old/Test-Script-1.14/Changes2016-10-13 17:04:52.0 +0200
+++ new/Test-Script-1.15/Changes2017-02-13 21:08:54.0 +0100
@@ -1,5 +1,9 @@
 Revision history for Perl extension Test-Script
 
+1.15  2017-02-14 07:08:51 +1100
+  - Fix bug where list reference arguments to script_compiles
+and script_runs are modified (gh#9)
+
 1.14  2016-10-13 11:04:48 -0400
   - Fix a regex in a test that fails on recent versions of
 Test2 on Windows (possibly others) (gh#8)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.14/MANIFEST 
new/Test-Script-1.15/MANIFEST
--- old/Test-Script-1.14/MANIFEST   2016-10-13 17:04:52.0 +0200
+++ new/Test-Script-1.15/MANIFEST   2017-02-13 21:08:54.0 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.007.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.008.
 Changes
 INSTALL
 LICENSE
@@ -27,6 +27,7 @@
 t/bin/good.pl
 t/bin/print.pl
 t/bin/signal.pl
+t2/bug_gh9.t
 t2/test_script__exports.t
 t2/test_script__script_compiles.t
 t2/test_script__script_runs.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.14/META.json 
new/Test-Script-1.15/META.json
--- old/Test-Script-1.14/META.json  2016-10-13 17:04:52.0 +0200
+++ new/Test-Script-1.15/META.json  2017-02-13 21:08:54.0 +0100
@@ -5,7 +5,7 @@
   "Adam Kennedy"
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.007, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150005",
"license" : [
   "perl_5"
],
@@ -67,7 +67,7 @@
  "web" : "https://github.com/plicease/Test-Script;
   }
},
-   "version" : "1.14",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
+   "version" : "1.15",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.14/META.yml 

commit perl-Test-Script for openSUSE:Factory

2016-10-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2016-10-23 12:53:36

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


Package is "perl-Test-Script"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes
2016-05-08 10:46:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Script.new/perl-Test-Script.changes   
2016-10-23 12:53:44.0 +0200
@@ -1,0 +2,16 @@
+Fri Oct 14 06:24:43 UTC 2016 - co...@suse.com
+
+- updated to 1.14
+   see /usr/share/doc/packages/perl-Test-Script/Changes
+
+  1.14  2016-10-13 11:04:48 -0400
+- Fix a regex in a test that fails on recent versions of
+  Test2 on Windows (possibly others) (gh#8)
+- One of the tests was unreasonably slow, so it does
+  not get run for users, but will be used for development
+  only
+- Remove warning condition that happens with at least some
+  older versions of Perl when using quotemeta without
+  parentheses (gh#7 Thanks Brendan Byrd)
+
+---

Old:

  Test-Script-1.12.tar.gz

New:

  Test-Script-1.14.tar.gz



Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.rnbWg2/_old  2016-10-23 12:53:45.0 +0200
+++ /var/tmp/diff_new_pack.rnbWg2/_new  2016-10-23 12:53:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Script
-Version:1.12
+Version:1.14
 Release:0
 %define cpan_name Test-Script
 Summary:Basic cross-platform tests for scripts
@@ -75,6 +75,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc author.yml Changes LICENSE README
 
 %changelog

++ Test-Script-1.12.tar.gz -> Test-Script-1.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.12/Changes new/Test-Script-1.14/Changes
--- old/Test-Script-1.12/Changes2016-05-02 17:18:04.0 +0200
+++ new/Test-Script-1.14/Changes2016-10-13 17:04:52.0 +0200
@@ -1,5 +1,15 @@
 Revision history for Perl extension Test-Script
 
+1.14  2016-10-13 11:04:48 -0400
+  - Fix a regex in a test that fails on recent versions of
+Test2 on Windows (possibly others) (gh#8)
+  - One of the tests was unreasonably slow, so it does
+not get run for users, but will be used for development
+only
+  - Remove warning condition that happens with at least some
+older versions of Perl when using quotemeta without
+parentheses (gh#7 Thanks Brendan Byrd)
+
 1.12  2016-05-02 11:18:01 -0400
   - Production release identical to 1.11_03 release.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.12/INSTALL new/Test-Script-1.14/INSTALL
--- old/Test-Script-1.12/INSTALL2016-05-02 17:18:04.0 +0200
+++ new/Test-Script-1.14/INSTALL2016-10-13 17:04:52.0 +0200
@@ -8,10 +8,10 @@
 
 % cpanm Test::Script
 
-If you are installing into a system-wide directory, you may need to pass the
-"-S" flag to cpanm, which uses sudo to install the module:
-
-% cpanm -S Test::Script
+If it does not have permission to install modules to the current perl, cpanm
+will automatically set up and install to a local::lib in your home directory.
+See the local::lib documentation (https://metacpan.org/pod/local::lib) for
+details on enabling it in your environment.
 
 ## Installing with the CPAN shell
 
@@ -31,9 +31,9 @@
 
 % make install
 
-If you are installing into a system-wide directory, you may need to run:
-
-% sudo make install
+If your perl is system-managed, you can create a local::lib in your home
+directory to install modules to. For details, see the local::lib documentation:
+https://metacpan.org/pod/local::lib
 
 ## Documentation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.12/MANIFEST 
new/Test-Script-1.14/MANIFEST
--- old/Test-Script-1.12/MANIFEST   2016-05-02 17:18:04.0 +0200
+++ new/Test-Script-1.14/MANIFEST   2016-10-13 17:04:52.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.003.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.007.
 Changes
 INSTALL
 LICENSE
@@ -7,6 +7,7 @@
 META.yml
 Makefile.PL
 README
+author.yml
 cpanfile
 dist.ini
 lib/Test/Script.pm
@@ -29,12 +30,11 @@
 t2/test_script__exports.t
 t2/test_script__script_compiles.t
 t2/test_script__script_runs.t
-xt/release/eol.t

commit perl-Test-Script for openSUSE:Factory

2016-05-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2016-05-08 10:45:41

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


Package is "perl-Test-Script"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes
2015-05-15 07:44:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Script.new/perl-Test-Script.changes   
2016-05-08 10:46:15.0 +0200
@@ -1,0 +2,21 @@
+Thu May  5 10:16:54 UTC 2016 - co...@suse.com
+
+- updated to 1.12
+   see /usr/share/doc/packages/perl-Test-Script/Changes
+
+  1.12  2016-05-02 11:18:01 -0400
+- Production release identical to 1.11_03 release.
+  
+  1.11_03   2016-04-28 06:45:52 -0400
+- Check for IO errors on temporary .pm file
+  
+  1.11_02   2016-04-27 13:15:35 -0400
+- One possible fix for gh#5 
+  (see https://github.com/plicease/Test-Script/issues/5)
+  
+  1.11_01   2016-04-27 12:28:33 -0400
+- Including some optional Test2 based tests that should 
+  only be run with a merged Test2 / Test::Builder
+  (currently a dev release as Test::Simple on CPAN)
+
+---

Old:

  Test-Script-1.10.tar.gz

New:

  Test-Script-1.12.tar.gz



Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.rG0s9d/_old  2016-05-08 10:46:16.0 +0200
+++ /var/tmp/diff_new_pack.rG0s9d/_new  2016-05-08 10:46:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Script
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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-Script
-Version:1.10
+Version:1.12
 Release:0
 %define cpan_name Test-Script
 Summary:Basic cross-platform tests for scripts

++ Test-Script-1.10.tar.gz -> Test-Script-1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.10/Changes new/Test-Script-1.12/Changes
--- old/Test-Script-1.10/Changes2015-05-12 11:15:45.0 +0200
+++ new/Test-Script-1.12/Changes2016-05-02 17:18:04.0 +0200
@@ -1,5 +1,20 @@
 Revision history for Perl extension Test-Script
 
+1.12  2016-05-02 11:18:01 -0400
+  - Production release identical to 1.11_03 release.
+
+1.11_03   2016-04-28 06:45:52 -0400
+  - Check for IO errors on temporary .pm file
+
+1.11_02   2016-04-27 13:15:35 -0400
+  - One possible fix for gh#5 
+(see https://github.com/plicease/Test-Script/issues/5)
+
+1.11_01   2016-04-27 12:28:33 -0400
+  - Including some optional Test2 based tests that should 
+only be run with a merged Test2 / Test::Builder
+(currently a dev release as Test::Simple on CPAN)
+
 1.10  2015-05-12 05:15:41 -0400
   - Work around for buggy IPC::Run3 0.048 on MSWin32
 On Windows we probe for and mitigate a bug in IPC::Run3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.10/MANIFEST 
new/Test-Script-1.12/MANIFEST
--- old/Test-Script-1.10/MANIFEST   2015-05-12 11:15:45.0 +0200
+++ new/Test-Script-1.12/MANIFEST   2016-05-02 17:18:04.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.036.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.003.
 Changes
 INSTALL
 LICENSE
@@ -10,9 +10,8 @@
 cpanfile
 dist.ini
 lib/Test/Script.pm
+run_test.pl
 t/00_diag.t
-t/00_diag.txt
-t/00_diag2.t
 t/01_compile.t
 t/02_compiles_good.t
 t/03_compiles_bad.t
@@ -27,6 +26,9 @@
 t/bin/good.pl
 t/bin/print.pl
 t/bin/signal.pl
+t2/test_script__exports.t
+t2/test_script__script_compiles.t
+t2/test_script__script_runs.t
 xt/release/eol.t
 xt/release/fixme.t
 xt/release/no_tabs.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.10/META.json 
new/Test-Script-1.12/META.json
--- old/Test-Script-1.10/META.json  2015-05-12 11:15:45.0 +0200
+++ new/Test-Script-1.12/META.json  2016-05-02 17:18:04.0 +0200
@@ -5,7 +5,7 @@
   "Adam Kennedy"
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.036, CPAN::Meta::Converter version 
2.150001",
+   "generated_by" : "Dist::Zilla version 6.003, CPAN::Meta::Converter version 
2.150005",
"license" : [
   "perl_5"
],
@@ -21,6 +21,23 @@

commit perl-Test-Script for openSUSE:Factory

2015-05-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2015-05-15 07:44:09

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


Package is perl-Test-Script

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes
2015-05-10 10:56:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Script.new/perl-Test-Script.changes   
2015-05-15 07:44:36.0 +0200
@@ -1,0 +2,13 @@
+Wed May 13 12:59:49 UTC 2015 - co...@suse.com
+
+- updated to 1.10
+   see /usr/share/doc/packages/perl-Test-Script/Changes
+
+  1.10  2015-05-12 05:15:41 -0400
+- Work around for buggy IPC::Run3 0.048 on MSWin32
+  On Windows we probe for and mitigate a bug in IPC::Run3
+  (see https://github.com/plicease/Test-Script/issues/1 for details)
+  with the intention of removing the workaround if/when IPC::Run3
+  is fixed.
+
+---

Old:

  Test-Script-1.09.tar.gz

New:

  Test-Script-1.10.tar.gz



Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.s1lJ6p/_old  2015-05-15 07:44:36.0 +0200
+++ /var/tmp/diff_new_pack.s1lJ6p/_new  2015-05-15 07:44:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Script
-Version:1.09
+Version:1.10
 Release:0
 %define cpan_name Test-Script
 Summary:Basic cross-platform tests for scripts
@@ -32,11 +32,11 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(IPC::Run3) = 0.034
 BuildRequires:  perl(Probe::Perl) = 0.01
-BuildRequires:  perl(Test::More) = 0.94
+BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(Test::Tester)
 Requires:   perl(IPC::Run3) = 0.034
 Requires:   perl(Probe::Perl) = 0.01
-Requires:   perl(Test::More) = 0.94
+Requires:   perl(Test::More) = 0.96
 %{perl_requires}
 
 %description

++ Test-Script-1.09.tar.gz - Test-Script-1.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.09/Changes new/Test-Script-1.10/Changes
--- old/Test-Script-1.09/Changes2015-05-07 22:44:29.0 +0200
+++ new/Test-Script-1.10/Changes2015-05-12 11:15:45.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension Test-Script
 
+1.10  2015-05-12 05:15:41 -0400
+  - Work around for buggy IPC::Run3 0.048 on MSWin32
+On Windows we probe for and mitigate a bug in IPC::Run3
+(see https://github.com/plicease/Test-Script/issues/1 for details)
+with the intention of removing the workaround if/when IPC::Run3
+is fixed.
+
 1.09  2015-05-07 16:44:26 -0400
   - If IPC::Run3::run3 throws an exception it will now fail the test
 (with a helpful diagnostic) rather than crashing the test script.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.09/MANIFEST 
new/Test-Script-1.10/MANIFEST
--- old/Test-Script-1.09/MANIFEST   2015-05-07 22:44:29.0 +0200
+++ new/Test-Script-1.10/MANIFEST   2015-05-12 11:15:45.0 +0200
@@ -12,6 +12,7 @@
 lib/Test/Script.pm
 t/00_diag.t
 t/00_diag.txt
+t/00_diag2.t
 t/01_compile.t
 t/02_compiles_good.t
 t/03_compiles_bad.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.09/META.json 
new/Test-Script-1.10/META.json
--- old/Test-Script-1.09/META.json  2015-05-07 22:44:29.0 +0200
+++ new/Test-Script-1.10/META.json  2015-05-12 11:15:45.0 +0200
@@ -27,7 +27,7 @@
 IPC::Run3 : 0.034,
 Probe::Perl : 0.01,
 Test::Builder : 0.32,
-Test::More : 0.94,
+Test::More : 0.96,
 perl : 5.006
  }
   },
@@ -36,7 +36,7 @@
 File::Spec::Functions : 0,
 Test::Builder : 0.32,
 Test::Builder::Tester : 1.02,
-Test::More : 0.94,
+Test::More : 0.96,
 Test::Tester : 0,
 perl : 5.006
  }
@@ -54,6 +54,6 @@
  web : https://github.com/plicease/Test-Script;
   }
},
-   version : 1.09
+   version : 1.10
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.09/META.yml 
new/Test-Script-1.10/META.yml
--- old/Test-Script-1.09/META.yml   2015-05-07 22:44:29.0 +0200
+++ new/Test-Script-1.10/META.yml   2015-05-12 11:15:45.0 +0200
@@ -7,7 +7,7 @@
   File::Spec::Functions: '0'
   Test::Builder: '0.32'
   Test::Builder::Tester: '1.02'
-  Test::More: '0.94'
+  Test::More: 

commit perl-Test-Script for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2015-05-10 10:56:25

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


Package is perl-Test-Script

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes
2011-11-21 12:48:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Script.new/perl-Test-Script.changes   
2015-05-10 10:56:26.0 +0200
@@ -1,0 +2,31 @@
+Fri May  8 08:41:46 UTC 2015 - co...@suse.com
+
+- updated to 1.09
+   see /usr/share/doc/packages/perl-Test-Script/Changes
+
+  1.09  2015-05-07 16:44:26 -0400
+- If IPC::Run3::run3 throws an exception it will now fail the test
+  (with a helpful diagnostic) rather than crashing the test script.
+- A script that is killed with a singnal is now considered a failure
+  as well.
+- Use alternate expected exit and signal values with options as the
+  second argument to script_runs.
+- Ability to pass input via stdin to the script with script_runs.
+- Ability to capture stdout and stderr from script with script_runs.
+- Functions to test stdout and stderr:
+script_stdout_is
+script_stdout_isnt
+script_stdout_like
+script_stdout_unlike
+script_stderr_is
+script_stderr_isnt
+script_stderr_like
+script_stderr_unlike
+  
+  1.08  2015-05-06 05:09:13 -0400
+- Now works with or without blib (rt81222, rt102743)
+- Compatability with older versions of Test::Builder::Tester (rt81335)
+- Requires Perl 5.6.0
+- Migrate to Dist::Zilla
+
+---

Old:

  Test-Script-1.07.tar.gz

New:

  Test-Script-1.09.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.hC9LhA/_old  2015-05-10 10:56:26.0 +0200
+++ /var/tmp/diff_new_pack.hC9LhA/_new  2015-05-10 10:56:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Script
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -15,73 +15,66 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Test-Script
+Version:1.09
+Release:0
 %define cpan_name Test-Script
 Summary:Basic cross-platform tests for scripts
-Version:1.07
-Release:9
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Script/
-#Source: 
http://www.cpan.org/modules/by-module/Test/Test-Script-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Spec) = 0.80
 BuildRequires:  perl(IPC::Run3) = 0.034
 BuildRequires:  perl(Probe::Perl) = 0.01
-BuildRequires:  perl(Test::More) = 0.62
-BuildRequires:  perl(Test::Builder) = 0.32
-BuildRequires:  perl(Test::Builder::Tester) = 1.02
-#
-Requires:   perl(File::Spec) = 0.80
+BuildRequires:  perl(Test::More) = 0.94
+BuildRequires:  perl(Test::Tester)
 Requires:   perl(IPC::Run3) = 0.034
 Requires:   perl(Probe::Perl) = 0.01
+Requires:   perl(Test::More) = 0.94
+%{perl_requires}
 
 %description
 The intent of this module is to provide a series of basic tests for 80% of
-the testing you will need to do for scripts in the script (or bin as is
+the testing you will need to do for scripts in the _script_ (or _bin_ as is
 also commonly used) paths of your Perl distribution.
 
-Author:

- Adam Kennedy ad...@cpan.org
+Further, it aims to provide this functionality with perfect
+platform-compatibility, and in a way that is as unobtrusive as possible.
+
+That is, if the program works on a platform, then *Test::Script* should
+always work on that platform as well. Anything less than 100% is considered
+unacceptable.
+
+In doing so, it is hoped that *Test::Script* can become a module that you
+can safely make a dependency of all your modules, without risking that your
+module won't on some platform because of the dependency.
+
+Where a clash exists 

commit perl-Test-Script for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2011-12-06 18:48:34

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


Package is perl-Test-Script, Maintainer is 

Changes:




Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.ecybdy/_old  2011-12-06 19:20:53.0 +0100
+++ /var/tmp/diff_new_pack.ecybdy/_new  2011-12-06 19:20:53.0 +0100
@@ -23,7 +23,7 @@
 Summary:Basic cross-platform tests for scripts
 Version:1.07
 Release:9
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Script/
 #Source: 
http://www.cpan.org/modules/by-module/Test/Test-Script-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Test-Script for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2011-11-21 12:48:04

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


Package is perl-Test-Script, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes
2011-09-23 12:39:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Script.new/perl-Test-Script.changes   
2011-11-21 12:48:05.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:09:38 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Test-Script-1.07.tar.bz2

New:

  Test-Script-1.07.tar.gz



Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.6yZdtv/_old  2011-11-21 12:48:07.0 +0100
+++ /var/tmp/diff_new_pack.6yZdtv/_new  2011-11-21 12:48:07.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Test-Script (Version 1.07)
+# spec file for package perl-Test-Script
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Script/
 #Source: 
http://www.cpan.org/modules/by-module/Test/Test-Script-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org