commit perl-Contextual-Return for openSUSE:Factory

2017-04-29 Thread root
Hello community,

here is the log from the commit of package perl-Contextual-Return for 
openSUSE:Factory checked in at 2017-04-29 10:53:00

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


Package is "perl-Contextual-Return"

Sat Apr 29 10:53:00 2017 rev:17 rq:490181 version:0.004014

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Contextual-Return/perl-Contextual-Return.changes
2017-04-20 20:58:00.312103670 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Contextual-Return.new/perl-Contextual-Return.changes
   2017-04-29 10:53:02.068379774 +0200
@@ -1,0 +2,6 @@
+Wed Apr 19 05:16:47 UTC 2017 - co...@suse.com
+
+- updated to 0.004014
+   see /usr/share/doc/packages/perl-Contextual-Return/Changes
+
+---

Old:

  Contextual-Return-0.004012.tar.gz

New:

  Contextual-Return-0.004014.tar.gz



Other differences:
--
++ perl-Contextual-Return.spec ++
--- /var/tmp/diff_new_pack.mwrQji/_old  2017-04-29 10:53:03.716146996 +0200
+++ /var/tmp/diff_new_pack.mwrQji/_new  2017-04-29 10:53:03.720146431 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Contextual-Return
-Version:0.004012
+Version:0.004014
 Release:0
 %define cpan_name Contextual-Return
 Summary:Create context-sensitive return values

++ Contextual-Return-0.004012.tar.gz -> Contextual-Return-0.004014.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004012/Changes 
new/Contextual-Return-0.004014/Changes
--- old/Contextual-Return-0.004012/Changes  2017-04-12 17:06:09.0 
+0200
+++ new/Contextual-Return-0.004014/Changes  2017-04-14 10:46:16.0 
+0200
@@ -180,10 +180,18 @@
   (thanks, Jay!)
 
 
-
 0.004012  Thu Apr 13 01:06:09 2017
 
 - Optimized previous patch for memory leak
   (thanks, Jay and Father C.)
 
 - Added missing test plan to t/fail.t
+
+
+
+0.004014  Fri Apr 14 18:46:16 2017
+
+- Reverted to 0.004011 due to segfaults under
+  optimized memory leak patch (thanks, Slavin!)
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004012/META.json 
new/Contextual-Return-0.004014/META.json
--- old/Contextual-Return-0.004012/META.json2017-04-12 17:06:12.0 
+0200
+++ new/Contextual-Return-0.004014/META.json2017-04-14 10:46:18.0 
+0200
@@ -39,5 +39,5 @@
   }
},
"release_status" : "stable",
-   "version" : "0.004012"
+   "version" : "0.004014"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004012/META.yml 
new/Contextual-Return-0.004014/META.yml
--- old/Contextual-Return-0.004012/META.yml 2017-04-12 17:06:12.0 
+0200
+++ new/Contextual-Return-0.004014/META.yml 2017-04-14 10:46:18.0 
+0200
@@ -21,4 +21,4 @@
   Test::More: '0'
   Want: '0'
   version: '0'
-version: '0.004012'
+version: '0.004014'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004012/README 
new/Contextual-Return-0.004014/README
--- old/Contextual-Return-0.004012/README   2017-04-12 17:06:09.0 
+0200
+++ new/Contextual-Return-0.004014/README   2017-04-14 10:46:16.0 
+0200
@@ -1,4 +1,4 @@
-Contextual::Return version 0.004012
+Contextual::Return version 0.004014
 
 This module provides a collection of named blocks that allow a return
 statement to return different values depending on the context in which it's
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004012/lib/Contextual/Return.pm 
new/Contextual-Return-0.004014/lib/Contextual/Return.pm
--- old/Contextual-Return-0.004012/lib/Contextual/Return.pm 2017-04-12 
17:06:09.0 +0200
+++ new/Contextual-Return-0.004014/lib/Contextual/Return.pm 2017-04-14 
10:46:16.0 +0200
@@ -1,7 +1,7 @@
 package Contextual::Return;
 use warnings;
 use strict;
-our $VERSION = '0.004012';
+our $VERSION = '0.004014';
 
 my %attrs_of;
 
@@ -273,8 +273,8 @@
 my ($block) = @_;
 
 # Determine call context and arg list...
