commit perl-Test-Warn for openSUSE:Factory

2018-07-04 Thread root
Hello community,

here is the log from the commit of package perl-Test-Warn for openSUSE:Factory 
checked in at 2018-07-04 23:52:34

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


Package is "perl-Test-Warn"

Wed Jul  4 23:52:34 2018 rev:27 rq:619557 version:0.36

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Warn/perl-Test-Warn.changes
2018-06-18 13:50:26.212908890 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Warn.new/perl-Test-Warn.changes   
2018-07-04 23:53:36.707992718 +0200
@@ -1,0 +2,9 @@
+Sun Jun 24 06:08:42 UTC 2018 - co...@suse.com
+
+- updated to 0.36
+   see /usr/share/doc/packages/perl-Test-Warn/Changes
+
+  0.36  2018-06-23
+  - Added provide section to META.yml via changing Makefile.PL
+
+---

Old:

  Test-Warn-0.35.tar.gz

New:

  Test-Warn-0.36.tar.gz



Other differences:
--
++ perl-Test-Warn.spec ++
--- /var/tmp/diff_new_pack.OD88pS/_old  2018-07-04 23:53:37.103992281 +0200
+++ /var/tmp/diff_new_pack.OD88pS/_new  2018-07-04 23:53:37.103992281 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Warn
-Version:0.35
+Version:0.36
 Release:0
 %define cpan_name Test-Warn
 Summary:Perl extension to test methods for warnings

++ Test-Warn-0.35.tar.gz -> Test-Warn-0.36.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.35/Changes new/Test-Warn-0.36/Changes
--- old/Test-Warn-0.35/Changes  2018-06-13 09:49:33.0 +0200
+++ new/Test-Warn-0.36/Changes  2018-06-23 12:00:45.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Test::Warn.
 
+0.36  2018-06-23
+- Added provide section to META.yml via changing Makefile.PL
+
 0.35  2018-06-13
 Merged several Pull Requests:
 - README clean-up: Assign Copyright to current author
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.35/META.json new/Test-Warn-0.36/META.json
--- old/Test-Warn-0.35/META.json2018-06-13 09:49:57.0 +0200
+++ new/Test-Warn-0.36/META.json2018-06-23 12:04:28.0 +0200
@@ -50,6 +50,12 @@
  }
   }
},
+   "provides" : {
+  "Test::Warn" : {
+ "file" : "Warn.pm",
+ "version" : "0.36"
+  }
+   },
"release_status" : "stable",
"resources" : {
   "repository" : {
@@ -58,6 +64,6 @@
  "web" : "https://github.com/hanfried/test-warn;
   }
},
-   "version" : "0.35",
+   "version" : "0.36",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.35/META.yml new/Test-Warn-0.36/META.yml
--- old/Test-Warn-0.35/META.yml 2018-06-13 09:49:57.0 +0200
+++ new/Test-Warn-0.36/META.yml 2018-06-23 12:04:28.0 +0200
@@ -22,6 +22,10 @@
   directory:
 - t
 - inc
+provides:
+  Test::Warn:
+file: Warn.pm
+version: '0.36'
 requires:
   Carp: '1.22'
   Sub::Uplevel: '0.12'
@@ -30,5 +34,5 @@
   perl: '5.006'
 resources:
   repository: git://github.com/hanfried/test-warn.git
-version: '0.35'
+version: '0.36'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.35/Makefile.PL 
new/Test-Warn-0.36/Makefile.PL
--- old/Test-Warn-0.35/Makefile.PL  2018-05-29 10:46:13.0 +0200
+++ new/Test-Warn-0.36/Makefile.PL  2018-06-23 11:59:13.0 +0200
@@ -34,6 +34,14 @@
 },
   keywords => ['testing', 'warnings'],
 },
