commit perl-Test-FailWarnings for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-FailWarnings for 
openSUSE:Factory checked in at 2013-10-06 14:56:12

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


Package is "perl-Test-FailWarnings"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-FailWarnings/perl-Test-FailWarnings.changes
2013-09-27 17:57:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-FailWarnings.new/perl-Test-FailWarnings.changes
   2013-10-06 14:56:13.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct  4 09:15:17 UTC 2013 - co...@suse.com
+
+- updated to 0.008
+[FIXES]
+- Compile test could hang on Windows
+
+[PREREQS]
+- Dropped configure_requires for ExtUtils::MakeMaker to 6.17
+
+---

Old:

  Test-FailWarnings-0.007.tar.gz

New:

  Test-FailWarnings-0.008.tar.gz



Other differences:
--
++ perl-Test-FailWarnings.spec ++
--- /var/tmp/diff_new_pack.lLkR5A/_old  2013-10-06 14:56:14.0 +0200
+++ /var/tmp/diff_new_pack.lLkR5A/_new  2013-10-06 14:56:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-FailWarnings
-Version:0.007
+Version:0.008
 Release:0
 %define cpan_name Test-FailWarnings
 Summary:Add test failures if warnings are caught
@@ -31,13 +31,17 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Capture::Tiny) >= 0.12
 BuildRequires:  perl(Test::More) >= 0.96
+#BuildRequires: perl(Noisy)
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::FailWarnings)
+#BuildRequires: perl(Test::Spelling) >= 0.12
 Requires:   perl(Test::More) >= 0.86
 %{perl_requires}
 
 %description
 This module hooks '$SIG{__WARN__}' and converts warnings to the Test::More
-manpage's 'fail()' calls. It is designed to be used with 'done_testing',
-when you don't need to know the test count in advance.
+manpage 'fail()' calls. It is designed to be used with 'done_testing', when
+you don't need to know the test count in advance.
 
 Just as with the Test::NoWarnings manpage, this does not catch warnings if
 other things localize '$SIG{__WARN__}', as this is designed to catch
@@ -60,6 +64,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE perlcritic.rc README tidyall.ini
+%doc Changes CONTRIBUTING cpanfile LICENSE perlcritic.rc README tidyall.ini
 
 %changelog

++ Test-FailWarnings-0.007.tar.gz -> Test-FailWarnings-0.008.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-FailWarnings-0.007/CONTRIBUTING 
new/Test-FailWarnings-0.008/CONTRIBUTING
--- old/Test-FailWarnings-0.007/CONTRIBUTING2013-08-30 15:53:50.0 
+0200
+++ new/Test-FailWarnings-0.008/CONTRIBUTING2013-09-25 20:08:51.0 
+0200
@@ -1,4 +1,4 @@
-CONTRIBUTING
+## HOW TO CONTRIBUTE
 
 Thank you for considering contributing to this distribution.  This file
 contains instructions that will help you work with the source code.
@@ -7,44 +7,64 @@
 usual files you might expect are not in the repository, but are generated
 at release time (e.g. Makefile.PL).
 
-However, you can run tests directly using the 'prove' tool:
+### Getting dependencies
 
-  $ prove -l
-  $ prove -lv t/some_test_file.t
+See the included `cpanfile` file for a list of dependencies.  If you have
+App::cpanminus 1.6 or later installed, you can use `cpanm` to satisfy
+dependencies like this:
 
-For most distributions, 'prove' is entirely sufficent for you to test any
+$ cpanm --installdeps .
+
+Otherwise, you can install Module::CPANfile 1.0002 or later and then satisfy
+dependencies with the regular `cpan` client and `cpanfile-dump`:
+
+$ cpan `cpanfile-dump`
+
+### Running tests
+
+You can run tests directly using the `prove` tool:
+
+$ prove -l
+$ prove -lv t/some_test_file.t
+
+For most distributions, `prove` is entirely sufficent for you to test any
 patches you have.
 
