Hello community,

here is the log from the commit of package perl-Try-Tiny for openSUSE:Factory 
checked in at 2014-07-24 06:58:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Try-Tiny (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Try-Tiny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Try-Tiny"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Try-Tiny/perl-Try-Tiny.changes      
2014-04-23 17:32:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Try-Tiny.new/perl-Try-Tiny.changes 
2014-07-24 06:59:02.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 23 21:32:47 UTC 2014 - mar...@gmx.de
+
+- updated to 0.22
+
+-------------------------------------------------------------------

Old:
----
  Try-Tiny-0.21.tar.gz

New:
----
  Try-Tiny-0.22.tar.gz

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

Other differences:
------------------
++++++ perl-Try-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.ZRRM7T/_old  2014-07-24 06:59:03.000000000 +0200
+++ /var/tmp/diff_new_pack.ZRRM7T/_new  2014-07-24 06:59:03.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Try-Tiny
-Version:        0.21
+Version:        0.22
 Release:        0
 %define cpan_name Try-Tiny
 Summary:        Minimal try/catch with proper preservation of $@
@@ -29,6 +29,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Capture::Tiny)
+BuildRequires:  perl(Sub::Name)
 BuildRequires:  perl(Test::More) >= 0.88
 %{perl_requires}
 

++++++ Try-Tiny-0.21.tar.gz -> Try-Tiny-0.22.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Try-Tiny-0.21/Changes new/Try-Tiny-0.22/Changes
--- old/Try-Tiny-0.21/Changes   2014-04-15 15:46:31.000000000 +0200
+++ new/Try-Tiny-0.22/Changes   2014-04-29 21:39:41.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Try-Tiny
 
+0.22  2014-04-29
+  - add optional test deps as recommended prereqs (Karen Etheridge, #18)
+
 0.21  2014-04-15
   - also skip the test if Capture::Tiny is too old (Martin Popel, #17)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Try-Tiny-0.21/META.json new/Try-Tiny-0.22/META.json
--- old/Try-Tiny-0.21/META.json 2014-04-15 15:46:31.000000000 +0200
+++ new/Try-Tiny-0.22/META.json 2014-04-29 21:39:41.000000000 +0200
@@ -41,7 +41,9 @@
       },
       "test" : {
          "recommends" : {
-            "Capture::Tiny" : "0.12"
+            "Capture::Tiny" : "0.12",
+            "Sub::Name" : "0",
+            "perl" : "5.010"
          },
          "requires" : {
             "File::Spec" : "0",
@@ -55,7 +57,7 @@
    "provides" : {
       "Try::Tiny" : {
          "file" : "lib/Try/Tiny.pm",
-         "version" : "0.21"
+         "version" : "0.22"
       }
    },
    "release_status" : "stable",
@@ -70,7 +72,7 @@
          "web" : "https://github.com/doy/try-tiny";
       }
    },
-   "version" : "0.21",
+   "version" : "0.22",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.018002"
@@ -199,12 +201,13 @@
                      ":InstallModules"
                   ],
                   "script_finder" : [
-                     ":ExecFiles"
+                     ":ExecFiles",
+                     ":TestFiles"
                   ]
                }
             },
             "name" : "@DOY/NoTabsTests",
-            "version" : "0.06"
+            "version" : "0.07"
          },
          {
             "class" : "Dist::Zilla::Plugin::EOLTests",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Try-Tiny-0.21/META.yml new/Try-Tiny-0.22/META.yml
--- old/Try-Tiny-0.21/META.yml  2014-04-15 15:46:31.000000000 +0200
+++ new/Try-Tiny-0.22/META.yml  2014-04-29 21:39:41.000000000 +0200
@@ -21,7 +21,7 @@
 provides:
   Try::Tiny:
     file: lib/Try/Tiny.pm
-    version: '0.21'
+    version: '0.22'
 requires:
   Carp: '0'
   Exporter: '5.57'
@@ -33,7 +33,7 @@
   bugtracker: https://github.com/doy/try-tiny/issues
   homepage: http://metacpan.org/release/Try-Tiny
   repository: git://github.com/doy/try-tiny.git
-version: '0.21'
+version: '0.22'
 x_Dist_Zilla:
   perl:
     version: '5.018002'
@@ -136,8 +136,9 @@
             - ':InstallModules'
           script_finder:
             - ':ExecFiles'
+            - ':TestFiles'
       name: '@DOY/NoTabsTests'
-      version: '0.06'
+      version: '0.07'
     -
       class: Dist::Zilla::Plugin::EOLTests
       name: '@DOY/EOLTests'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Try-Tiny-0.21/Makefile.PL 
new/Try-Tiny-0.22/Makefile.PL
--- old/Try-Tiny-0.21/Makefile.PL       2014-04-15 15:46:31.000000000 +0200
+++ new/Try-Tiny-0.22/Makefile.PL       2014-04-29 21:39:41.000000000 +0200
@@ -34,7 +34,7 @@
     "Test::More" => 0,
     "if" => 0
   },