-my $args = \@DB::args;
-my $context = do { package DB; (CORE::caller 1)[5]; };
+my $context;
+my $args = do { package DB; $context=(CORE::caller 1)[5]; my $args = 
\@DB::args; ()=CORE::caller(1); $args };
 
 # No args -> return appropriate value...
 if (!@_) {
@@ -314,7 +314,7 @@
 *{$subname} = sub(&;@) :lvalue {# (handler, return_lvalue);
 my $handler = shift;
   

commit perl-Contextual-Return for openSUSE:Factory

2017-04-20 Thread root
Hello community,

here is the log from the commit of package perl-Contextual-Return for 
openSUSE:Factory checked in at 2017-04-20 20:57:56

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


Package is "perl-Contextual-Return"

Thu Apr 20 20:57:56 2017 rev:16 rq:489034 version:0.004012

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Contextual-Return/perl-Contextual-Return.changes
2017-01-22 00:18:49.398756948 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Contextual-Return.new/perl-Contextual-Return.changes
   2017-04-20 20:58:00.312103670 +0200
@@ -1,0 +2,29 @@
+Thu Apr 13 05:16:25 UTC 2017 - co...@suse.com
+
+- updated to 0.004012
+   see /usr/share/doc/packages/perl-Contextual-Return/Changes
+
+  
+  
+  
+  0.004012  Thu Apr 13 01:06:09 2017
+  
+  - Optimized previous patch for memory leak
+(thanks, Jay and Father C.)
+  
+  - Added missing test plan to t/fail.t
+
+---
+Sun Apr  9 05:17:17 UTC 2017 - co...@suse.com
+
+- updated to 0.004011
+   see /usr/share/doc/packages/perl-Contextual-Return/Changes
+
+  
+  
+  0.004011  Sat Apr  8 15:23:14 2017
+  
+  - Patched memory leak from use of @DB::args
+(thanks, Jay!)
+
+---

Old:

  Contextual-Return-0.004010.tar.gz

New:

  Contextual-Return-0.004012.tar.gz



Other differences:
--
++ perl-Contextual-Return.spec ++
--- /var/tmp/diff_new_pack.yzmE8M/_old  2017-04-20 20:58:01.319961139 +0200
+++ /var/tmp/diff_new_pack.yzmE8M/_new  2017-04-20 20:58:01.323960573 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Contextual-Return
 #
-# Copyright (c) 2016 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,14 +17,14 @@
 
 
 Name:   perl-Contextual-Return
-Version:0.004010
+Version:0.004012
 Release:0
 %define cpan_name Contextual-Return
 Summary:Create context-sensitive return values
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Contextual-Return/
-Source0:
http://www.cpan.org/authors/id/D/DC/DCONWAY/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DC/DCONWAY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Contextual-Return-0.004010.tar.gz -> Contextual-Return-0.004012.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004010/Changes 
new/Contextual-Return-0.004012/Changes
--- old/Contextual-Return-0.004010/Changes  2016-12-01 07:41:14.0 
+0100
+++ new/Contextual-Return-0.004012/Changes  2017-04-12 17:06:09.0 
+0200
@@ -172,3 +172,18 @@
 
 - Improved DUMP behaviour when passed a non-CRV argument
   (thanks, Mathew)
+
+
+0.004011  Sat Apr  8 15:23:14 2017
+
+- Patched memory leak from use of @DB::args
+  (thanks, Jay!)
+
+
+
+0.004012  Thu Apr 13 01:06:09 2017
+
+- Optimized previous patch for memory leak
+  (thanks, Jay and Father C.)
+
+- Added missing test plan to t/fail.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004010/META.json 
new/Contextual-Return-0.004012/META.json
--- old/Contextual-Return-0.004010/META.json2016-12-01 07:41:17.0 
+0100
+++ new/Contextual-Return-0.004012/META.json2017-04-12 17:06:12.0 
+0200
@@ -39,5 +39,5 @@
   }
},
"release_status" : "stable",
-   "version" : "0.004010"
+   "version" : "0.004012"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004010/META.yml 
new/Contextual-Return-0.004012/META.yml
--- old/Contextual-Return-0.004010/META.yml 2016-12-01 07:41:17.0 
+0100
+++ new/Contextual-Return-0.004012/META.yml 2017-04-12 17:06:12.0 
+0200
@@ -21,4 +21,4 @@
   Test::More: '0'
   Want: '0'
   version: '0'
-version: '0.004010'
+version: '0.004012'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004010/README 
new/Contextual-Return-0.004012/README
--- old/Contextual-Return-0.004010/README   2016-12-01 07:41:14.0 
+0100
+++ new/Contextual-Return-0.004012/README   