-You may need to satisfy some dependencies.  See the included META.json
-file for a list.  If you install App::mymeta_requires from CPAN, it's easy
-to satisfy any that you are missing by piping the output to your favorite
-CPAN client:
+### Code style and tidying
+
+Please try to match any existing coding style.  If there is a `.perltidyrc`
+file, please install Perl::Tidy and use perltidy before submitting patches.
+
+If there is a `tidyall.ini` file, you can also install Code::TidyAll and run
+`tidyall` on a file or `tidyall -a` to tidy all files.
 
-  $ mymeta-requires | cpanm
-  $ cpan `mymeta-requires`
+### Patching documentation
 
-Likewise, much of the documentation Pod is generated a

commit perl-Test-FailWarnings for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-FailWarnings for 
openSUSE:Factory checked in at 2013-09-27 17:57:02

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


Package is "perl-Test-FailWarnings"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-FailWarnings/perl-Test-FailWarnings.changes
2013-08-27 21:04:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-FailWarnings.new/perl-Test-FailWarnings.changes
   2013-09-27 17:57:04.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep  2 11:12:09 UTC 2013 - joschibrauc...@gmx.de
+
+- Update to version 0.007
+  * In some situations, the source of a local warning can have an
+  absolute filename and would not be reported if ALLOW_DEPS were true.
+  Now absolute filenames are made relative to the original cwd before
+  checking if they are local or not.
+  * Fixed synopsis to match new failing test label
+
+---

Old:

  Test-FailWarnings-0.006.tar.gz

New:

  Test-FailWarnings-0.007.tar.gz



Other differences:
--
++ perl-Test-FailWarnings.spec ++
--- /var/tmp/diff_new_pack.eBr5c3/_old  2013-09-27 17:57:04.0 +0200
+++ /var/tmp/diff_new_pack.eBr5c3/_new  2013-09-27 17:57:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-FailWarnings
-Version:0.006
+Version:0.007
 Release:0
 %define cpan_name Test-FailWarnings
 Summary:Add test failures if warnings are caught

++ Test-FailWarnings-0.006.tar.gz -> Test-FailWarnings-0.007.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-FailWarnings-0.006/Changes 
new/Test-FailWarnings-0.007/Changes
--- old/Test-FailWarnings-0.006/Changes 2013-08-22 16:41:14.0 +0200
+++ new/Test-FailWarnings-0.007/Changes 2013-08-30 15:53:50.0 +0200
@@ -1,5 +1,18 @@
 Revision history for Test-FailWarnings
 
+0.007 2013-08-30 09:53:47 America/New_York
+
+[FIXED]
+
+- In some situations, the source of a local warning can have an
+  absolute filename and would not be reported if ALLOW_DEPS were true.
+  Now absolute filenames are made relative to the original cwd before
+  checking if they are local or not.
+
+[DOCUMENTED]
+
+- Fixed synopsis to match new failing test label
+
 0.006 2013-08-22 10:41:11 America/New_York
 
 [CHANGED]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-FailWarnings-0.006/META.json 
new/Test-FailWarnings-0.007/META.json
--- old/Test-FailWarnings-0.006/META.json   2013-08-22 16:41:14.0 
+0200
+++ new/Test-FailWarnings-0.007/META.json   2013-08-30 15:53:50.0 
+0200
@@ -4,7 +4,7 @@
   "David Golden "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300035, CPAN::Meta::Converter 