+META_ADD => {
+provides => {
+'Test::Warn' => {
+file => 'Warn.pm',
+version => '0.36',
+},
+},
+},
 PL_FILES => {},
 $^O =~/win/i ? (
 dist => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.35/README new/Test-Warn-0.36/README
--- old/Test-Warn-0.35/README   2018-06-13 09:43:51.0 +0200
+++ new/Test-Warn-0.36/README   2018-06-23 12:00:03.0 +0200
@@ -1,4 +1,4 @@
-Test/Warn version 0.35
+Test/Warn version 0.36
 ==
 
 INSTALLATION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.35/Warn.pm new/Test-Warn-0.36/Warn.pm
--- old/Test-Warn-0.35/Warn.pm  2018-06-13 09:43:33.0 +0200
+++ new/Test-Warn-0.36/Warn.pm  2018-06-23 11:59:48.0 +0200
@@ -282,7 +282,7 @@
 
 use Sub::Uplevel 0.12;
 
-our $VERSION = '0.35';
+our 

commit perl-Test-Warn for openSUSE:Factory

2018-06-18 Thread root
Hello community,

here is the log from the commit of package perl-Test-Warn for openSUSE:Factory 
checked in at 2018-06-18 13:50:23

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


Package is "perl-Test-Warn"

Mon Jun 18 13:50:23 2018 rev:26 rq:617442 version:0.35

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Warn/perl-Test-Warn.changes
2017-01-15 11:11:34.685643528 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Warn.new/perl-Test-Warn.changes   
2018-06-18 13:50:26.212908890 +0200
@@ -1,0 +2,42 @@
+Fri Jun 15 06:05:43 UTC 2018 - co...@suse.com
+
+- updated to 0.35
+   see /usr/share/doc/packages/perl-Test-Warn/Changes
+
+  0.35  2018-06-13
+  Merged several Pull Requests:
+  - README clean-up: Assign Copyright to current author
+https://github.com/hanfried/test-warn/pull/6
+thx to Andrew Grangaard (spazm)
+  - Pod cleanup
+https://github.com/hanfried/test-warn/pull/5
+thx to Andrew Grangaar (spazm) and Gabor Szabo (szabgab)
+  - add missing comma
+https://github.com/hanfried/test-warn/pull/4
+thx to Desmond Daignault (nawglan)
+  - Nawglan/update meta yml
+https://github.com/hanfried/test-warn/pull/3
+thx to Desmond Daignault (nawglan) and Karen Etheridge 
(karenetheridge)
+  - create META.json so that perl Makefile.PL stops complaining
+https://github.com/hanfried/test-warn/pull/2
+thx to Desmond Daignault (nawglan) and Karen Etheridge 
(karenetheridge)
+
+---
+Sun Jun 10 06:09:13 UTC 2018 - co...@suse.com
+
+- updated to 0.34
+   see /usr/share/doc/packages/perl-Test-Warn/Changes
+
+  0.34  2018-05-31
+  - Added a note that XS warnings might not be caught
+
https://rt.cpan.org/Ticket/Display.html?id=42070=3c71d1b101a730e185691657f3b02f21
+https://github.com/hanfried/test-warn/issues/1
+  - Removed TODO section
+  - Updated Copyright section
+  
+  0.33  2018-05-29
+  - Patch from Era Eriksson to clean up some manpage language
+Bug-Debian: #322351
+https://rt.cpan.org/Ticket/Display.html?id=49519
+
+---

Old:

  Test-Warn-0.32.tar.gz

New:

  Test-Warn-0.35.tar.gz



Other differences:
--
++ perl-Test-Warn.spec ++
--- /var/tmp/diff_new_pack.bcfrDx/_old  2018-06-18 13:50:27.636856257 +0200
+++ /var/tmp/diff_new_pack.bcfrDx/_new  2018-06-18 13:50:27.636856257 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Warn
 #
-# Copyright (c) 2016 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,14 +17,14 @@
 
 
 Name:   perl-Test-Warn
-Version:0.32
+Version:0.35
 Release:0
 %define cpan_name Test-Warn
 Summary:Perl extension to test methods for warnings
-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-Warn/
-Source0:
http://www.cpan.org/authors/id/B/BI/BIGJ/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/B/BI/BIGJ/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,8 +40,8 @@
 A good style of Perl programming calls for a lot of diverse regression
 tests.
 
-This module provides a few convenience methods for testing warning based
-code.
+This module provides a few convenience methods for testing warning
+based-code.
 
 If you are not already familiar with the Test::More manpage now would be
 the time to go take a look.

++ Test-Warn-0.32.tar.gz -> Test-Warn-0.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.32/Changes new/Test-Warn-0.35/Changes
--- old/Test-Warn-0.32/Changes  2016-12-23 15:13:50.0 +0100
+++ new/Test-Warn-0.35/Changes  2018-06-13 09:49:33.0 +0200
@@ -1,5 +1,35 @@
 Revision history for Perl extension Test::Warn.
 
+0.35  2018-06-13
+Merged several Pull Requests:
+- README clean-up: Assign Copyright to current author
+  https://github.com/hanfried/test-warn/pull/6
+  thx to Andrew Grangaard (spazm)
+- Pod cleanup
+  

commit perl-Test-Warn for openSUSE:Factory

2015-02-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Warn for openSUSE:Factory 
checked in at 2015-02-08 11:42:53

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


Package is perl-Test-Warn

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Warn/perl-Test-Warn.changes
2012-05-31 17:08:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Warn.new/perl-Test-Warn.changes   
2015-02-08 11:42:54.0 +0100
@@ -1,0 +2,10 @@
+Thu Dec  4 15:51:41 UTC 2014 - ncut...@suse.com
+
+- updated to 0.30
+   - important note in documentation how check for warning category is done
+ If you use Test::Warn with categories, you should check that it does
+ what you expect.
+   - Category tree is now dynamic and does not use Tree::DAG_Node (Graham Knop)
+- regenerated spec file
+
+---

Old:

  Test-Warn-0.24.tar.gz

New:

  Test-Warn-0.30.tar.gz



Other differences:
--
++ perl-Test-Warn.spec ++
--- /var/tmp/diff_new_pack.bru8uW/_old  2015-02-08 11:42:55.0 +0100
+++ /var/tmp/diff_new_pack.bru8uW/_new  2015-02-08 11:42:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Warn
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,25 +17,22 @@
 
 
 Name:   perl-Test-Warn
-Version:0.24
+Version:0.30
 Release:0
 %define cpan_name Test-Warn
 Summary:Perl extension to test methods for warnings
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Warn/
-Source: 
http://www.cpan.org/authors/id/C/CH/CHORNY/%{cpan_name}-%{version}.tar.gz
+Source: Test-Warn-0.30.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp) = 1.22
 BuildRequires:  perl(Sub::Uplevel) = 0.12