commit perl-Contextual-Return for openSUSE:Factory

2017-01-21 Thread root
Hello community,

here is the log from the commit of package perl-Contextual-Return for 
openSUSE:Factory checked in at 2017-01-22 00:18:48

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


Package is "perl-Contextual-Return"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Contextual-Return/perl-Contextual-Return.changes
2012-12-21 10:31:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Contextual-Return.new/perl-Contextual-Return.changes
   2017-01-22 00:18:49.398756948 +0100
@@ -1,0 +2,52 @@
+Fri Dec  2 06:07:39 UTC 2016 - co...@suse.com
+
+- updated to 0.004010
+   see /usr/share/doc/packages/perl-Contextual-Return/Changes
+
+  
+  
+  0.004010  Thu Dec  1 17:41:14 2016
+  
+  - Spelling fix in POD (thanks, Salvatore)
+  
+  - Improved DUMP behaviour when passed a non-CRV argument
+(thanks, Mathew)
+
+---
+Wed Nov 23 14:54:15 UTC 2016 - co...@suse.com
+
+- remove Build.PL, it's obsolete
+
+---
+Fri Nov 18 06:12:51 UTC 2016 - co...@suse.com
+
+- updated to 0.004009
+   see /usr/share/doc/packages/perl-Contextual-Return/Changes
+
+  
+  
+  0.004009  Fri Nov 18 08:34:19 2016
+  
+  - Improved behaviour of FREEZE (Thanks, Mathew!)
+  
+  - Improved output of DUMP
+
+---
+Mon Sep 14 08:25:00 UTC 2015 - co...@suse.com
+
+- updated to 0.004008
+   see /usr/share/doc/packages/perl-Contextual-Return/Changes
+
+  
+  
+  0.004008  Sat Sep 12 13:16:30 2015
+  
+  - Promoted $VERSION variable to earlier in source to
+attempt to placate cpanminus (thanks, Karen!)
+  
+  - Added prototype to overridden caller()
+  
+  - Changed way caller() is overridden, hopefully will no longer
+clash with Sub::Uplevel
+
+---

Old:

  Build.PL
  Contextual-Return-0.004007.tar.gz

New:

  Contextual-Return-0.004010.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Contextual-Return.spec ++
--- /var/tmp/diff_new_pack.qwmzrU/_old  2017-01-22 00:18:49.890687318 +0100
+++ /var/tmp/diff_new_pack.qwmzrU/_new  2017-01-22 00:18:49.894686752 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Contextual-Return
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,24 +17,21 @@
 
 
 Name:   perl-Contextual-Return
-Version:0.004007
+Version:0.004010
 Release:0
 %define cpan_name Contextual-Return
 Summary:Create context-sensitive return values
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Contextual-Return/
-Source: 
http://www.cpan.org/authors/id/D/DC/DCONWAY/%{cpan_name}-%{version}.tar.gz
-Source1:Build.PL
+Source0:
http://www.cpan.org/authors/id/D/DC/DCONWAY/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Want)
 BuildRequires:  perl(version)
-#BuildRequires: perl(Contextual::Return)
-#BuildRequires: perl(Contextual::Return::Failure)
 Requires:   perl(Want)
 Requires:   perl(version)
 %{perl_requires}
@@ -89,17 +86,17 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-cp %{S:1} ./
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files

++ Contextual-Return-0.004007.tar.gz -> Contextual-Return-0.004010.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004007/Changes 
new/Contextual-Return-0.004010/Changes
--- old/Contextual-Return-0.004007/Changes  2012-10-06 00:05:05.0 
+0200
+++ new/Contextual-Return-0.004010/Changes  2016-12-01 07:41:14.0 
+0100
@@ -146,3 +146,29 @@
 - Added BLESSED handler for better control over how blessed() lies
 
 - 

commit perl-Contextual-Return for openSUSE:Factory

2012-12-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Contextual-Return for 
openSUSE:Factory checked in at 2012-12-21 10:31:43

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


Package is perl-Contextual-Return, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Contextual-Return/perl-Contextual-Return.changes
2012-09-06 09:00:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Contextual-Return.new/perl-Contextual-Return.changes
   2012-12-21 10:31:45.0 +0100