version 2.132140",
+   "generated_by" : "Dist::Zilla version 4.300037, CPAN::Meta::Converter 
version 2.132140",
"license" : [
   "apache_2_0"
],
@@ -41,6 +41,8 @@
   "runtime" : {
  "requires" : {
 "Carp" : "0",
+"Cwd" : "0",
+"File::Spec" : "0",
 "Test::More" : "0.86",
 "perl" : "5.008001",
 "strict" : "0",
@@ -51,11 +53,13 @@
  "requires" : {
 "Capture::Tiny" : "0.12",
 "ExtUtils::MakeMaker" : "0",
+"File::Spec" : "0",
 "File::Spec::Functions" : "0",
 "File::Temp" : "0",
+"IO::Handle" : "0",
+"IPC::Open3" : "0",
 "List::Util" : "0",
 "Test::More" : "0.96",
-"blib" : "0",
 "constant" : "0",
 "lib" : "0"
  }
@@ -64,7 +68,7 @@
"provides" : {
   "Test::FailWarnings" : {
  "file" : "lib/Test/FailWarnings.pm",
- "version" : "0.006"
+ "version" : "0.007"
   }
},
"release_status" : "stable",
@@ -79,7 +83,7 @@
  "web" : "https://github.com/dagolden/test-failwarnings";
   }
},
-   "version" : "0.006",
+   "version" : "0.007",
"x_authority" : "cpan:DAGOLDEN"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-FailWarnings-0.006/META.yml 
new/Test-FailWarnings-0.007/META.yml
--- old/Test-FailWarnings-0.006/META.yml2013-08-22 16:41:14.0 
+0200
+++ new/Test-FailWarnings-0.007/META.yml2013-08-30 15:53:50.0 
+0200
@@ -5,17 +5,19 @@
 build_requires:
   Capture::Tiny: 0.12
   ExtUtils::MakeMaker: 0
+  File::Spec: 0
   File::Spec::Functions: 0
   File::T

commit perl-Test-FailWarnings for openSUSE:Factory

2013-08-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-FailWarnings for 
openSUSE:Factory checked in at 2013-08-27 21:04:25

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


Package is "perl-Test-FailWarnings"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-FailWarnings/perl-Test-FailWarnings.changes
2013-08-01 16:00:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-FailWarnings.new/perl-Test-FailWarnings.changes
   2013-08-27 21:04:26.0 +0200
@@ -2 +2,6 @@
-Wed Jul 17 12:59:05 UTC 2013 - lnt-sysad...@lists.lrz.de
+Tue Aug 27 11:09:18 UTC 2013 - joschibrauc...@gmx.de 
+
+- Update to version 0.006 
+
+---
+Wed Jul 17 12:59:05 UTC 2013 - joschibrauc...@gmx.de

Old:

  Test-FailWarnings-0.005.tar.gz

New:

  Test-FailWarnings-0.006.tar.gz



Other differences:
--
++ perl-Test-FailWarnings.spec ++
--- /var/tmp/diff_new_pack.wUHx06/_old  2013-08-27 21:04:27.0 +0200
+++ /var/tmp/diff_new_pack.wUHx06/_new  2013-08-27 21:04:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-FailWarnings
-Version:0.005
+Version:0.006
 Release:0
 %define cpan_name Test-FailWarnings
 Summary:Add test failures if warnings are caught
@@ -31,8 +31,6 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Capture::Tiny) >= 0.12
 BuildRequires:  perl(Test::More) >= 0.96
-#BuildRequires: perl(Noisy)
-#BuildRequires: perl(Test::FailWarnings)
 Requires:   perl(Test::More) >= 0.86
 %{perl_requires}
 

++ Test-FailWarnings-0.005.tar.gz -> Test-FailWarnings-0.006.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-FailWarnings-0.005/Changes 
new/Test-FailWarnings-0.006/Changes
--- old/Test-FailWarnings-0.005/Changes 2013-05-03 20:03:31.0 +0200
+++ new/Test-FailWarnings-0.006/Changes 2013-08-22 16:41:14.0 +0200
@@ -1,5 +1,11 @@
 Revision history for Test-FailWarnings
 
+0.006 2013-08-22 10:41:11 America/New_York
+
+[CHANGED]
+
+- The label of the failing test has been revised for clarity
+
 0.005 2013-05-03 14:03:28 America/New_York
 
 [DOCUMENTED]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-FailWarnings-0.005/META.json 
