commit perl-Mojolicious-Plugin-CHI for openSUSE:Factory

2018-11-29 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-CHI for 
openSUSE:Factory checked in at 2018-11-29 23:00:11

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new.19453 
(New)


Package is "perl-Mojolicious-Plugin-CHI"

Thu Nov 29 23:00:11 2018 rev:12 rq:652376 version:0.20

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes
  2018-10-15 09:42:05.375448405 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new.19453/perl-Mojolicious-Plugin-CHI.changes
   2018-11-29 23:00:15.151517354 +0100
@@ -1,0 +2,6 @@
+Wed Nov 28 11:36:04 UTC 2018 - Max Lin 
+
+- Update to 0.20
+  * Fix tests for Mojolicious > 8.06 compatibility.
+
+---

Old:

  Mojolicious-Plugin-CHI-0.19.tar.gz

New:

  Mojolicious-Plugin-CHI-0.20.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-CHI.spec ++
--- /var/tmp/diff_new_pack.46bM5n/_old  2018-11-29 23:00:17.059515002 +0100
+++ /var/tmp/diff_new_pack.46bM5n/_new  2018-11-29 23:00:17.059515002 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-CHI
-Version:0.19
+Version:0.20
 Release:0
 %define cpan_name Mojolicious-Plugin-CHI
 Summary:Use CHI Caches in Mojolicious

++ Mojolicious-Plugin-CHI-0.19.tar.gz -> Mojolicious-Plugin-CHI-0.20.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.19/Changes 
new/Mojolicious-Plugin-CHI-0.20/Changes
--- old/Mojolicious-Plugin-CHI-0.19/Changes 2018-09-30 13:44:42.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.20/Changes 2018-11-14 15:05:38.0 
+0100
@@ -1,3 +1,6 @@
+0.20 2018-11-14
+- Fix tests for Mojolicious > 8.06 compatibility.
+
 0.19 2018-09-30
 - Fix tests for Mojolicious > 8.01 compatibility.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.19/META.json 
