Hello community,

here is the log from the commit of package perl-Test-Most for openSUSE:Factory 
checked in at 2017-02-12 00:48:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Most (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Most.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Most"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Most/perl-Test-Most.changes    
2015-04-15 16:22:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Most.new/perl-Test-Most.changes       
2017-02-12 00:48:58.073670882 +0100
@@ -1,0 +2,11 @@
+Wed Jan 11 07:15:02 UTC 2017 - [email protected]
+
+- updated to 0.35
+   see /usr/share/doc/packages/perl-Test-Most/Changes
+
+  0.35    2016-08-11
+          - Bump module deps due to Test2. Test2 is tested well enough that
+            you're probably OK, but you'll want to retest your code with this
+            release.
+
+-------------------------------------------------------------------

Old:
----
  Test-Most-0.34.tar.gz

New:
----
  Test-Most-0.35.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Test-Most.spec ++++++
--- /var/tmp/diff_new_pack.p37XpZ/_old  2017-02-12 00:48:59.665444232 +0100
+++ /var/tmp/diff_new_pack.p37XpZ/_new  2017-02-12 00:48:59.669443662 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Most
 #
-# Copyright (c) 2015 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,40 +17,41 @@
 
 
 Name:           perl-Test-Most
-Version:        0.34
+Version:        0.35
 Release:        0
 %define cpan_name Test-Most
-Summary:        Most commonly needed test functions and features.
+Summary:        Most commonly needed test functions and features
 License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Test-Most/
-Source:         
http://www.cpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Exception::Class) >= 1.14
-BuildRequires:  perl(Test::Deep) >= 0.106
-BuildRequires:  perl(Test::Differences) >= 0.61
-BuildRequires:  perl(Test::Exception) >= 0.31
-BuildRequires:  perl(Test::Harness) >= 3.21
-BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Warn) >= 0.23
+BuildRequires:  perl(Test::Deep) >= 0.119
+BuildRequires:  perl(Test::Differences) >= 0.64
+BuildRequires:  perl(Test::Exception) >= 0.430000
+BuildRequires:  perl(Test::Harness) >= 3.35
+BuildRequires:  perl(Test::More) >= 1.302047
+BuildRequires:  perl(Test::Warn) >= 0.30
 Requires:       perl(Exception::Class) >= 1.14
-Requires:       perl(Test::Deep) >= 0.106
-Requires:       perl(Test::Differences) >= 0.61
-Requires:       perl(Test::Exception) >= 0.31
-Requires:       perl(Test::Harness) >= 3.21
-Requires:       perl(Test::More) >= 0.88
-Requires:       perl(Test::Warn) >= 0.23
+Requires:       perl(Test::Deep) >= 0.119
+Requires:       perl(Test::Differences) >= 0.64
+Requires:       perl(Test::Exception) >= 0.430000
+Requires:       perl(Test::Harness) >= 3.35
+Requires:       perl(Test::More) >= 1.302047
+Requires:       perl(Test::Warn) >= 0.30
 %{perl_requires}
 
 %description
-the Test::Most manpage exists to reduce boilerplate and to make your
-testing life easier. We provide "one stop shopping" for most commonly used
-testing modules. In fact, we often require the latest versions so that you
-get bug fixes through the Test::Most manpage and don't have to keep
-upgrading these modules separately.
+Test::Most exists to reduce boilerplate and to make your testing life
+easier. We provide "one stop shopping" for most commonly used testing
+modules. In fact, we often require the latest versions so that you get bug
+fixes through Test::Most and don't have to keep upgrading these modules
+separately.
 
 This module provides you with the most commonly used testing functions,
 along with automatically turning on strict and warning and gives you a bit

++++++ Test-Most-0.34.tar.gz -> Test-Most-0.35.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.34/Changes new/Test-Most-0.35/Changes
--- old/Test-Most-0.34/Changes  2014-08-03 09:07:07.000000000 +0200
+++ new/Test-Most-0.35/Changes  2016-08-11 17:08:08.000000000 +0200
@@ -1,5 +1,10 @@
 Revision history for Test::Most
 
+0.35    2016-08-11
+        - Bump module deps due to Test2. Test2 is tested well enough that
+          you're probably OK, but you'll want to retest your code with this
+          release.
+
 0.34    2014-08-03
         - Make compatible with the new Test::Builder (exodist - Chad Granum)
         - Backwards-incompatible change: reftype no longer exported by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.34/META.json new/Test-Most-0.35/META.json