new/Test-FailWarnings-0.006/META.json
--- old/Test-FailWarnings-0.005/META.json   2013-05-03 20:03:31.0 
+0200
+++ new/Test-FailWarnings-0.006/META.json   2013-08-22 16:41:14.0 
+0200
@@ -4,7 +4,7 @@
   "David Golden "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter 
version 2.130880",
+   "generated_by" : "Dist::Zilla version 4.300035, CPAN::Meta::Converter 
version 2.132140",
"license" : [
   "apache_2_0"
],
@@ -51,19 +51,20 @@
  "requires" : {
 "Capture::Tiny" : "0.12",
 "ExtUtils::MakeMaker" : "0",
-"File::Find" : "0",
 "File::Spec::Functions" : "0",
 "File::Temp" : "0",
 "List::Util" : "0",
 "Test::More" : "0.96",
-"constant" : "0"
+"blib" : "0",
+"constant" : "0",
+"lib" : "0"
  }
   }
},
"provides" : {
   "Test::FailWarnings" : {
  "file" : "lib/Test/FailWarnings.pm",
- "version" : "0.005"
+ "version" : "0.006"
   }
},
"release_status" : "stable",
@@ -78,6 +79,7 @@
  "web" : "https://github.com/dagolden/test-failwarnings";
   }
},
-   "version" : "0.005"
+   "version" : "0.006",
+   "x_authority" : "cpan:DAGOLDEN"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-FailWarnings-0.005/META.yml 
new/Test-FailWarnings-0.006/META.yml
--- old/Test-FailWarnings-0.005/META.yml2013-05-03 20:03:31.0 
+0200
+++ new/Test-FailWarnings-0.006/META.yml2013-08-22 16:41:14.0 
+0200
@@ -5,16 +5,17 @@
 build_requires:
   Capture::Tiny: 0.12
   ExtUtils::MakeMaker: 0
-  File::Find: 0
   File::Spec::Functions: 0
   File::Temp: 0
   List::Util: 0
   Test::More: 0.96
+  blib: 0
   constant: 0
+  lib: 0
 configure_requires:
   ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300034, CPAN::Meta::Converter version 
2.130880'
+generated_by: 'Dist::Zilla version 4.300035, CPAN::Meta::Converter version 
2.132140'
 license: apache
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -31,7 +32,7 @@
 provides:
   Test::FailWarnings:
 file

commit perl-Test-FailWarnings for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-FailWarnings for 
openSUSE:Factory checked in at 2013-08-01 16:00:42

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


Package is "perl-Test-FailWarnings"

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-FailWarnings.new/perl-Test-FailWarnings.changes
   2013-08-01 16:00:43.0 +0200
@@ -0,0 +1,6 @@
+---
+Wed Jul 17 12:59:05 UTC 2013 - lnt-sysad...@lists.lrz.de
+
+- Update to version 0.005
+- Specified version of build requirement Capture::Tiny
+

New:

  Test-FailWarnings-0.005.tar.gz
  perl-Test-FailWarnings.changes
  perl-Test-FailWarnings.spec



Other differences:
--
++ perl-Test-FailWarnings.spec ++
#
# spec file for package perl-Test-FailWarnings
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:   perl-Test-FailWarnings
Version:0.005
Release:0
%define cpan_name Test-FailWarnings
Summary:Add test failures if warnings are caught
License:Apache-2.0
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Test-FailWarnings/
Source: 
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Capture::Tiny) >= 0.12
BuildRequires:  perl(Test::More) >= 0.96
#BuildRequires: perl(Noisy)
#BuildRequires: perl(Test::FailWarnings)
Requires:   perl(Test::More) >= 0.86
%{perl_requires}

%description
This module hooks '$SIG{__WARN__}' and converts warnings to the Test::More
manpage's 'fail()' calls. It is designed to be used with 'done_testing',
when you don't need to know the test count in advance.

Just as with the Test::NoWarnings manpage, this does not catch warnings if
other things localize '$SIG{__WARN__}', as this is designed to catch
_unhandled_ warnings.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING LICENSE perlcritic.rc README tidyall.ini

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