@@ -1,0 +2,20 @@
+Mon Dec 17 14:06:41 UTC 2012 - dval...@suse.com
+
+- update to 0.004007
+  - Further patch to failures.t
+  - Added redefinition of Scalar::Util::blessed() to avoid nasty
+surprises (thanks Andrew!)
+  - Added confess() and cluck() overrides
+and fixed caller() override to set @DB::args when appropriate
+  - Further patch for t/confess.t
+(Thanks, David!)
+  - Circumvented annoying undef-as-key warnings in Perl 5.17+
+  - Honour @CARP_NOT's when reporting context
+  - Added BLESSED handler for better control over how blessed() lies
+  - Upgraded reimplementation of blessed() to make more sense
+
+- reanable tests for ARM (fixed upstream)
+- fix ppc test failures
+- provide Build.PL to be able to use create_packlist=0
+
+---

Old:

  Contextual-Return-0.004003.tar.gz

New:

  Build.PL
  Contextual-Return-0.004007.tar.gz



Other differences:
--
++ perl-Contextual-Return.spec ++
--- /var/tmp/diff_new_pack.n7DKJs/_old  2012-12-21 10:31:46.0 +0100
+++ /var/tmp/diff_new_pack.n7DKJs/_new  2012-12-21 10:31:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Contextual-Return
-Version:0.004003
+Version:0.004007
 Release:0
 %define cpan_name Contextual-Return
 Summary:Create context-sensitive return values
@@ -25,6 +25,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Contextual-Return/
 Source: 
http://www.cpan.org/authors/id/D/DC/DCONWAY/%{cpan_name}-%{version}.tar.gz
+Source1:Build.PL
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -88,16 +89,13 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+cp %{S:1} ./
 
 %build
 %{__perl} Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check
-# doesn't work for ARM
-if test %_host_cpu = armv7hl; then
-rm -f t/failures.t
-fi
 ./Build test
 
 %install

++ Build.PL ++
use strict;
use warnings;
use Module::Build;

my $builder = Module::Build-new(
module_name = 'Contextual::Return',
license = 'perl',
dist_author = 'Damian Conway dcon...@cpan.org',
dist_version_from   = 'lib/Contextual/Return.pm',
requires = {
'Test::More' = 0,
'version'= 0,
'Want'   = 0,
},
add_to_cleanup  = [ 'Contextual-Return-*' ],
);

$builder-create_build_script();
++ Contextual-Return-0.004003.tar.gz - Contextual-Return-0.004007.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004003/Build.PL 
new/Contextual-Return-0.004007/Build.PL
--- old/Contextual-Return-0.004003/Build.PL 2006-02-13 01:54:33.0 
+0100
+++ new/Contextual-Return-0.004007/Build.PL 1970-01-01 01:00:00.0 
+0100
@@ -1,18 +0,0 @@
-use strict;
-use warnings;
-use Module::Build;
-
-my $builder = Module::Build-new(
-module_name = 'Contextual::Return',
-license = 'perl',
-dist_author = 'Damian Conway dcon...@cpan.org',
-dist_version_from   = 'lib/Contextual/Return.pm',
-requires = {
-'Test::More' = 0,
-'version'= 0,
-'Want'   = 0,
-},
-add_to_cleanup  = [ 'Contextual-Return-*' ],
-);
-
-$builder-create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004003/Changes 
new/Contextual-Return-0.004007/Changes
--- old/Contextual-Return-0.004003/Changes  2012-04-11 08:55:49.0 
+0200
+++ new/Contextual-Return-0.004007/Changes  2012-10-06 00:05:05.0 
+0200
@@ -115,3 +115,34 @@
 
 - Patched failures.t to account from bleadperl changes
   (thanks Zefram!)
+
+
+0.004004  Sun Aug  5 17:46:56 2012
+
+- Further patch to failures.t
+
+- Added redefinition of Scalar::Util::blessed() to avoid nasty
+  surprises (thanks Andrew!)
+
+- Added confess() and cluck() overrides
+  and fixed caller() override to set @DB::args 

commit perl-Contextual-Return for openSUSE:Factory

2012-09-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Contextual-Return for 
openSUSE:Factory checked in at 2012-09-06 09:00:03

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


Package is perl-Contextual-Return, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Contextual-Return/perl-Contextual-Return.changes
2012-07-30 11:45:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Contextual-Return.new/perl-Contextual-Return.changes
   2012-09-06 09:00:05.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  8 09:34:03 UTC 2012 - dmuel...@suse.com
+
+- also fails on native, fix build on ARM
+
+---



