Hello community,

here is the log from the commit of package perl-Cache-Cache for 
openSUSE:Factory checked in at 2014-09-23 10:42:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Cache-Cache (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Cache-Cache.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Cache-Cache"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Cache-Cache/perl-Cache-Cache.changes        
2014-03-28 13:17:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Cache-Cache.new/perl-Cache-Cache.changes   
2014-09-23 10:42:47.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 18 09:23:52 UTC 2014 - [email protected]
+
+- update to version 1.07
+  * fix a bug where we checked @$ instead of $@ after eval
+
+-------------------------------------------------------------------

Old:
----
  Cache-Cache-1.06.tar.gz

New:
----
  Cache-Cache-1.07.tar.gz

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

Other differences:
------------------
++++++ perl-Cache-Cache.spec ++++++
--- /var/tmp/diff_new_pack.mJ1c2O/_old  2014-09-23 10:42:48.000000000 +0200
+++ /var/tmp/diff_new_pack.mJ1c2O/_new  2014-09-23 10:42:48.000000000 +0200
@@ -17,22 +17,24 @@
 
 
 Name:           perl-Cache-Cache
-Version:        1.06
+Version:        1.07
 Release:        0
 %define cpan_name Cache-Cache
 Summary:        The Cache::Cache cache interface
 License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Cache-Cache/
-Source:         
http://www.cpan.org/authors/id/J/JS/JSWARTZ/%{cpan_name}-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl(Digest::SHA1)
-BuildRequires:  perl(Error)
 BuildRequires:  perl-macros
-Requires:       perl(Digest::SHA1)
-Requires:       perl(Error)
+BuildRequires:  perl(Digest::SHA1) >= 2.02
+BuildRequires:  perl(Error) >= 0.15
+BuildRequires:  perl(IPC::ShareLite) >= 0.09
+Requires:       perl(Digest::SHA1) >= 2.02
+Requires:       perl(Error) >= 0.15
+Requires:       perl(IPC::ShareLite) >= 0.09
 %{perl_requires}
 
 %description

++++++ Cache-Cache-1.06.tar.gz -> Cache-Cache-1.07.tar.gz ++++++
Files old/Cache-Cache-1.06/._META.yml and new/Cache-Cache-1.07/._META.yml differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cache-Cache-1.06/CHANGES new/Cache-Cache-1.07/CHANGES
--- old/Cache-Cache-1.06/CHANGES        2009-03-01 01:53:14.000000000 +0100
+++ new/Cache-Cache-1.07/CHANGES        2014-09-17 15:58:18.000000000 +0200
@@ -1,6 +1,9 @@
 Revision history for Cache
 
-1.06 in progress
+1.07 2014-09-17
+ - fix a bug where we checked @$ instead of $@ after eval
+
+1.06 2009-02-28
  - updated the project homepage and added notes about the CHI project
  - fixed extra "use vars" in CacheUtils
 
@@ -12,7 +15,7 @@
 1.04 2005-03-17-11-23
  - release version 1.04
  - repair permissions on temp cache files
- 
+
 1.03 2004-10-04-11-23
  - release version 1.03
  - modified the FileBackend to use the more robust File::Temp
@@ -52,10 +55,10 @@
  - released version 0.99
  - major refactoring of code
  - replaced non-standard usage of SUCCESS and FAILURE with Error.pm
- - replaced non-standard usage of TRUE and FALSE with 1 and 0 
+ - replaced non-standard usage of TRUE and FALSE with 1 and 0
  - migrated from the term "identifier" to the more standard term "key"
    and marked the old public methods with identifier as deprecated
- - broke out the MemoryBackend, FileBackend, SharedMemoryBackend into 
+ - broke out the MemoryBackend, FileBackend, SharedMemoryBackend into
    distinct and reusable classes
  - fixed a long outstanding bug in the unit tests that made working
    caches appear to fail
@@ -99,7 +102,7 @@
  - released version 0.07
  - prepared for initial CPAN release
  - improved Cache::Cache documentation
- - removed last "use IPC::Shareable" 
+ - removed last "use IPC::Shareable"
  - added support in the Makefile.PL to conditionally build the
    SharedMemoryCache, which requires IPC::ShareLite, and thus runs only
    on certain architectures.  Also broke out the IPC related routines
@@ -109,7 +112,7 @@
 0.06 2001-03-23-08-36
  - release version 0.06
  - added the get_identifiers method to the Cache interface, implemented
-   the method for all classes, added a new test, and updated the test 
+   the method for all classes, added a new test, and updated the test
    scripts
  - added the size property to Object
  - added the _freeze and _thaw methods to the BaseCache class and
@@ -129,7 +132,7 @@
  - added exclusive locking on the shared cache for operations that
    will both read and write to the cache
  - replaced the cache_hash_ref instance property in MemoryCache with
-   a class property and updated the SharedMemoryCache and 
+   a class property and updated the SharedMemoryCache and
    SizeAwareSharedMemoryCache modules accordingly
  - started version 0.06
 
@@ -151,12 +154,12 @@
 0.03 2001-03-10-12-40
  - released version 0.03
  - made the FileCache more multi-user friendly by allowing a more
-   permissive default directory umask, which can also be optionally 
+   permissive default directory umask, which can also be optionally
    overridden
  - updated documentation and code style
  - completely rewrote and improved the limit_size method for a major
    performance gain
- - updated the syntax for expiration times to include the [number] [unit] 
+ - updated the syntax for expiration times to include the [number] [unit]
    format, e.g. "10 seconds"
  - added the get_object method to the Cache interface, which allows
    access to the underlying cache object (without potentially expiring
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cache-Cache-1.06/MANIFEST 
new/Cache-Cache-1.07/MANIFEST
--- old/Cache-Cache-1.06/MANIFEST       2009-03-01 01:53:14.000000000 +0100
+++ new/Cache-Cache-1.07/MANIFEST       2014-09-17 16:01:29.000000000 +0200
@@ -33,4 +33,5 @@
 t/5_test_size_aware_file_cache.t
 t/6_test_size_aware_memory_cache.t
 t/7_test_size_aware_shared_memory_cache.t
-META.yml                                 Module meta-data (added by MakeMaker)
+META.yml                                 Module YAML meta-data (added by 
MakeMaker)
+META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cache-Cache-1.06/META.json 
new/Cache-Cache-1.07/META.json
--- old/Cache-Cache-1.06/META.json      1970-01-01 01:00:00.000000000 +0100
+++ new/Cache-Cache-1.07/META.json      2014-09-17 16:01:28.000000000 +0200
@@ -0,0 +1,45 @@
+{
+   "abstract" : "unknown",
+   "author" : [
+      "unknown"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142060",
+   "license" : [
+      "unknown"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "Cache-Cache",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Digest::SHA1" : "2.02",
+            "Error" : "0.15",
+            "File::Spec" : "0.82",
+            "IPC::ShareLite" : "0.09",
+            "Storable" : "1.014"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "version" : "1.07"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cache-Cache-1.06/META.yml 
new/Cache-Cache-1.07/META.yml
--- old/Cache-Cache-1.06/META.yml       2009-03-01 01:53:14.000000000 +0100
+++ new/Cache-Cache-1.07/META.yml       2014-09-17 16:01:28.000000000 +0200
@@ -1,14 +1,26 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Cache-Cache
-version:      1.05
-version_from: lib/Cache/Cache.pm
-installdirs:  site
+---
+abstract: unknown
+author:
+  - unknown
+build_requires:
+  ExtUtils::MakeMaker: '0'
+configure_requires:
+  ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.142060'
+license: unknown
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: '1.4'
+name: Cache-Cache
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-    Digest::SHA1:                  2.02
-    Error:                         0.15
-    File::Spec:                    0.82
-    Storable:                      1.014
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+  Digest::SHA1: '2.02'
+  Error: '0.15'
+  File::Spec: '0.82'
+  IPC::ShareLite: '0.09'
+  Storable: '1.014'
+version: '1.07'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cache-Cache-1.06/Makefile.PL 
new/Cache-Cache-1.07/Makefile.PL
--- old/Cache-Cache-1.06/Makefile.PL    2009-03-01 01:53:14.000000000 +0100
+++ new/Cache-Cache-1.07/Makefile.PL    2014-09-17 15:56:35.000000000 +0200
@@ -1,3 +1,4 @@
+use strict;
 use ExtUtils::MakeMaker;
 
 ##
@@ -10,11 +11,11 @@
 my $COMPRESS = 'gzip';
 my $SUFFIX = '.gz';
 my $DEFAULT_PREREQ_PM = {
-                         Digest::SHA1 => '2.02',
-                         File::Spec => '0.82',
-                         Storable => '1.014',
-                         IPC::ShareLite => '0.09',
-                         Error => '0.15'
+                         'Digest::SHA1' => '2.02',
+                         'File::Spec' => '0.82',
+                         'Storable' => '1.014',
+                         'IPC::ShareLite' => '0.09',
+                         'Error' => '0.15'
                         };
 
 my @NON_IPC_TESTS = ( 't/1_test_cache_interface.t',
@@ -49,7 +50,7 @@
   {
     Print_ShareLite_Missing_Message( );
     $options{test} = { TESTS => join( ' ', @NON_IPC_TESTS ) };
-    delete $options{PREREQ_PM}->{IPC::ShareLite};
+    delete $options{PREREQ_PM}->{'IPC::ShareLite'};
   }
 
   WriteMakefile( %options );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cache-Cache-1.06/lib/Cache/Cache.pm 
new/Cache-Cache-1.07/lib/Cache/Cache.pm
--- old/Cache-Cache-1.06/lib/Cache/Cache.pm     2009-03-01 01:53:14.000000000 
+0100
+++ new/Cache-Cache-1.07/lib/Cache/Cache.pm     2014-09-17 15:55:50.000000000 
+0200
@@ -20,7 +20,7 @@
 
 @EXPORT_OK = qw( $VERSION $EXPIRES_NOW $EXPIRES_NEVER );
 
-$VERSION = "1.06";
+$VERSION = "1.07";
 $EXPIRES_NOW = 'now';
 $EXPIRES_NEVER = 'never';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cache-Cache-1.06/lib/Cache/CacheTester.pm 
new/Cache-Cache-1.07/lib/Cache/CacheTester.pm
--- old/Cache-Cache-1.06/lib/Cache/CacheTester.pm       2009-03-01 
01:53:14.000000000 +0100
+++ new/Cache-Cache-1.07/lib/Cache/CacheTester.pm       2014-09-17 
15:51:34.000000000 +0200
@@ -554,13 +554,13 @@
 
   my $expires_in = $EXPIRES_DELAY;
 
-  eval
-  {
+  my $ok = eval {
     $cache = $cache->new( { 'auto_purge_interval' => $expires_in } );
+    1;
   };
 
-  ( not defined @$ ) ?
-    $self->ok( ) : $self->not_ok( "couldn't create autopurge cache" );
+  $ok ? $self->ok( )
+      : $self->not_ok( "couldn't create autopurge cache" );
 }
 
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to