Hello community, here is the log from the commit of package perl-Carp-Clan checked in at Thu Dec 14 02:02:47 CET 2006. -------- --- perl-Carp-Clan/perl-Carp-Clan.changes 2006-10-05 13:12:16.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-Carp-Clan/perl-Carp-Clan.changes 2006-12-13 13:40:42.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Dec 13 12:04:39 CET 2006 - anicka@suse.cz + +- update to 5.8 + * Stop testing that ->VERSION is a specific thing. + +------------------------------------------------------------------- Old: ---- Carp-Clan-5.7.tar.bz2 New: ---- Carp-Clan-5.8.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Carp-Clan.spec ++++++ --- /var/tmp/diff_new_pack.OWZ9L5/_old 2006-12-14 02:01:20.000000000 +0100 +++ /var/tmp/diff_new_pack.OWZ9L5/_new 2006-12-14 02:01:20.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package perl-Carp-Clan (Version 5.7) +# spec file for package perl-Carp-Clan (Version 5.8) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: perl-Carp-Clan -Version: 5.7 +Version: 5.8 Release: 1 Requires: perl = %{perl_version} Autoreqprov: on Group: Development/Libraries/Perl -License: Artistic License, GPL +License: Artistic License, GNU General Public License (GPL) URL: http://cpan.org/modules/by-module/Carp/ Summary: Report Errors from the Perspective of the Caller of a "Clan" of Modules Source: Carp-Clan-%{version}.tar.bz2 @@ -62,6 +62,9 @@ /var/adm/perl-modules/%{name} %changelog -n perl-Carp-Clan +* Wed Dec 13 2006 - anicka@suse.cz +- update to 5.8 + * Stop testing that ->VERSION is a specific thing. * Thu Oct 05 2006 - anicka@suse.cz - update to 5.7 * Stop PAUSE from attempting to index DB package. ++++++ Carp-Clan-5.7.tar.bz2 -> Carp-Clan-5.8.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/Carp-Clan-5.7/Changes new/Carp-Clan-5.8/Changes --- old/Carp-Clan-5.7/Changes 2006-10-03 04:50:12.000000000 +0200 +++ new/Carp-Clan-5.8/Changes 2006-10-09 19:33:56.000000000 +0200 @@ -1,5 +1,5 @@ ==================================== - Package "Carp::Clan" Version 5.7 + Package "Carp::Clan" ==================================== Copyright (c) 2006 by Joshua ben Jore @@ -13,6 +13,10 @@ Version history: ---------------- +Version 5.8 09.10.2006 + + Stop testing that ->VERSION is a specific thing. I'm not sure why + that was ever tested in the first place. + Version 5.7 02.10.2006 + Stop PAUSE from attempting to index DB package. diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/Carp-Clan-5.7/META.yml new/Carp-Clan-5.8/META.yml --- old/Carp-Clan-5.7/META.yml 2006-10-03 04:55:51.000000000 +0200 +++ new/Carp-Clan-5.8/META.yml 2006-10-09 19:35:28.000000000 +0200 @@ -1,6 +1,6 @@ # http://module-build.sourceforge.net/META-spec.html name: Carp-Clan -version: 5.7 +version: 5.8 license: perl installdirs: site distribution_type: module diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/Carp-Clan-5.7/lib/Carp/Clan.pm new/Carp-Clan-5.8/lib/Carp/Clan.pm --- old/Carp-Clan-5.7/lib/Carp/Clan.pm 2006-10-03 04:55:12.000000000 +0200 +++ new/Carp-Clan-5.8/lib/Carp/Clan.pm 2006-10-09 19:32:15.000000000 +0200 @@ -28,7 +28,7 @@ $Verbose = 0; # If true then make _shortmsg call _longmsg instead. -$VERSION = '5.7'; +$VERSION = '5.8'; # _longmsg() crawls all the way up the stack reporting on all the function # calls made. The error string, $error, is originally constructed from the diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/Carp-Clan-5.7/t/10basic.t new/Carp-Clan-5.8/t/10basic.t --- old/Carp-Clan-5.7/t/10basic.t 2006-10-03 04:53:18.000000000 +0200 +++ new/Carp-Clan-5.8/t/10basic.t 2006-10-09 19:31:57.000000000 +0200 @@ -1,7 +1,7 @@ #!perl -w use strict; -use Test::More tests => 3; +use Test::More tests => 2; # ====================================================================== # $version = $Carp::Clan::VERSION; @@ -26,5 +26,3 @@ 'No errors importing' ); } - -is( Carp::Clan->VERSION, '5.7', 'version' ); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de