new/Mojolicious-Plugin-CHI-0.20/META.json
--- old/Mojolicious-Plugin-CHI-0.19/META.json   2018-09-30 19:45:26.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.20/META.json   2018-11-14 15:06:18.0 
+0100
@@ -55,6 +55,6 @@
  "web" : "https://github.com/Akron/Mojolicious-Plugin-CHI;
   }
},
-   "version" : "0.19",
+   "version" : "0.20",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.19/META.yml 
new/Mojolicious-Plugin-CHI-0.20/META.yml
--- old/Mojolicious-Plugin-CHI-0.19/META.yml2018-09-30 19:45:26.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.20/META.yml2018-11-14 15:06:18.0 
+0100
@@ -28,5 +28,5 @@
   bugtracker: https://github.com/Akron/Mojolicious-Plugin-CHI/issues
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/Akron/Mojolicious-Plugin-CHI.git
-version: '0.19'
+version: '0.20'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Mojolicious-Plugin-CHI-0.19/lib/Mojolicious/Plugin/CHI.pm 
new/Mojolicious-Plugin-CHI-0.20/lib/Mojolicious/Plugin/CHI.pm
--- old/Mojolicious-Plugin-CHI-0.19/lib/Mojolicious/Plugin/CHI.pm   
2018-09-30 13:44:54.0 +0200
+++ new/Mojolicious-Plugin-CHI-0.20/lib/Mojolicious/Plugin/CHI.pm   
2018-11-14 15:05:38.0 +0100
@@ -3,7 +3,7 @@
 use Scalar::Util 'weaken';
 use CHI;
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 
 # Register Plugin
 sub register {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.19/t/CHI-Log.t 
new/Mojolicious-Plugin-CHI-0.20/t/CHI-Log.t
--- old/Mojolicious-Plugin-CHI-0.19/t/CHI-Log.t 2014-04-17 14:40:17.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.20/t/CHI-Log.t 2018-11-14 15:05:38.0 
+0100
@@ -2,17 +2,22 @@
 use Mojolicious::Lite;
 use Test::More;
 use Test::Mojo;
+use Mojo::Log;
 use File::Temp qw/:POSIX tempdir/;
 use File::Path qw/remove_tree/;
 
-use lib 'lib';
-use lib '../lib';
-
 use_ok 'Mojolicious::Plugin::CHI';
 
 my $t = Test::Mojo->new;
 my $app = $t->app;
 
+my $log = Mojo::Log->new(
+  level => 'debug',
+  path => scalar tmpnam()
+);
+
+$app->log($log);
+
 my $c = Mojolicious::Controller->new;
 $c->app($app);
 




commit perl-Mojolicious-Plugin-CHI for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-CHI for 
openSUSE:Factory checked in at 2018-10-15 09:39:59

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new (New)


Package is "perl-Mojolicious-Plugin-CHI"

Mon Oct 15 09:39:59 2018 rev:11 rq:641405 version:0.19

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes
  2018-09-24 13:13:59.589630487 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes
 2018-10-15 09:42:05.375448405 +0200
@@ -1,0 +2,6 @@
+Fri Oct 12 08:20:36 UTC 2018 - Dirk Stoecker 
+
+- Update to 0.19, fix build
+  - Fix tests for Mojolicious > 8.01 compatibility.
+
+---

Old:

  Mojolicious-Plugin-CHI-0.18.tar.gz

New:

  Mojolicious-Plugin-CHI-0.19.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-CHI.spec ++
--- /var/tmp/diff_new_pack.PG9DJf/_old  2018-10-15 09:42:09.607444530 +0200
+++ /var/tmp/diff_new_pack.PG9DJf/_new  2018-10-15 09:42:09.607444530 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   perl-Mojolicious-Plugin-CHI
-Version:0.18
+Version:0.19
 Release:0
 %define cpan_name Mojolicious-Plugin-CHI
 Summary:Use CHI Caches in Mojolicious
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Mojolicious-Plugin-CHI/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/A/AK/AKRON/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch

++ Mojolicious-Plugin-CHI-0.18.tar.gz -> Mojolicious-Plugin-CHI-0.19.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.18/Changes 
new/Mojolicious-Plugin-CHI-0.19/Changes
--- old/Mojolicious-Plugin-CHI-0.18/Changes 2018-09-18 13:42:16.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.19/Changes 2018-09-30 13:44:42.0 
+0200
@@ -1,3 +1,6 @@
+0.19 2018-09-30
+- Fix tests for Mojolicious > 8.01 compatibility.
+
 0.18 2018-09-18
 - Added support for CHI subclasses (rouzier++).
 - Remove unnecessary file permissions (manwar++).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.18/META.json 
new/Mojolicious-Plugin-CHI-0.19/META.json
--- old/Mojolicious-Plugin-CHI-0.18/META.json   2018-09-18 13:42:52.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.19/META.json   2018-09-30 19:45:26.0 
+0200
@@ -55,6 +55,6 @@
  "web" : "https://github.com/Akron/Mojolicious-Plugin-CHI;
   }
},
-   "version" : "0.18",
+   "version" : "0.19",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.18/META.yml 
new/Mojolicious-Plugin-CHI-0.19/META.yml
--- old/Mojolicious-Plugin-CHI-0.18/META.yml2018-09-18 13:42:52.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.19/META.yml2018-09-30 19:45:26.0 
+0200
@@ -28,5 +28,5 @@
   bugtracker: https://github.com/Akron/Mojolicious-Plugin-CHI/issues
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/Akron/Mojolicious-Plugin-CHI.git
-version: '0.18'
+version: '0.19'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Mojolicious-Plugin-CHI-0.18/lib/Mojolicious/Plugin/CHI.pm 
new/Mojolicious-Plugin-CHI-0.19/lib/Mojolicious/Plugin/CHI.pm
--- old/Mojolicious-Plugin-CHI-0.18/lib/Mojolicious/Plugin/CHI.pm   
2018-09-18 13:42:16.0 +0200
+++ new/Mojolicious-Plugin-CHI-0.19/lib/Mojolicious/Plugin/CHI.pm   
2018-09-30 13:44:54.0 +0200
@@ -3,7 +3,7 @@
 use Scalar::Util 'weaken';
 use CHI;
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 # Register Plugin
 sub register {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.18/t/CHI-Command.t 
new/Mojolicious-Plugin-CHI-0.19/t/CHI-Command.t
--- old/Mojolicious-Plugin-CHI-0.18/t/CHI-Command.t 2018-09-16 
14:57:20.0 +0200
+++ new/Mojolicious-Plugin-CHI-0.19/t/CHI-Command.t 2018-09-30 
13:43:41.0 +0200
@@ -37,15 +37,15 @@
 my $cmds = $app->commands;
 
 ok(grep/::CHI/, @{$cmds->namespaces}, 'Namespace is set');
-is(
-  $cmds->namespaces->[0],
-  

commit perl-Mojolicious-Plugin-CHI for openSUSE:Factory

2018-09-24 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-CHI for 
openSUSE:Factory checked in at 2018-09-24 13:13:59

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new (New)


Package is "perl-Mojolicious-Plugin-CHI"

Mon Sep 24 13:13:59 2018 rev:10 rq:637207 version:0.18

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes
  2016-09-13 22:25:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes
 2018-09-24 13:13:59.589630487 +0200
@@ -1,0 +2,6 @@
+Sat Sep 22 05:37:41 UTC 2018 - Stephan Kulow 
+
+- updated to 0.18
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-CHI/Changes
+
+---

Old:

  Mojolicious-Plugin-CHI-0.15.tar.gz

New:

  Mojolicious-Plugin-CHI-0.18.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-CHI.spec ++
--- /var/tmp/diff_new_pack.7iRzpk/_old  2018-09-24 13:13:59.993629787 +0200
+++ /var/tmp/diff_new_pack.7iRzpk/_new  2018-09-24 13:13:59.993629787 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojolicious-Plugin-CHI
 #
-# 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
@@ -12,19 +12,19 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Mojolicious-Plugin-CHI
-Version:0.15
+Version:0.18
 Release:0
 %define cpan_name Mojolicious-Plugin-CHI
 Summary:Use CHI Caches in Mojolicious
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Mojolicious-Plugin-CHI/
-Source0:
http://www.cpan.org/authors/id/A/AK/AKRON/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/A/AK/AKRON/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,6 +33,7 @@
 BuildRequires:  perl(CHI) >= 0.58
 BuildRequires:  perl(Digest::JHash) >= 0.05
 BuildRequires:  perl(Mojolicious) >= 4.77
+BuildRequires:  perl(Test::Memory::Cycle) >= 1.06
 BuildRequires:  perl(Test::Output) >= 1
 Requires:   perl(CHI) >= 0.58
 Requires:   perl(Digest::JHash) >= 0.05
@@ -61,6 +62,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE
+%doc Changes
+%license LICENSE
 
 %changelog

++ Mojolicious-Plugin-CHI-0.15.tar.gz -> Mojolicious-Plugin-CHI-0.18.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.15/Changes 
new/Mojolicious-Plugin-CHI-0.18/Changes
--- old/Mojolicious-Plugin-CHI-0.15/Changes 2016-09-09 10:07:25.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.18/Changes 2018-09-18 13:42:16.0 
+0200
@@ -1,3 +1,13 @@
+0.18 2018-09-18
+- Added support for CHI subclasses (rouzier++).
+- Remove unnecessary file permissions (manwar++).
+
+0.17 2018-09-16
+- Fix tests for Mojolicious 8 compatibility.
+
+0.16 2016-10-29
+- Added Readme to MANIFEST.
+
 0.15 2016-09-09
 - Fixed command namespace pushing to be limited.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.15/MANIFEST 
new/Mojolicious-Plugin-CHI-0.18/MANIFEST
--- old/Mojolicious-Plugin-CHI-0.15/MANIFEST2016-09-09 10:07:56.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.18/MANIFEST2018-09-18 13:42:52.0 
+0200
@@ -5,7 +5,9 @@
 t/CHI-Log.t
 t/CHI-Command.t
 t/CHI-NoIOLoop.t
+t/CHI-Class.t
 Changes
+Readme.pod
 MANIFEST
 LICENSE
 Makefile.PL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.15/META.json 
new/Mojolicious-Plugin-CHI-0.18/META.json
--- old/Mojolicious-Plugin-CHI-0.15/META.json   2016-09-09 10:07:56.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.18/META.json   2018-09-18 13:42:52.0 
+0200
@@ -4,7 +4,7 @@
   "Nils Diewald"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker 

commit perl-Mojolicious-Plugin-CHI for openSUSE:Factory

2016-09-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-CHI for 
openSUSE:Factory checked in at 2016-09-13 22:24:54

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new (New)


Package is "perl-Mojolicious-Plugin-CHI"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes
  2016-08-31 14:31:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes
 2016-09-13 22:25:44.0 +0200
@@ -1,0 +2,9 @@
+Sat Sep 10 05:45:15 UTC 2016 - co...@suse.com
+
+- updated to 0.15
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-CHI/Changes
+
+  0.15 2016-09-09
+  - Fixed command namespace pushing to be limited.
+
+---

Old:

  Mojolicious-Plugin-CHI-0.14.tar.gz

New:

  Mojolicious-Plugin-CHI-0.15.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-CHI.spec ++
--- /var/tmp/diff_new_pack.R6qGXu/_old  2016-09-13 22:25:45.0 +0200
+++ /var/tmp/diff_new_pack.R6qGXu/_new  2016-09-13 22:25:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-CHI
-Version:0.14
+Version:0.15
 Release:0
 %define cpan_name Mojolicious-Plugin-CHI
 Summary:Use CHI Caches in Mojolicious

++ Mojolicious-Plugin-CHI-0.14.tar.gz -> Mojolicious-Plugin-CHI-0.15.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.14/Changes 
new/Mojolicious-Plugin-CHI-0.15/Changes
--- old/Mojolicious-Plugin-CHI-0.14/Changes 2016-08-30 19:59:20.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.15/Changes 2016-09-09 10:07:25.0 
+0200
@@ -1,3 +1,6 @@
+0.15 2016-09-09
+- Fixed command namespace pushing to be limited.
+
 0.14 2016-08-30
 - Fixed META_MERGE in Makefile.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.14/META.json 
new/Mojolicious-Plugin-CHI-0.15/META.json
--- old/Mojolicious-Plugin-CHI-0.14/META.json   2016-08-30 21:29:18.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.15/META.json   2016-09-09 10:07:56.0 
+0200
@@ -54,6 +54,6 @@
  "web" : "https://github.com/Akron/Mojolicious-Plugin-CHI;
   }
},
-   "version" : "0.14",
+   "version" : "0.15",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.14/META.yml 
new/Mojolicious-Plugin-CHI-0.15/META.yml
--- old/Mojolicious-Plugin-CHI-0.14/META.yml2016-08-30 21:29:17.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.15/META.yml2016-09-09 10:07:56.0 
+0200
@@ -27,5 +27,5 @@
   bugtracker: https://github.com/Akron/Mojolicious-Plugin-CHI/issues
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/Akron/Mojolicious-Plugin-CHI.git
-version: '0.14'
+version: '0.15'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Mojolicious-Plugin-CHI-0.14/lib/Mojolicious/Plugin/CHI/chi.pm 
new/Mojolicious-Plugin-CHI-0.15/lib/Mojolicious/Plugin/CHI/chi.pm
--- old/Mojolicious-Plugin-CHI-0.14/lib/Mojolicious/Plugin/CHI/chi.pm   
2016-08-30 20:01:07.0 +0200
+++ new/Mojolicious-Plugin-CHI-0.15/lib/Mojolicious/Plugin/CHI/chi.pm   
2016-09-09 10:07:25.0 +0200
@@ -4,7 +4,7 @@
 
 use Getopt::Long qw/GetOptions :config no_auto_abbrev no_ignore_case/;
 