-BuildRequires:  perl(Tree::DAG_Node) = 1.02
-#BuildRequires: perl(Test::Warn)
 Requires:   perl(Carp) = 1.22
 Requires:   perl(Sub::Uplevel) = 0.12
-Requires:   perl(Tree::DAG_Node) = 1.02
 %{perl_requires}
 
 %description

++ Test-Warn-0.24.tar.gz - Test-Warn-0.30.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.24/Changes new/Test-Warn-0.30/Changes
--- old/Test-Warn-0.24/Changes  2012-04-01 02:11:31.0 +0200
+++ new/Test-Warn-0.30/Changes  2014-03-05 19:33:58.0 +0100
@@ -1,5 +1,11 @@
 Revision history for Perl extension Test::Warn.
 
+0.30  2014-03-05
+- important note in documentation how check for warning category is 
done
+  If you use Test::Warn with categories, you should check that it does
+  what you expect.
+- Category tree is now dynamic and does not use Tree::DAG_Node (Graham 
Knop)
+
 0.24=0.23_01   2012-04-01
 0.23_01  2012-02-25
 - compatibility with Carp 1.25 (RURBAN)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.24/MANIFEST new/Test-Warn-0.30/MANIFEST
--- old/Test-Warn-0.24/MANIFEST 2012-02-24 23:26:48.0 +0100
+++ new/Test-Warn-0.30/MANIFEST 2014-02-28 17:29:26.0 +0100
@@ -11,6 +11,5 @@
 t/warnings_exist.t
 t/warnings_exist1.pl
 t/carped.t
-t/pod.t
 META.yml Module meta-data (added by MakeMaker)
 META.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Warn-0.24/META.json new/Test-Warn-0.30/META.json
--- old/Test-Warn-0.24/META.json2012-04-01 02:12:27.0 +0200
+++ new/Test-Warn-0.30/META.json2014-03-05 19:34:58.0 +0100
@@ -4,7 +4,7 @@
   Alexandr Ciornii alexcho...@gmail.com
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112150,
+   generated_by : ExtUtils::MakeMaker version 6.78, CPAN::Meta::Converter 
version 2.131490,
keywords : [
   testing,
   warnings
@@ -26,13 +26,13 @@
prereqs : {
   build : {
  requires : {
-File::Spec : 0,
-Test::More : 0
+File::Spec : 0,
+Test::More : 0
  }
   },
   configure : {
  requires : {
-ExtUtils::MakeMaker : 0
+ExtUtils::MakeMaker : 0
  }
   },
 

commit perl-Test-Warn for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

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

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


Package is perl-Test-Warn, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ perl-Test-Warn.spec ++
--- /var/tmp/diff_new_pack.AvppVz/_old  2011-12-06 19:21:18.0 +0100
+++ /var/tmp/diff_new_pack.AvppVz/_new  2011-12-06 19:21:18.0 +0100
@@ -23,7 +23,7 @@
 Summary:Perl extension to test methods for warnings
 Version:0.23
 Release:1
-License:Artistic
+License:Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Warn
 Source: %{cpan_name}-%{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-Warn for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

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

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


Package is perl-Test-Warn, Maintainer is vci...@suse.com

Changes:

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

Old:

  Test-Warn-0.23.tar.bz2

New:

  Test-Warn-0.23.tar.gz



Other differences:
--
++ perl-Test-Warn.spec ++
--- /var/tmp/diff_new_pack.8g7IbJ/_old  2011-11-21 12:48:39.0 +0100
+++ /var/tmp/diff_new_pack.8g7IbJ/_new  2011-11-21 12:48:39.0 +0100
@@ -19,14 +19,14 @@
 
 
 Name:   perl-Test-Warn
-%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
+%define cpan_name Test-Warn
 Summary:Perl extension to test methods for warnings
 Version:0.23
 Release:1
 License:Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Warn
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl

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