commit perl-Config-Std for openSUSE:Factory

2017-10-09 Thread root
Hello community,

here is the log from the commit of package perl-Config-Std for openSUSE:Factory 
checked in at 2017-10-09 19:45:45

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


Package is "perl-Config-Std"

Mon Oct  9 19:45:45 2017 rev:8 rq:532530 version:0.903

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Std/perl-Config-Std.changes  
2013-10-06 14:53:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Config-Std.new/perl-Config-Std.changes 
2017-10-09 19:48:05.275935219 +0200
@@ -1,0 +2,14 @@
+Sun Oct  8 08:03:13 UTC 2017 - co...@suse.com
+
+- updated to 0.903
+   see /usr/share/doc/packages/perl-Config-Std/Changes
+
+  0.903 Fri Oct 6, 2017
+ -  general Kwallitee cleanup
+ -  warnings cleanup
+ -  limitations noted re sequential tests only and repeated re-reading.
+  
+  0.902 Thu Oct 5, 2017
+  - Fix test for RT 114342  (Literal '{' in RE fatal in 5.25+)
+
+---

Old:

  Config-Std-0.901.tar.gz

New:

  Config-Std-0.903.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Config-Std.spec ++
--- /var/tmp/diff_new_pack.slP9jR/_old  2017-10-09 19:48:06.015902696 +0200
+++ /var/tmp/diff_new_pack.slP9jR/_new  2017-10-09 19:48:06.019902521 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-Std
 #
-# Copyright (c) 2013 SUSE LINUX Products 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,22 +17,23 @@
 
 
 Name:   perl-Config-Std
-Version:0.901
+Version:0.903
 Release:0
 %define cpan_name Config-Std
 Summary:Load and save configuration files in a standard format
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-Std/
-Source: 
http://www.cpan.org/authors/id/B/BR/BRICKER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/B/BR/BRICKER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Std)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(TAP::Harness) >= 3.31
 BuildRequires:  perl(version)
-#BuildRequires: perl(Config::Std)
 Requires:   perl(Class::Std)
 Requires:   perl(version)
 %{perl_requires}
@@ -71,6 +72,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ Config-Std-0.901.tar.gz -> Config-Std-0.903.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Std-0.901/Build.PL 
new/Config-Std-0.903/Build.PL
--- old/Config-Std-0.901/Build.PL   2011-04-13 03:13:21.0 +0200
+++ new/Config-Std-0.903/Build.PL   2017-10-07 00:57:52.0 +0200
@@ -1,3 +1,4 @@
+use 5.007_003;
 use strict;
 use warnings;
 use Module::Build '0.19';
@@ -16,15 +17,28 @@
 'Test::More' => 0,
 'Class::Std' => 0,
 'version'=> 0,
-   'perl'   => '5.7.3',
+'perl'   => '5.7.3',
 
 },
+
 recommends => {
-   'Test::Pod' => 0,
-   'Test::Distribution' => 0,
+ 'Test::Pod' => 0,
+ 'Test::Distribution' => 0,
+},
+
+meta_merge => {
+resources => {
+repository => 'https://github.com/n1vux/Config-Std-Perl',
+}
 },
 add_to_cleanup  => [ 'Config-Std-*' ],
 create_makefile_pl => 'traditional', # Module::Build::Compat
+use_tap_harness=> 1,
+tap_harness_args   => {
+jobs => 1, # Config file tests are setup & sequenced
+# default rulesfile=t/testrules.yml has belt and suspenders
+  }
+
 );
 
 $builder->create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Std-0.901/Changes new/Config-Std-0.903/Changes
--- old/Config-Std-0.901/Changes2013-09-11 01:26:52.0 +0200
+++ new/Config-Std-0.903/Changes2017-10-07 04:05:15.0 +0200
@@ -1,8 +1,16 @@
 Revision history for Config-Std
 
+0.903 Fri Oct 6, 2017
+   -  general Kwallitee cleanup
+   -  warnings cleanup
+   -  limitations noted re sequential tests only and repeated re-reading.
+
+0.902 Thu Oct 5, 2017
+- Fix test for RT 114342  (Literal '{' in RE fatal in 5.25+)
+
 0.901  Tue Sep 10, 2013
 - 

commit perl-Config-Std for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Std for openSUSE:Factory 
checked in at 2013-10-06 14:53:15

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