-has description => 'Interact with CHI caches.';
+has description => 'Interact with CHI caches';
 has usage   => sub { shift->extract_usage };
 
 sub _unknown {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Mojolicious-Plugin-CHI-0.14/lib/Mojolicious/Plugin/CHI.pm 
new/Mojolicious-Plugin-CHI-0.15/lib/Mojolicious/Plugin/CHI.pm
--- old/Mojolicious-Plugin-CHI-0.14/lib/Mojolicious/Plugin/CHI.pm   
2016-08-30 20:00:29.0 +0200
+++ new/Mojolicious-Plugin-CHI-0.15/lib/Mojolicious/Plugin/CHI.pm   
2016-09-09 10:07:25.0 +0200
@@ -3,7 +3,7 @@
 use Scalar::Util 'weaken';
 use CHI;
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 # Register Plugin
 sub register {
@@ -77,25 +77,28 @@
 $caches->{$name} = $cache;
   };
 
-  # Add 'chi' command
-  push @{$mojo->commands->namespaces}, __PACKAGE__;
+  # Only establish once
+  unless (exists $mojo->renderer->helpers->{chi}) {
 
+   

commit perl-Mojolicious-Plugin-CHI for openSUSE:Factory

2016-08-31 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-CHI for 
openSUSE:Factory checked in at 2016-08-31 14:31:53

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new (New)


Package is "perl-Mojolicious-Plugin-CHI"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes
  2016-04-12 19:33:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes
 2016-08-31 14:31:55.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug 31 05:59:30 UTC 2016 - co...@suse.com
+
+- updated to 0.14
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-CHI/Changes
+
+  0.14 2016-08-30
+  - Fixed META_MERGE in Makefile.
+
+---

Old:

  Mojolicious-Plugin-CHI-0.13.tar.gz

New:

  Mojolicious-Plugin-CHI-0.14.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-CHI.spec ++
--- /var/tmp/diff_new_pack.mHW0RI/_old  2016-08-31 14:31:56.0 +0200
+++ /var/tmp/diff_new_pack.mHW0RI/_new  2016-08-31 14:31:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-CHI
-Version:0.13
+Version:0.14
 Release:0
 %define cpan_name Mojolicious-Plugin-CHI
 Summary:Use CHI Caches in Mojolicious

++ Mojolicious-Plugin-CHI-0.13.tar.gz -> Mojolicious-Plugin-CHI-0.14.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.13/Changes 
new/Mojolicious-Plugin-CHI-0.14/Changes
--- old/Mojolicious-Plugin-CHI-0.13/Changes 2016-04-01 11:42:35.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.14/Changes 2016-08-30 19:59:20.0 
+0200
@@ -1,46 +1,49 @@
+0.14 2016-08-30
+- Fixed META_MERGE in Makefile.
+
 0.13 2016-04-01
 - Added dependency of Digest::JHash,
- as there seem to be broken builds of CHI out there
- (dependencies in CHI are correkt; cpantesters).
+  as there seem to be broken builds of CHI out there
+  (dependencies in CHI are correkt; cpantesters).
 
 0.12 2015-11-14
 - Removed smartmatch in tests.
-   - Made dependencies more concrete.
+- Made dependencies more concrete.
 
 0.11 2015-01-16
 - Improve error handling in commands.
 
 0.10 2015-01-16
 - Improve documentation regarding precedence of configuration.
-   - Improve config check.
-   - Improve license information in M::P::CHI::chi.
-   - Update year.
+- Improve config check.
+- Improve license information in M::P::CHI::chi.
+- Update year.
 
 0.09 2014-04-20
 - Bugfix test suite.
 
 0.08 2014-04-17
 - Logging now defaults to application log.
-   - Update requirements.
-   - Added commands.
+- Update requirements.
+- Added commands.
 
 0.07 2014-04-01
 - Update year.
-   - Documentation tweaks on CHI.
-   - Fixed License issue (now coherent Artistic License 2.0; max).
+- Documentation tweaks on CHI.
+- Fixed License issue (now coherent Artistic License 2.0; max).
 
 0.06 2013-03-08
 - Update year.
-   - Update description.
-   - Documentation tweaks.
-   - Namespaces parameter now set by default
- (the opposite was deprecated in 0.04).
-   - Improve test suite.
-   - Warn regarding non-unique cache handles.
+- Update description.
+- Documentation tweaks.
+- Namespaces parameter now set by default
+  (the opposite was deprecated in 0.04).
+- Improve test suite.
+- Warn regarding non-unique cache handles.
 
 0.05 2012-12-07
 - Fix for never started IOLoops.
-   - Removed IOLoop dependency (reneeb).
+- Removed IOLoop dependency (reneeb).
 
 0.04 2012-11-26
 - Introduced 'namespaces' parameter.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.13/META.json 
new/Mojolicious-Plugin-CHI-0.14/META.json
--- old/Mojolicious-Plugin-CHI-0.13/META.json   2016-04-01 12:14:38.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.14/META.json   2016-08-30 21:29:18.0 
+0200
@@ -4,7 +4,7 @@
   "Nils Diewald"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "artistic_2"
],
@@ -43,17 +43,17 @@
"release_status" : "stable",
  

commit perl-Mojolicious-Plugin-CHI for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-CHI for 
openSUSE:Factory checked in at 2016-04-12 19:33:42

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new (New)


Package is "perl-Mojolicious-Plugin-CHI"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes
  2015-11-17 14:22:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes
 2016-04-12 19:33:43.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  4 10:01:09 UTC 2016 - co...@suse.com
+
+- updated to 0.13
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-CHI/Changes
+
+  0.13 2016-04-01
+  - Added dependency of Digest::JHash,
+ as there seem to be broken builds of CHI out there
+ (dependencies in CHI are correkt; cpantesters).
+
+---

Old:

  Mojolicious-Plugin-CHI-0.12.tar.gz

New:

  Mojolicious-Plugin-CHI-0.13.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-CHI.spec ++
--- /var/tmp/diff_new_pack.CA8uR4/_old  2016-04-12 19:33:44.0 +0200
+++ /var/tmp/diff_new_pack.CA8uR4/_new  2016-04-12 19:33:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojolicious-Plugin-CHI
 #
-# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-CHI
-Version:0.12
+Version:0.13
 Release:0
 %define cpan_name Mojolicious-Plugin-CHI
 Summary:Use CHI Caches in Mojolicious
@@ -31,9 +31,11 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CHI) >= 0.58
+BuildRequires:  perl(Digest::JHash) >= 0.05
 BuildRequires:  perl(Mojolicious) >= 4.77
 BuildRequires:  perl(Test::Output) >= 1
 Requires:   perl(CHI) >= 0.58