Other differences:
--
++ perl-Contextual-Return.spec ++
--- /var/tmp/diff_new_pack.tP0O6q/_old  2012-09-06 09:00:07.0 +0200
+++ /var/tmp/diff_new_pack.tP0O6q/_new  2012-09-06 09:00:07.0 +0200
@@ -94,10 +94,10 @@
 ./Build build flags=%{?_smp_mflags}
 
 %check
-# doesn't work under qemu
-%if 0%{?qemu_user_space_build:1}
-rm -f t/failures.t
-%endif
+# doesn't work for ARM
+if test %_host_cpu = armv7hl; then
+rm -f t/failures.t
+fi
 ./Build test
 
 %install

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



commit perl-Contextual-Return for openSUSE:Factory

2012-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Contextual-Return for 
openSUSE:Factory checked in at 2012-07-30 11:18:24

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


Package is perl-Contextual-Return, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Contextual-Return/perl-Contextual-Return.changes
2012-05-31 17:08:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Contextual-Return.new/perl-Contextual-Return.changes
   2012-07-30 11:45:46.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 26 11:37:42 UTC 2012 - dmuel...@suse.com
+
+- workaround build failure under qemu user emulation
+
+---



Other differences:
--
++ perl-Contextual-Return.spec ++
--- /var/tmp/diff_new_pack.5x8jhf/_old  2012-07-30 11:45:47.0 +0200
+++ /var/tmp/diff_new_pack.5x8jhf/_new  2012-07-30 11:45:47.0 +0200
@@ -94,6 +94,10 @@
 ./Build build flags=%{?_smp_mflags}
 
 %check
+# doesn't work under qemu
+%if 0%{?qemu_user_space_build:1}
+rm -f t/failures.t
+%endif
 ./Build test
 
 %install

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



commit perl-Contextual-Return for openSUSE:Factory

2012-05-31 Thread h_root
Hello community,

here is the log from the commit of package perl-Contextual-Return for 
openSUSE:Factory checked in at 2012-05-31 17:08:07

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


Package is perl-Contextual-Return, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Contextual-Return/perl-Contextual-Return.changes
2012-03-06 13:40:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Contextual-Return.new/perl-Contextual-Return.changes
   2012-05-31 17:08:14.0 +0200
@@ -1,0 +2,9 @@
+Wed May 30 11:27:02 UTC 2012 - co...@suse.com
+
+- updated to 0.004003
+   - Doc patch (thanks Fabrizio)
+
+   - Patched failures.t to account from bleadperl changes
+ (thanks Zefram!)
+
+---

Old:

  Contextual-Return-0.004002.tar.gz

New:

  Contextual-Return-0.004003.tar.gz



Other differences:
--
++ perl-Contextual-Return.spec ++
--- /var/tmp/diff_new_pack.lyIHFU/_old  2012-05-31 17:08:15.0 +0200
+++ /var/tmp/diff_new_pack.lyIHFU/_new  2012-05-31 17:08:15.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   perl-Contextual-Return
-Version:0.004002
+Version:0.004003
 Release:0
 %define cpan_name Contextual-Return
-Summary:Create context-senstive return values
+Summary:Create context-sensitive return values
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Contextual-Return/

++ Contextual-Return-0.004002.tar.gz - Contextual-Return-0.004003.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004002/Changes 
new/Contextual-Return-0.004003/Changes
--- old/Contextual-Return-0.004002/Changes  2012-03-01 20:18:38.0 
+0100
+++ new/Contextual-Return-0.004003/Changes  2012-04-11 08:55:49.0 
+0200
@@ -107,3 +107,11 @@
 
 - Fixed significant typo (Carp:carp - Carp::carp)
   (thanks everyone who reported it)
+
+
+0.004003  Wed Apr 11 07:55:49 2012
+
+- Doc patch (thanks Fabrizio)
+
+- Patched failures.t to account from bleadperl changes
+  (thanks Zefram!)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004002/META.json 
new/Contextual-Return-0.004003/META.json
--- old/Contextual-Return-0.004002/META.json2012-03-01 20:18:39.0 
+0100
+++ new/Contextual-Return-0.004003/META.json2012-04-11 08:55:51.0 
+0200
@@ -1,5 +1,5 @@
 {
-   abstract : Create context-senstive return values,
+   abstract : Create context-sensitive return values,
author : [
   Damian Conway dcon...@cpan.org
],
@@ -39,5 +39,5 @@
   }
},
release_status : stable,
-   version : 0.004002
+   version : 0.004003
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004002/META.yml 
new/Contextual-Return-0.004003/META.yml
--- old/Contextual-Return-0.004002/META.yml 2012-03-01 20:18:39.0 
+0100
+++ new/Contextual-Return-0.004003/META.yml 2012-04-11 08:55:51.0 
+0200
@@ -1,5 +1,5 @@
 ---