Package is perl-Config-Std

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Std/perl-Config-Std.changes  
2013-06-25 06:59:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Config-Std.new/perl-Config-Std.changes 
2013-10-06 14:53:16.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 09:11:15 UTC 2013 - co...@suse.com
+
+- updated to 0.901
+- Copyright, added co-maintainers
+* RT 85956 - 5.18 Hash ordering randomization hit the tests.
+  Thanks to Gregor on Debian for report and Zefram for patch.
+
+---

Old:

  Config-Std-0.900.tar.gz

New:

  Config-Std-0.901.tar.gz



Other differences:
--
++ perl-Config-Std.spec ++
--- /var/tmp/diff_new_pack.wvGvOY/_old  2013-10-06 14:53:17.0 +0200
+++ /var/tmp/diff_new_pack.wvGvOY/_new  2013-10-06 14:53:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Config-Std
-Version:0.900
+Version:0.901
 Release:0
 %define cpan_name Config-Std
 Summary:Load and save configuration files in a standard format
@@ -29,16 +29,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Class::Std)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(version)
-#
-BuildRequires:  perl(Class::Std)
+#BuildRequires: perl(Config::Std)
 Requires:   perl(Class::Std)
-%if 0%{?suse_version}  1010
-Recommends: perl(Test::Distribution)
-Recommends: perl(Test::Pod)
-%endif
+Requires:   perl(version)
 %{perl_requires}
 
 %description
@@ -67,16 +63,12 @@
 ./Build build flags=%{?_smp_mflags}
 
 %check
-# MANUAL test suite breaks with hash randomization in perl 5.18
-#./Build test
+./Build test
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes LICENSE README

++ Config-Std-0.900.tar.gz - Config-Std-0.901.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Std-0.900/Changes new/Config-Std-0.901/Changes
--- old/Config-Std-0.900/Changes2011-04-13 03:16:53.0 +0200
+++ new/Config-Std-0.901/Changes2013-09-11 01:26:52.0 +0200
@@ -1,6 +1,11 @@
 Revision history for Config-Std
 
-0.900  Tue Apr 12 20:41:04 2011
+0.901  Tue Sep 10, 2013
+- Copyright, added co-maintainers
+* RT 85956 - 5.18 Hash ordering randomization hit the tests.
+  Thanks to Gregor on Debian for report and Zefram for patch.
+
+0.900   Tue Apr 12 20:41:04 2011
 - Change of Maintainers.
 - Reordered Changes to latest first.
 - Module::Build::Compat creating Makefile.PL traditional
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Std-0.900/MANIFEST 
new/Config-Std-0.901/MANIFEST
--- old/Config-Std-0.900/MANIFEST   2011-04-13 03:16:53.0 +0200
+++ new/Config-Std-0.901/MANIFEST   2013-09-11 01:54:12.0 +0200
@@ -17,3 +17,4 @@
 t/comments.t
 t/undef.t
 LICENSE
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Std-0.900/META.json 
new/Config-Std-0.901/META.json
--- old/Config-Std-0.900/META.json  1970-01-01 01:00:00.0 +0100
+++ new/Config-Std-0.901/META.json  2013-09-11 01:54:11.0 +0200
@@ -0,0 +1,43 @@
+{
+   abstract : unknown,
+   author : [
+  unknown
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921,
+   license : [
+  unknown
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : Config-Std,
+   no_index : {
+  directory : [
+ t,
+ inc
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  runtime : {
+ requires : {
+Class::Std : 0,
+Test::More : 0,
+version : 0
+ }
+  }
+   },
+   release_status : stable,
+   version : 0.901
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit perl-Config-Std for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Std for openSUSE:Factory 
checked in at 2013-06-25 06:59:26

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


Package is perl-Config-Std

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Std/perl-Config-Std.changes  
2011-12-21 17:00:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Config-Std.new/perl-Config-Std.changes 
2013-06-25 06:59:27.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 21 08:52:22 UTC 2013 - co...@suse.com
+
+- disable test suite because the tests are broken with perl 5.18,
+  not the code itself (as far as I can say)
+
+---



Other differences:
--
++ perl-Config-Std.spec ++
--- /var/tmp/diff_new_pack.m3MrnQ/_old  2013-06-25 06:59:28.0 +0200
+++ /var/tmp/diff_new_pack.m3MrnQ/_new  2013-06-25 06:59:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-Std
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -67,7 +67,8 @@
 ./Build build flags=%{?_smp_mflags}
 
 %check
-./Build test
+# MANUAL test suite breaks with hash randomization in perl 5.18
+#./Build test
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0

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