+Requires:   perl(Digest::JHash) >= 0.05
 Requires:   perl(Mojolicious) >= 4.77
 %{perl_requires}
 
@@ -43,7 +45,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Mojolicious-Plugin-CHI-0.12.tar.gz -> Mojolicious-Plugin-CHI-0.13.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.12/Changes 
new/Mojolicious-Plugin-CHI-0.13/Changes
--- old/Mojolicious-Plugin-CHI-0.12/Changes 2015-11-14 11:56:07.0 
+0100
+++ new/Mojolicious-Plugin-CHI-0.13/Changes 2016-04-01 11:42:35.0 
+0200
@@ -1,3 +1,8 @@
+0.13 2016-04-01
+- Added dependency of Digest::JHash,
+ as there seem to be broken builds of CHI out there
+ (dependencies in CHI are correkt; cpantesters).
+
 0.12 2015-11-14
 - Removed smartmatch in tests.
- Made dependencies more concrete.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.12/META.json 
new/Mojolicious-Plugin-CHI-0.13/META.json
--- old/Mojolicious-Plugin-CHI-0.12/META.json   2015-11-14 11:57:35.0 
+0100
+++ new/Mojolicious-Plugin-CHI-0.13/META.json   2016-04-01 12:14:38.0 
+0200
@@ -34,6 +34,7 @@
   "runtime" : {
  "requires" : {
 "CHI" : "0.58",
+"Digest::JHash" : "0.05",
 "Mojolicious" : "4.77",
 "perl" : "5.010001"
  }
@@ -41,13 +42,18 @@
},
"release_status" : "stable",
"resources" : {
+  "bugtracker" : {
+ "web" : "https://github.com/Akron/XML-Loy/issues;
+  },
   "license" : [
  "http://www.opensource.org/licenses/artistic-license-2.0;
   ],
   "repository" : {
- "url" : "https://github.com/Akron/Mojolicious-Plugin-CHI;
+ "type" : "git",
+ "url" : "https://github.com/Akron/XML-Loy.git;,
+ "web" : "https://github.com/Akron/XML-Loy;
   }
},
-   "version" : "0.12",
+   "version" : "0.13",
"x_serialization_backend" : "JSON::PP version 2.27203"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.12/META.yml 
new/Mojolicious-Plugin-CHI-0.13/META.yml
--- old/Mojolicious-Plugin-CHI-0.12/META.yml2015-11-14 11:57:35.0 
+0100
+++ new/Mojolicious-Plugin-CHI-0.13/META.yml2016-04-01 