-abstract: 'Create context-senstive return values'
+abstract: 'Create context-sensitive return values'
 author:
   - 'Damian Conway dcon...@cpan.org'
 build_requires:
@@ -21,4 +21,4 @@
   Test::More: 0
   Want: 0
   version: 0
-version: 0.004002
+version: 0.004003
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004002/README 
new/Contextual-Return-0.004003/README
--- old/Contextual-Return-0.004002/README   2012-03-01 20:18:38.0 
+0100
+++ new/Contextual-Return-0.004003/README   2012-04-11 08:55:49.0 
+0200
@@ -1,4 +1,4 @@
-Contextual::Return version 0.004002
+Contextual::Return version 0.004003
 
 This module provides a collection of named blocks that allow a return
 statement to return different values depending on the context in which it's
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004002/lib/Contextual/Return.pm 
new/Contextual-Return-0.004003/lib/Contextual/Return.pm
--- old/Contextual-Return-0.004002/lib/Contextual/Return.pm 2012-03-01 
20:18:38.0 +0100
+++ new/Contextual-Return-0.004003/lib/Contextual/Return.pm 2012-04-11 
08:55:49.0 +0200
@@ -35,7 +35,7 @@
 
 }
 
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 
 use warnings;
 use strict;
@@ -1168,7 +1168,7 @@
 }
 
 if 

commit perl-Contextual-Return for openSUSE:Factory

2012-03-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Contextual-Return for 
openSUSE:Factory checked in at 2012-03-06 13:40:33

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


Package is perl-Contextual-Return, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Contextual-Return/perl-Contextual-Return.changes
2012-02-28 14:14:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Contextual-Return.new/perl-Contextual-Return.changes
   2012-03-06 13:40:35.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar  6 07:24:52 UTC 2012 - co...@suse.com
+
+- updated to 0.004002
+  Fixed significant typo (Carp:carp - Carp::carp)
+ (thanks everyone who reported it)
+
+---

Old:

  Contextual-Return-0.004001.tar.gz

New:

  Contextual-Return-0.004002.tar.gz



Other differences:
--
++ perl-Contextual-Return.spec ++
--- /var/tmp/diff_new_pack.GI2BPY/_old  2012-03-06 13:40:36.0 +0100
+++ /var/tmp/diff_new_pack.GI2BPY/_new  2012-03-06 13:40:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Contextual-Return
-Version:0.004001
+Version:0.004002
 Release:0
 %define cpan_name Contextual-Return
 Summary:Create context-senstive return values

++ Contextual-Return-0.004001.tar.gz - Contextual-Return-0.004002.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004001/Changes 
new/Contextual-Return-0.004002/Changes
--- old/Contextual-Return-0.004001/Changes  2012-02-16 09:01:05.0 
+0100
+++ new/Contextual-Return-0.004002/Changes  2012-03-01 20:18:38.0 
+0100
@@ -101,3 +101,9 @@
 0.004001  Thu Feb 16 19:01:05 2012
 
 - Fixed annoying POD nit (thanks Salvatore)
+
+
+0.004002  Fri Mar  2 06:18:38 2012
+
+- Fixed significant typo (Carp:carp - Carp::carp)
+  (thanks everyone who reported it)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004001/META.json 
new/Contextual-Return-0.004002/META.json
--- old/Contextual-Return-0.004001/META.json2012-02-16 09:01:07.0 
+0100
+++ new/Contextual-Return-0.004002/META.json2012-03-01 20:18:39.0 
+0100
@@ -39,5 +39,5 @@
   }
},
release_status : stable,
-   version : 0.004001
+   version : 0.004002
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004001/META.yml 
new/Contextual-Return-0.004002/META.yml
--- old/Contextual-Return-0.004001/META.yml 2012-02-16 09:01:07.0 
+0100
+++ new/Contextual-Return-0.004002/META.yml 2012-03-01 20:18:39.0 
+0100
@@ -21,4 +21,4 @@
   Test::More: 0
   Want: 0
   version: 0
