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.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes
     2016-04-12 19:33:43.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.CA8uR4/_new  2016-04-12 19:33:44.000000000 +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.000000000 
+0100
+++ new/Mojolicious-Plugin-CHI-0.13/Changes     2016-04-01 11:42:35.000000000 
+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.000000000 
+0100
+++ new/Mojolicious-Plugin-CHI-0.13/META.json   2016-04-01 12:14:38.000000000 
+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.yml    2015-11-14 11:57:35.000000000 
+0100
+++ new/Mojolicious-Plugin-CHI-0.13/META.yml    2016-04-01 12:14:38.000000000 
+0200
@@ -20,10 +20,12 @@
     - inc
 requires:
   CHI: '0.58'
+  Digest::JHash: '0.05'
   Mojolicious: '4.77'
   perl: '5.010001'
 resources:
+  bugtracker: https://github.com/Akron/XML-Loy/issues
   license: http://www.opensource.org/licenses/artistic-license-2.0
-  repository: https://github.com/Akron/Mojolicious-Plugin-CHI
-version: '0.12'
+  repository: https://github.com/Akron/XML-Loy.git
+version: '0.13'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.12/Makefile.PL 
new/Mojolicious-Plugin-CHI-0.13/Makefile.PL
--- old/Mojolicious-Plugin-CHI-0.12/Makefile.PL 2015-11-14 11:56:28.000000000 
+0100
+++ new/Mojolicious-Plugin-CHI-0.13/Makefile.PL 2016-04-01 12:14:20.000000000 
+0200
@@ -15,16 +15,27 @@
   },
   PREREQ_PM => {
     'Mojolicious' => 4.77,
-    'CHI'         => 0.58
+    'CHI'         => 0.58,
+    # Already a dep of CHI, but some perltesters failed
+    'Digest::JHash' => 0.05
   },
   LICENSE      => 'artistic_2',
-  META_MERGE   => {
-    requires  => {perl => '5.010001'},
+  (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
+    'meta-spec' => { version => 2 },
+    requires  => { perl => '5.010001' },
     resources => {
       license     => 'http://www.opensource.org/licenses/artistic-license-2.0',
-      repository  => 'https://github.com/Akron/Mojolicious-Plugin-CHI'
+      repository  => {
+        type => 'git',
+        web => 'https://github.com/Akron/XML-Loy',
+        url => 'https://github.com/Akron/XML-Loy.git',
+      },
+      bugtracker  => {
+        web => 'https://github.com/Akron/XML-Loy/issues',
+      },
     }
-  },
+  }) : (),
+  ),
   MIN_PERL_VERSION => '5.010001',
   test => {TESTS => 't/*.t'}
 );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Mojolicious-Plugin-CHI-0.12/lib/Mojolicious/Plugin/CHI/chi.pm 
new/Mojolicious-Plugin-CHI-0.13/lib/Mojolicious/Plugin/CHI/chi.pm
--- old/Mojolicious-Plugin-CHI-0.12/lib/Mojolicious/Plugin/CHI/chi.pm   
2015-01-16 04:15:59.000000000 +0100
+++ new/Mojolicious-Plugin-CHI-0.13/lib/Mojolicious/Plugin/CHI/chi.pm   
2016-04-01 11:40:34.000000000 +0200
@@ -204,7 +204,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2013-2015, L<Nils Diewald||http://nils-diewald.de>.
+Copyright (C) 2013-2016, L<Nils Diewald||http://nils-diewald.de>.
 
 This program is free software, you can redistribute it
 and/or modify it under the terms of the Artistic License version 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Mojolicious-Plugin-CHI-0.12/lib/Mojolicious/Plugin/CHI.pm 
new/Mojolicious-Plugin-CHI-0.13/lib/Mojolicious/Plugin/CHI.pm
--- old/Mojolicious-Plugin-CHI-0.12/lib/Mojolicious/Plugin/CHI.pm       
2015-11-14 11:57:04.000000000 +0100
+++ new/Mojolicious-Plugin-CHI-0.13/lib/Mojolicious/Plugin/CHI.pm       
2016-04-01 11:40:20.000000000 +0200
@@ -3,7 +3,7 @@
 use Scalar::Util 'weaken';
 use CHI;
 
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 
 # Register Plugin
 sub register {
@@ -283,7 +283,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2012-2015, L<Nils Diewald|http://nils-diewald.de/>.
+Copyright (C) 2012-2016, L<Nils Diewald|http://nils-diewald.de/>.
 
 This program is free software, you can redistribute it
 and/or modify it under the terms of the Artistic License version 2.0.


Reply via email to