commit perl-Mojolicious-Plugin-CHI for openSUSE:Factory

2015-11-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-CHI for 
openSUSE:Factory checked in at 2015-11-17 14:22:46

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new (New)


Package is "perl-Mojolicious-Plugin-CHI"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes
  2015-04-27 22:09:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes
 2015-11-17 14:22:47.0 +0100
@@ -1,0 +2,10 @@
+Sun Nov 15 09:54:05 UTC 2015 - co...@suse.com
+
+- updated to 0.12
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-CHI/Changes
+
+  0.12 2015-11-14
+  - Removed smartmatch in tests.
+   - Made dependencies more concrete.
+
+---

Old:

  Mojolicious-Plugin-CHI-0.11.tar.gz

New:

  Mojolicious-Plugin-CHI-0.12.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-CHI.spec ++
--- /var/tmp/diff_new_pack.vDSdJr/_old  2015-11-17 14:22:47.0 +0100
+++ /var/tmp/diff_new_pack.vDSdJr/_new  2015-11-17 14:22:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-CHI
-Version:0.11
+Version:0.12
 Release:0
 %define cpan_name Mojolicious-Plugin-CHI
 Summary:Use CHI Caches in Mojolicious
@@ -30,16 +30,16 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CHI)
+BuildRequires:  perl(CHI) >= 0.58
 BuildRequires:  perl(Mojolicious) >= 4.77
 BuildRequires:  perl(Test::Output) >= 1