-version: 0.004001
+version: 0.004002
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004001/README 
new/Contextual-Return-0.004002/README
--- old/Contextual-Return-0.004001/README   2012-02-16 09:01:05.0 
+0100
+++ new/Contextual-Return-0.004002/README   2012-03-01 20:18:38.0 
+0100
@@ -1,4 +1,4 @@
-Contextual::Return version 0.004001
+Contextual::Return version 0.004002
 
 This module provides a collection of named blocks that allow a return
 statement to return different values depending on the context in which it's
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.004001/lib/Contextual/Return.pm 
new/Contextual-Return-0.004002/lib/Contextual/Return.pm
--- old/Contextual-Return-0.004001/lib/Contextual/Return.pm 2012-02-16 
09:01:05.0 +0100
+++ new/Contextual-Return-0.004002/lib/Contextual/Return.pm 2012-03-01 
20:18:38.0 +0100
@@ -35,7 +35,7 @@
 
 }
 
-our $VERSION = '0.004001';
+our $VERSION = '0.004002';
 
 use warnings;
 use strict;
@@ -162,7 +162,7 @@
 elsif ($selector_type eq 'Regexp') {
 my @selected = grep {/$selector/} @ALL_EXPORTS;
 if (!@selected) {
-Carp:carp(use Contextual::Return $selector didn't export 
anything);
+Carp::carp(use Contextual::Return $selector didn't export 
anything);
 }
 return map { $_ = sprintf($renamer, $_) } @selected;
 }
@@ -1626,7 +1626,7 @@
 
 =head1 VERSION
 
-This document describes Contextual::Return version 0.004001
+This document describes Contextual::Return version 0.004002
 
 
 =head1 SYNOPSIS

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

commit perl-Contextual-Return for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Contextual-Return for 
openSUSE:Factory checked in at 2012-02-28 14:14:38

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


Package is perl-Contextual-Return, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Contextual-Return/perl-Contextual-Return.changes
2011-09-23 12:36:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Contextual-Return.new/perl-Contextual-Return.changes
   2012-02-28 14:14:45.0 +0100
@@ -1,0 +2,19 @@
+Mon Feb 27 08:47:34 UTC 2012 - co...@suse.com
+
+- updated to 0.004001
+
+- Updated version number of Contextual::Return::Failure
+  to placate CPAN indexer
+
+- Improved error messages for bare handlers in bad contexts (thanks Mathew)
+
+- Work around problems with Test::More and caller
+
+- Fixed context propagation bugs in FIXED and ACTIVE modifiers
+
+- Added STRICT modifier to prevent fallbacks
+  (i.e. impose strict typing on return values)
+
+- Fixed annoying POD nit (thanks Salvatore)
+
+---

Old:

  Contextual-Return-0.003001.tar.gz

New:

  Contextual-Return-0.004001.tar.gz



Other differences:
--
++ perl-Contextual-Return.spec ++
--- /var/tmp/diff_new_pack.OiHZZn/_old  2012-02-28 14:14:46.0 +0100
+++ /var/tmp/diff_new_pack.OiHZZn/_new  2012-02-28 14:14:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Contextual-Return
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,25 +16,26 @@
 #
 
 
-
 Name:   perl-Contextual-Return
-Version:0.003001
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.004001
+Release:0
 %define cpan_name Contextual-Return
 Summary:Create context-senstive return values
-Url:http://search.cpan.org/dist/Contextual-Return/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Contextual-Return/
 Source: 
http://www.cpan.org/authors/id/D/DC/DCONWAY/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(version)
 BuildRequires:  perl(Want)
-Requires:   perl(version)
+BuildRequires:  perl(version)
+#BuildRequires: perl(Contextual::Return)
+#BuildRequires: perl(Contextual::Return::Failure)
 Requires:   perl(Want)
+Requires:   perl(version)
 %{perl_requires}
 
 %description
@@ -99,9 +100,6 @@
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README

++ Contextual-Return-0.003001.tar.gz - Contextual-Return-0.004001.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.003001/Changes 
new/Contextual-Return-0.004001/Changes
--- old/Contextual-Return-0.003001/Changes  2010-06-22 23:20:36.0 
+0200
+++ new/Contextual-Return-0.004001/Changes  2012-02-16 09:01:05.0 
+0100
@@ -78,3 +78,26 @@
   under the debugger (thanks Steven)
 
 - Documented METHOD handlers