--- old/Test-Most-0.34/META.json        2014-08-03 09:08:42.000000000 +0200
+++ new/Test-Most-0.35/META.json        2016-08-11 17:08:52.000000000 +0200
@@ -4,7 +4,7 @@
       "unknown"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.92, CPAN::Meta::Converter 
version 2.140640",
+   "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter 
version 2.150005",
    "license" : [
       "unknown"
    ],
@@ -33,12 +33,12 @@
       "runtime" : {
          "requires" : {
             "Exception::Class" : "1.14",
-            "Test::Deep" : "0.106",
-            "Test::Differences" : "0.61",
-            "Test::Exception" : "0.31",
-            "Test::Harness" : "3.21",
-            "Test::More" : "0.88",
-            "Test::Warn" : "0.23"
+            "Test::Deep" : "0.119",
+            "Test::Differences" : "0.64",
+            "Test::Exception" : "0.43",
+            "Test::Harness" : "3.35",
+            "Test::More" : "1.302047",
+            "Test::Warn" : "0.30"
          }
       }
    },
@@ -49,5 +49,6 @@
          "web" : "https://github.com/Ovid/test--most";
       }
    },
-   "version" : "0.34"
+   "version" : "0.35",
+   "x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.34/META.yml new/Test-Most-0.35/META.yml
--- old/Test-Most-0.34/META.yml 2014-08-03 09:08:41.000000000 +0200
+++ new/Test-Most-0.35/META.yml 2016-08-11 17:08:51.000000000 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.92, CPAN::Meta::Converter version 
2.140640'
+generated_by: 'ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version 
2.150005'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,12 +19,13 @@
     - inc
 requires:
   Exception::Class: '1.14'
-  Test::Deep: '0.106'
-  Test::Differences: '0.61'
-  Test::Exception: '0.31'
-  Test::Harness: '3.21'
-  Test::More: '0.88'
-  Test::Warn: '0.23'
+  Test::Deep: '0.119'
+  Test::Differences: '0.64'
+  Test::Exception: '0.43'
+  Test::Harness: '3.35'
+  Test::More: '1.302047'
+  Test::Warn: '0.30'
 resources:
   repository: https://github.com/Ovid/test--most
-version: '0.34'
+version: '0.35'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.34/Makefile.PL 
new/Test-Most-0.35/Makefile.PL
--- old/Test-Most-0.34/Makefile.PL      2014-08-03 09:06:32.000000000 +0200
+++ new/Test-Most-0.35/Makefile.PL      2016-08-11 17:07:15.000000000 +0200
@@ -5,12 +5,12 @@
     'VERSION_FROM' => 'lib/Test/Most.pm',
     'PREREQ_PM'    => {
         'Exception::Class'  => '1.14',
-        'Test::Deep'        => '0.106',
-        'Test::Differences' => '0.61',
-        'Test::Exception'   => '0.31',
-        'Test::Harness'     => '3.21',
-        'Test::More'        => '0.88',
-        'Test::Warn'        => '0.23'
+        'Test::Deep'        => '0.119',
+        'Test::Differences' => '0.64',
+        'Test::Exception'   => '0.43',
+        'Test::Harness'     => '3.35',
+        'Test::More'        => '1.302047',
+        'Test::Warn'        => '0.30'
     },
     'INSTALLDIRS' => 'site',
     'EXE_FILES'   => [],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.34/lib/Test/Most/Exception.pm 
new/Test-Most-0.35/lib/Test/Most/Exception.pm
--- old/Test-Most-0.34/lib/Test/Most/Exception.pm       2014-08-03 
09:06:32.000000000 +0200
+++ new/Test-Most-0.35/lib/Test/Most/Exception.pm       2016-08-11 
17:00:33.000000000 +0200
@@ -6,7 +6,7 @@
 use base 'Exporter';
 our @EXPORT_OK = ('throw_failure');
 
-our $VERSION = '0.34';
+our $VERSION = '0.35';
 $VERSION = eval $VERSION;
 
 use Exception::Class 'Test::Most::Exception' => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.34/lib/Test/Most.pm 
new/Test-Most-0.35/lib/Test/Most.pm
--- old/Test-Most-0.34/lib/Test/Most.pm 2014-08-03 09:06:32.000000000 +0200
+++ new/Test-Most-0.35/lib/Test/Most.pm 2016-08-11 17:00:46.000000000 +0200
@@ -33,7 +33,7 @@
     $OK_FUNC = \&Test::Builder::ok;
 }
 
-our $VERSION = '0.34';
+our $VERSION = '0.35';
 $VERSION = eval $VERSION;
 
 BEGIN {

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to