-Requires:   perl(CHI)
+Requires:   perl(CHI) >= 0.58
 Requires:   perl(Mojolicious) >= 4.77
 %{perl_requires}
 
 %description
-the Mojolicious::Plugin::CHI manpage is a simple plugin to work with the
-CHI manpage caches within Mojolicious.
+Mojolicious::Plugin::CHI is a simple plugin to work with CHI caches within
+Mojolicious.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Mojolicious-Plugin-CHI-0.11.tar.gz -> Mojolicious-Plugin-CHI-0.12.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.11/Changes 
new/Mojolicious-Plugin-CHI-0.12/Changes
--- old/Mojolicious-Plugin-CHI-0.11/Changes 2015-01-16 03:34:16.0 
+0100
+++ new/Mojolicious-Plugin-CHI-0.12/Changes 2015-11-14 11:56:07.0 
+0100
@@ -1,3 +1,7 @@
+0.12 2015-11-14
+- Removed smartmatch in tests.
+   - Made dependencies more concrete.
+
 0.11 2015-01-16
 - Improve error handling in commands.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.11/META.json 
new/Mojolicious-Plugin-CHI-0.12/META.json
--- old/Mojolicious-Plugin-CHI-0.11/META.json   2015-01-16 04:08:36.0 
+0100
+++ new/Mojolicious-Plugin-CHI-0.12/META.json   2015-11-14 11:57:35.0 
+0100
@@ -4,7 +4,7 @@
   "Nils Diewald"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter 
version 2.141170",
+   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "artistic_2"
],
@@ -33,7 +33,7 @@
   },
   "runtime" : {
  "requires" : {
-"CHI" : "0",
+"CHI" : "0.58",
 "Mojolicious" : "4.77",
 "perl" : "5.010001"
  }
@@ -48,5 +48,6 @@
  "url" : "https://github.com/Akron/Mojolicious-Plugin-CHI;
   }
},
-   "version" : "0.11"
+   "version" : "0.12",
+   "x_serialization_backend" : "JSON::PP version 2.27203"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.11/META.yml 
new/Mojolicious-Plugin-CHI-0.12/META.yml
--- old/Mojolicious-Plugin-CHI-0.11/META.yml2015-01-16 04:08:36.0 
+0100
+++ new/Mojolicious-Plugin-CHI-0.12/META.yml2015-11-14 11:57:35.0 
+0100
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter version 
2.141170'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150005'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,10 +19,11 @@
 - t
 - inc
 requires:
-  CHI: '0'
+  CHI: '0.58'
   Mojolicious: '4.77'
   perl: '5.010001'
 resources:
   license: http://www.opensource.org/licenses/artistic-license-2.0
   

commit perl-Mojolicious-Plugin-CHI for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-CHI for 
openSUSE:Factory checked in at 2015-04-27 22:08:34

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new (New)


Package is perl-Mojolicious-Plugin-CHI

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes
  2014-04-25 16:11:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes
 2015-04-27 22:09:07.0 +0200
@@ -1,0 +2,15 @@
+Sat Apr 25 07:24:15 UTC 2015 - co...@suse.com
+
+- updated to 0.11
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-CHI/Changes
+
+  0.11 2015-01-16
+  - Improve error handling in commands.
+  
+  0.10 2015-01-16
+  - Improve documentation regarding precedence of configuration.
+   - Improve config check.
+   - Improve license information in M::P::CHI::chi.
+   - Update year.
+
+---

Old:

  Mojolicious-Plugin-CHI-0.09.tar.gz

New:

  Mojolicious-Plugin-CHI-0.11.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Mojolicious-Plugin-CHI.spec ++
--- /var/tmp/diff_new_pack.GfgXXe/_old  2015-04-27 22:09:07.0 +0200
+++ /var/tmp/diff_new_pack.GfgXXe/_new  2015-04-27 22:09:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojolicious-Plugin-CHI
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,31 +17,33 @@
 
 
 Name:   perl-Mojolicious-Plugin-CHI
-Version:0.09
+Version:0.11
 Release:0
 %define cpan_name Mojolicious-Plugin-CHI
-Summary:Use CHI caches in Mojolicious
+Summary:Use CHI Caches in Mojolicious
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Mojolicious-Plugin-CHI/
-Source: 
http://www.cpan.org/authors/id/A/AK/AKRON/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/A/AK/AKRON/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CHI)
 BuildRequires:  perl(Mojolicious) = 4.77
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Output) = 1.0
+BuildRequires:  perl(Test::Output) = 1
 Requires:   perl(CHI)
 Requires:   perl(Mojolicious) = 4.77
 %{perl_requires}
 
 %description