+
+
+0.003002  Thu Jan 19 09:27:29 2012
+
+- Updated version number of Contextual::Return::Failure
+  to placate CPAN indexer
+
+- Improved error messages for bare handlers in bad contexts (thanks Mathew)
+
+- Work around problems with Test::More and caller
+
+
+0.004000  Thu Feb 16 14:30:56 2012
+
+- Fixed context propagation bugs in FIXED and ACTIVE modifiers
+
+- Added STRICT modifier to prevent fallbacks
+  (i.e. impose strict typing on return values)
+
+
+0.004001  Thu Feb 16 19:01:05 2012
+
+- Fixed annoying POD nit (thanks Salvatore)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Contextual-Return-0.003001/MANIFEST 
new/Contextual-Return-0.004001/MANIFEST
--- old/Contextual-Return-0.003001/MANIFEST 2010-06-22 23:20:38.0 
+0200
+++ new/Contextual-Return-0.004001/MANIFEST 2012-02-16 09:01:07.0 
+0100
@@ -14,7 +14,6 @@
 t/interp.t
 t/nonvoid.t
 t/object.t
-t/pod-coverage.t
 t/pod.t
 t/simple.t
 t/fail_with.t
@@ -37,3 +36,5 @@
 t/simple_prefix.t

commit perl-Contextual-Return for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Contextual-Return for 
openSUSE:Factory checked in at 2011-12-06 18:39:11

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


Package is perl-Contextual-Return, Maintainer is 

Changes:




Other differences:
--
++ perl-Contextual-Return.spec ++
--- /var/tmp/diff_new_pack.fFSBhD/_old  2011-12-06 19:06:05.0 +0100
+++ /var/tmp/diff_new_pack.fFSBhD/_new  2011-12-06 19:06:05.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Contextual-Return
 Version:0.003001
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Contextual-Return
 Summary:Create context-senstive return values
 Url:http://search.cpan.org/dist/Contextual-Return/

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



commit perl-Contextual-Return for openSUSE:Factory

2011-07-25 Thread h_root

Hello community,

here is the log from the commit of package perl-Contextual-Return for 
openSUSE:Factory
checked in at Mon Jul 25 17:33:57 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ perl-Contextual-Return/perl-Contextual-Return.changes   2011-07-19 
21:32:49.0 +0200
@@ -0,0 +1,15 @@
+---
+Tue Jul 19 19:32:12 UTC 2011 - co...@novell.com
+
+- regenerate with cpanspec
+
+---
+Wed Dec  1 09:44:30 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Fri Nov 19 20:09:33 UTC 2010 - pascal.ble...@opensuse.org
+
+- initial package (0.003001)
+

calling whatdependson for head-i586


New:

  Contextual-Return-0.003001.tar.gz
  perl-Contextual-Return.changes
  perl-Contextual-Return.spec



Other differences:
--
++ perl-Contextual-Return.spec ++
#
# spec file for package perl-Contextual-Return
#
# Copyright (c) 2011 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-Contextual-Return
Version:0.003001
Release:1
License:GPL+ or Artistic
%define cpan_name Contextual-Return
Summary:Create context-senstive return values
Url:http://search.cpan.org/dist/Contextual-Return/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/D/DC/DCONWAY/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(version)
BuildRequires:  perl(Want)
Requires:   perl(version)
Requires:   perl(Want)
%{perl_requires}

%description
Usually, when you need to create a subroutine that returns different values
in different contexts (list, scalar, or void), you write something like:

sub get_server_status {
my ($server_ID) = @_;

# Acquire server data somehow...
my %server_data = _ascertain_server_status($server_ID);

# Return different components of that data,
# depending on call context...
if (wantarray()) {
return @server_data{ qw(name uptime load users) };
}
if (defined wantarray()) {
return $server_data{load};
}
if (!defined wantarray()) {
carp 'Useless use of get_server_status() in void context';
return;
}
else {
croak q{Bad context! No biscuit!};
}
}

That works okay, but the code could certainly be more readable. In its
simplest usage, this module makes that code more readable by providing
three subroutines--'LIST()', 'SCALAR()', 'VOID()'--that are true only when
the current subroutine is called in the corresponding context:

use Contextual::Return;

sub get_server_status {
my ($server_ID) = @_;

# Acquire server data somehow...
my %server_data = _ascertain_server_status($server_ID);

# Return different components of that data
# depending on call context...
if (LIST)   { return @server_data{ qw(name uptime load users) } }
if (SCALAR) { return $server_data{load} }
if (VOID)   { print $server_data{load}\n  }
else{ croak q{Bad context! No biscuit!} }
}

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

%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}

%check
./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 README

%changelog





Remember to have fun...

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