Hello community,

here is the log from the commit of package perl-Dist-CheckConflicts for 
openSUSE:Factory checked in at 2013-07-27 15:51:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Dist-CheckConflicts (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Dist-CheckConflicts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Dist-CheckConflicts"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Dist-CheckConflicts/perl-Dist-CheckConflicts.changes
        2013-07-18 08:00:43.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Dist-CheckConflicts.new/perl-Dist-CheckConflicts.changes
   2013-07-27 15:51:37.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul 24 07:28:05 UTC 2013 - co...@suse.com
+
+- updated to 0.09
+  - support Perl 5.6.x (Toby Inkster)
+
+-------------------------------------------------------------------

Old:
----
  Dist-CheckConflicts-0.08.tar.gz

New:
----
  Dist-CheckConflicts-0.09.tar.gz

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

Other differences:
------------------
++++++ perl-Dist-CheckConflicts.spec ++++++
--- /var/tmp/diff_new_pack.pwkLVr/_old  2013-07-27 15:51:38.000000000 +0200
+++ /var/tmp/diff_new_pack.pwkLVr/_new  2013-07-27 15:51:38.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Dist-CheckConflicts
-Version:        0.08
+Version:        0.09
 Release:        0
 %define cpan_name Dist-CheckConflicts
 Summary:        declare version conflicts for your dist

++++++ Dist-CheckConflicts-0.08.tar.gz -> Dist-CheckConflicts-0.09.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Dist-CheckConflicts-0.08/Changes 
new/Dist-CheckConflicts-0.09/Changes
--- old/Dist-CheckConflicts-0.08/Changes        2013-07-10 05:46:57.000000000 
+0200
+++ new/Dist-CheckConflicts-0.09/Changes        2013-07-19 21:27:33.000000000 
+0200
@@ -1,5 +1,8 @@
 Revision history for Dist-CheckConflicts
 
+0.09  2013-07-19
+      - support Perl 5.6.x (Toby Inkster)
+
 0.08  2013-07-09
       - remove Test::Warnings dep
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Dist-CheckConflicts-0.08/META.json 
new/Dist-CheckConflicts-0.09/META.json
--- old/Dist-CheckConflicts-0.08/META.json      2013-07-10 05:46:57.000000000 
+0200
+++ new/Dist-CheckConflicts-0.09/META.json      2013-07-19 21:27:33.000000000 
+0200
@@ -33,7 +33,7 @@
             "List::MoreUtils" : "0.12",
             "Module::Runtime" : "0",
             "base" : "0",
-            "perl" : "5.008001",
+            "perl" : "5.006",
             "strict" : "0",
             "warnings" : "0"
          }
@@ -59,7 +59,7 @@
          "web" : "https://github.com/doy/dist-checkconflicts";
       }
    },
-   "version" : "0.08",
+   "version" : "0.09",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.018000"
@@ -288,7 +288,8 @@
    "x_authority" : "cpan:DOY",
    "x_contributors" : [
       "Graham Knop <ha...@haarg.org>",
-      "Karen Etheridge <et...@cpan.org>"
+      "Karen Etheridge <et...@cpan.org>",
+      "Toby Inkster <m...@tobyinkster.co.uk>"
    ]
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Dist-CheckConflicts-0.08/META.yml 
new/Dist-CheckConflicts-0.09/META.yml
--- old/Dist-CheckConflicts-0.08/META.yml       2013-07-10 05:46:57.000000000 
+0200
+++ new/Dist-CheckConflicts-0.09/META.yml       2013-07-19 21:27:33.000000000 
+0200
@@ -22,14 +22,14 @@
   List::MoreUtils: 0.12
   Module::Runtime: 0
   base: 0
-  perl: 5.008001
+  perl: 5.006
   strict: 0
   warnings: 0
 resources:
   bugtracker: https://github.com/doy/dist-checkconflicts/issues
   homepage: http://metacpan.org/release/Dist-CheckConflicts
   repository: git://github.com/doy/dist-checkconflicts.git
-version: 0.08
+version: 0.09
 x_Dist_Zilla:
   perl:
     version: 5.018000
@@ -211,3 +211,4 @@
 x_contributors:
   - 'Graham Knop <ha...@haarg.org>'
   - 'Karen Etheridge <et...@cpan.org>'
+  - 'Toby Inkster <m...@tobyinkster.co.uk>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Dist-CheckConflicts-0.08/Makefile.PL 
new/Dist-CheckConflicts-0.09/Makefile.PL
--- old/Dist-CheckConflicts-0.08/Makefile.PL    2013-07-10 05:46:57.000000000 
+0200
+++ new/Dist-CheckConflicts-0.09/Makefile.PL    2013-07-19 21:27:33.000000000 
+0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use 5.008001;
+use 5.006;
 
 use ExtUtils::MakeMaker 6.30;
 
@@ -34,7 +34,7 @@
     "Test::Fatal" => 0,
     "Test::More" => "0.88"
   },
-  "VERSION" => "0.08",
+  "VERSION" => "0.09",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Dist-CheckConflicts-0.08/README 
new/Dist-CheckConflicts-0.09/README
--- old/Dist-CheckConflicts-0.08/README 2013-07-10 05:46:57.000000000 +0200
+++ new/Dist-CheckConflicts-0.09/README 2013-07-19 21:27:33.000000000 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Dist-CheckConflicts,
-version 0.08:
+version 0.09:
 
   declare version conflicts for your dist
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Dist-CheckConflicts-0.08/lib/Dist/CheckConflicts.pm 
new/Dist-CheckConflicts-0.09/lib/Dist/CheckConflicts.pm
--- old/Dist-CheckConflicts-0.08/lib/Dist/CheckConflicts.pm     2013-07-10 
05:46:57.000000000 +0200
+++ new/Dist-CheckConflicts-0.09/lib/Dist/CheckConflicts.pm     2013-07-19 
21:27:33.000000000 +0200
@@ -3,11 +3,11 @@
   $Dist::CheckConflicts::AUTHORITY = 'cpan:DOY';
 }
 {
-  $Dist::CheckConflicts::VERSION = '0.08';
+  $Dist::CheckConflicts::VERSION = '0.09';
 }
 use strict;
 use warnings;
-use 5.008001;
+use 5.006;
 # ABSTRACT: declare version conflicts for your dist
 
 use base 'Exporter';
@@ -105,16 +105,16 @@
 }
 
 sub _strip_opt {
-    my $opt = shift;
-    my $idx = first_index { ( $_ || '' ) eq $opt } @_;
+    my ($opt, @args) = @_;
+    my $idx = first_index { ( $_ || '' ) eq $opt } @args;
 
-    return ( undef, @_ ) unless $idx >= 0 && $#_ >= $idx + 1;
+    return ( undef, @args ) unless $idx >= 0 && $#args >= $idx + 1;
 
-    my $val = $_[ $idx + 1 ];
+    my $val = $args[ $idx + 1 ];
 
-    splice @_, $idx, 2;
+    splice @args, $idx, 2;
 
-    return ( $val, @_ );
+    return ( $val, @args );
 }
 
 sub _check_version {
@@ -208,7 +208,7 @@
 
 =head1 VERSION
 
-version 0.08
+version 0.09
 
 =head1 SYNOPSIS
 
@@ -310,9 +310,8 @@
 
 No known bugs.
 
-Please report any bugs through RT: email
-C<bug-dist-checkconflicts at rt.cpan.org>, or browse to
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-CheckConflicts>.
+Please report any bugs to GitHub Issues at
+L<https://github.com/doy/dist-checkconflicts/issues>.
 
 =head1 SEE ALSO
 

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

Reply via email to