-Mojolicious::Plugin::CHI is a simple plugin to work with CHI caches within 
Mojolicious.
+the Mojolicious::Plugin::CHI manpage is a simple plugin to work with the
+CHI manpage caches within Mojolicious.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Mojolicious-Plugin-CHI-0.09.tar.gz - Mojolicious-Plugin-CHI-0.11.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.09/Changes 
new/Mojolicious-Plugin-CHI-0.11/Changes
--- old/Mojolicious-Plugin-CHI-0.09/Changes 2014-04-20 20:27:56.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.11/Changes 2015-01-16 03:34:16.0 
+0100
@@ -1,3 +1,12 @@
+0.11 2015-01-16
+- Improve error handling in commands.
+
+0.10 2015-01-16
+- Improve documentation regarding precedence of configuration.
+   - Improve config check.
+   - Improve license information in M::P::CHI::chi.
+   - Update year.
+
 0.09 2014-04-20
 - Bugfix test suite.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.09/META.json 
new/Mojolicious-Plugin-CHI-0.11/META.json
--- old/Mojolicious-Plugin-CHI-0.09/META.json   2014-04-20 20:31:41.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.11/META.json   2015-01-16 04:08:36.0 
+0100
@@ -4,7 +4,7 @@
   Nils Diewald
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter 
version 2.120351,
+   generated_by : ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter 
version 2.141170,
license : [
   artistic_2
],
@@ -48,5 +48,5 @@
  url : https://github.com/Akron/Mojolicious-Plugin-CHI;
   }
},
-   version : 0.09
+   version : 0.11
 }
diff -urN 

commit perl-Mojolicious-Plugin-CHI for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-CHI for 
openSUSE:Factory checked in at 2014-04-25 16:11:42

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new (New)


Package is perl-Mojolicious-Plugin-CHI

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes
  2014-04-02 17:25:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes
 2014-04-25 16:11:44.0 +0200
@@ -1,0 +2,14 @@
+Mon Apr 21 06:30:54 UTC 2014 - m...@suse.com
+
+- Update to version 0.09
+  * Bugfix test suite.
+
+---
+Mon Apr 21 06:30:16 UTC 2014 - m...@suse.com
+
+- Update to version 0.08
+  * Logging now defaults to application log.
+  * Update requirements.
+  *Added commands.
+
+---

Old:

  Mojolicious-Plugin-CHI-0.07.tar.gz

New:

  Mojolicious-Plugin-CHI-0.09.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-CHI.spec ++
--- /var/tmp/diff_new_pack.3gVFSR/_old  2014-04-25 16:11:45.0 +0200
+++ /var/tmp/diff_new_pack.3gVFSR/_new  2014-04-25 16:11:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-CHI
-Version:0.07
+Version:0.09
 Release:0
 %define cpan_name Mojolicious-Plugin-CHI
 Summary:Use CHI caches in Mojolicious
@@ -30,10 +30,11 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CHI)
-BuildRequires:  perl(Mojolicious) = 3.43
+BuildRequires:  perl(Mojolicious) = 4.77
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Output) = 1.0
 Requires:   perl(CHI)
-Requires:   perl(Mojolicious) = 3.43
+Requires:   perl(Mojolicious) = 4.77
 %{perl_requires}
 
 %description

++ Mojolicious-Plugin-CHI-0.07.tar.gz - Mojolicious-Plugin-CHI-0.09.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.07/Changes 
new/Mojolicious-Plugin-CHI-0.09/Changes
--- old/Mojolicious-Plugin-CHI-0.07/Changes 2014-04-01 17:37:46.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.09/Changes 2014-04-20 20:27:56.0 
+0200
@@ -1,3 +1,11 @@
+0.09 2014-04-20
+- Bugfix test suite.
+
+0.08 2014-04-17
+- Logging now defaults to application log.
+   - Update requirements.
+   - Added commands.
+
 0.07 2014-04-01
 - Update year.
- Documentation tweaks on CHI.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.07/MANIFEST 
new/Mojolicious-Plugin-CHI-0.09/MANIFEST
--- old/Mojolicious-Plugin-CHI-0.07/MANIFEST2014-04-01 17:39:15.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.09/MANIFEST2014-04-20 20:31:41.0 
+0200
@@ -1,6 +1,9 @@
 lib/Mojolicious/Plugin/CHI.pm
+lib/Mojolicious/Plugin/CHI/chi.pm
 t/CHI.t
 t/CHI-File.t