-  "VERSION" => "0.21",
+  "VERSION" => "0.22",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Try-Tiny-0.21/README new/Try-Tiny-0.22/README
--- old/Try-Tiny-0.21/README    2014-04-15 15:46:31.000000000 +0200
+++ new/Try-Tiny-0.22/README    2014-04-29 21:39:41.000000000 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Try-Tiny,
-version 0.21:
+version 0.22:
 
   minimal try/catch with proper preservation of $@
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Try-Tiny-0.21/dist.ini new/Try-Tiny-0.22/dist.ini
--- old/Try-Tiny-0.21/dist.ini  2014-04-15 15:46:31.000000000 +0200
+++ new/Try-Tiny-0.22/dist.ini  2014-04-29 21:39:41.000000000 +0200
@@ -26,3 +26,5 @@
 
 [Prereqs / TestRecommends]
 Capture::Tiny = 0.12 ; capture_stderr
+perl = 5.010
+Sub::Name = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Try-Tiny-0.21/lib/Try/Tiny.pm 
new/Try-Tiny-0.22/lib/Try/Tiny.pm
--- old/Try-Tiny-0.21/lib/Try/Tiny.pm   2014-04-15 15:46:31.000000000 +0200
+++ new/Try-Tiny-0.22/lib/Try/Tiny.pm   2014-04-29 21:39:41.000000000 +0200
@@ -2,7 +2,7 @@
 BEGIN {
   $Try::Tiny::AUTHORITY = 'cpan:NUFFIN';
 }
-$Try::Tiny::VERSION = '0.21';
+$Try::Tiny::VERSION = '0.22';
 use 5.006;
 # ABSTRACT: minimal try/catch with proper preservation of $@
 
@@ -182,7 +182,7 @@
 
 =head1 VERSION
 
-version 0.21
+version 0.22
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Try-Tiny-0.21/t/named.t new/Try-Tiny-0.22/t/named.t
--- old/Try-Tiny-0.21/t/named.t 2014-04-15 15:46:31.000000000 +0200
+++ new/Try-Tiny-0.22/t/named.t 2014-04-29 21:39:41.000000000 +0200
@@ -6,32 +6,32 @@
 use Test::More;
 
 BEGIN {
-       plan skip_all => "Sub::Name required"
-               unless eval { require Sub::Name; 1 };
-       plan tests => 3;
+    plan skip_all => "Sub::Name required"
+        unless eval { require Sub::Name; 1 };
+    plan tests => 3;
 }
 
 use Try::Tiny;
 
 my $name;
 try {
-       $name = (caller(0))[3];
+    $name = (caller(0))[3];
 };
 is $name, "main::try {...} ", "try name"; # note extra space
 
 try {
-       die "Boom";
+    die "Boom";
 } catch {
-       $name = (caller(0))[3];
+    $name = (caller(0))[3];
 };
 is $name, "main::catch {...} ", "catch name"; # note extra space
 
 try {
-       die "Boom";
+    die "Boom";
 } catch {
-       # noop
+    # noop
 } finally {
-       $name = (caller(0))[3];
+    $name = (caller(0))[3];
 };
 is $name, "main::finally {...} ", "finally name"; # note extra space
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Try-Tiny-0.21/xt/release/no-tabs.t 
new/Try-Tiny-0.22/xt/release/no-tabs.t
--- old/Try-Tiny-0.21/xt/release/no-tabs.t      2014-04-15 15:46:31.000000000 
+0200
+++ new/Try-Tiny-0.22/xt/release/no-tabs.t      2014-04-29 21:39:41.000000000 
+0200
@@ -1,13 +1,24 @@
 use strict;
 use warnings;
 
-# this test was generated with Dist::Zilla::Plugin::NoTabsTests 0.06
+# this test was generated with Dist::Zilla::Plugin::NoTabsTests 0.07
 
 use Test::More 0.88;
 use Test::NoTabs;
 
 my @files = (
-    'lib/Try/Tiny.pm'
+    'lib/Try/Tiny.pm',
+    't/00-compile.t',
+    't/basic.t',
+    't/context.t',
+    't/erroneous_usage.t',
+    't/finally.t',
+    't/given_when.t',
+    't/global_destruction_forked.t',
+    't/global_destruction_load.t',
+    't/lib/TryUser.pm',
+    't/named.t',
+    't/when.t'
 );
 
 notabs_ok($_) foreach @files;

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

Reply via email to