+t/CHI-Log.t
+t/CHI-Command.t
 t/CHI-NoIOLoop.t
 Changes
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.07/META.json 
new/Mojolicious-Plugin-CHI-0.09/META.json
--- old/Mojolicious-Plugin-CHI-0.07/META.json   2014-04-01 17:39:15.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.09/META.json   2014-04-20 20:31:41.0 
+0200
@@ -22,7 +22,8 @@
prereqs : {
   build : {
  requires : {
-Test::More : 0
+Test::More : 0,
+Test::Output : 1
  }
   },
   configure : {
@@ -33,7 +34,7 @@
   runtime : {
  requires : {
 CHI : 0,
-Mojolicious : 3.43,
+Mojolicious : 4.77,
 perl : 5.010001
  }
   }
@@ -47,5 +48,5 @@
  url : https://github.com/Akron/Mojolicious-Plugin-CHI;
   }
},
-   version : 0.07
+   version : 0.09
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.07/META.yml 
new/Mojolicious-Plugin-CHI-0.09/META.yml
--- old/Mojolicious-Plugin-CHI-0.07/META.yml2014-04-01 17:39:15.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.09/META.yml2014-04-20 20:31:41.0 
+0200
@@ -4,6 +4,7 @@
   - 'Nils Diewald'
 build_requires:
   Test::More: '0'
+  Test::Output: '1'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
@@ -19,9 +20,9 @@
 - inc
 requires:
   CHI: '0'
-  Mojolicious: '3.43'
+  Mojolicious: '4.77'
   perl: '5.010001'
 resources:
   license: 

commit perl-Mojolicious-Plugin-CHI for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-CHI for 
openSUSE:Factory checked in at 2014-04-02 17:25:16

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new (New)


Package is perl-Mojolicious-Plugin-CHI

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes
  2014-03-28 13:17:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes
 2014-04-02 17:25:17.0 +0200
@@ -1,0 +2,8 @@
+Wed Apr  2 05:58:14 UTC 2014 - m...@suse.com
+
+- Update to 0.07
+  - Update year.
+  - Documentation tweaks on CHI.
+  - Fixed License issue (now coherent Artistic License 2.0)
+
+---

Old:

  Mojolicious-Plugin-CHI-0.06.tar.gz

New:

  Mojolicious-Plugin-CHI-0.07.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-CHI.spec ++
--- /var/tmp/diff_new_pack.einpOK/_old  2014-04-02 17:25:18.0 +0200
+++ /var/tmp/diff_new_pack.einpOK/_new  2014-04-02 17:25:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-CHI
-Version:0.06
+Version:0.07
 Release:0
 %define cpan_name Mojolicious-Plugin-CHI
 Summary:Use CHI caches in Mojolicious

++ Mojolicious-Plugin-CHI-0.06.tar.gz - Mojolicious-Plugin-CHI-0.07.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.06/Changes 
new/Mojolicious-Plugin-CHI-0.07/Changes
--- old/Mojolicious-Plugin-CHI-0.06/Changes 2013-03-08 01:17:58.0 
+0100
+++ new/Mojolicious-Plugin-CHI-0.07/Changes 2014-04-01 17:37:46.0 
+0200
@@ -1,3 +1,8 @@
+0.07 2014-04-01
+- Update year.
+   - Documentation tweaks on CHI.
+   - Fixed License issue (now coherent Artistic License 2.0; max).
+
 0.06 2013-03-08
 - Update year.
- Update description.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.06/META.json 
new/Mojolicious-Plugin-CHI-0.07/META.json
--- old/Mojolicious-Plugin-CHI-0.06/META.json   2013-03-08 01:18:57.0 
+0100
+++ new/Mojolicious-Plugin-CHI-0.07/META.json   2014-04-01 17:39:15.0 
+0200
@@ -1,12 +1,12 @@
 {
-   abstract : Use CHI caches in Mojolicious,
+   abstract : Use CHI Caches in Mojolicious,
author : [
   Nils Diewald
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter 
version 2.120351,
license : [
-  perl_5
+  artistic_2
],
meta-spec : {
   url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
@@ -47,5 +47,5 @@
  url : https://github.com/Akron/Mojolicious-Plugin-CHI;
   }
},
-   version : 0.06
+   version : 0.07
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.06/META.yml 
new/Mojolicious-Plugin-CHI-0.07/META.yml
--- old/Mojolicious-Plugin-CHI-0.06/META.yml2013-03-08 01:18:57.0 
+0100
+++ new/Mojolicious-Plugin-CHI-0.07/META.yml2014-04-01 17:39:15.0 
+0200
@@ -1,27 +1,27 @@
 ---
-abstract: 'Use CHI caches in Mojolicious'
+abstract: 'Use CHI Caches in Mojolicious'
 author:
   - 'Nils Diewald'
 build_requires:
-  Test::More: 0
+  Test::More: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.120921'
-license: perl
+generated_by: 'ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter version 
2.120351'
+license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Mojolicious-Plugin-CHI
 no_index:
   directory:
 - t
 - inc
 requires:
-  CHI: 0
-  Mojolicious: 3.43
-  perl: 5.010001
+  CHI: '0'
+  Mojolicious: '3.43'
+  perl: '5.010001'
 resources:
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/Akron/Mojolicious-Plugin-CHI
-version: 0.06
+version: '0.07'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.06/Makefile.PL 
new/Mojolicious-Plugin-CHI-0.07/Makefile.PL
--- old/Mojolicious-Plugin-CHI-0.06/Makefile.PL 2013-03-02 01:46:04.0 
+0100
+++ new/Mojolicious-Plugin-CHI-0.07/Makefile.PL 2014-03-30 15:57:59.0 
+0200
@@