diff --git a/Data-Visitor-0.28.tar.gz b/Data-Visitor-0.28.tar.gz deleted file mode 100644 index c7dbc3f..0000000 --- a/Data-Visitor-0.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c7a66d750e7b3ac7abe6add83c9e04aa3f6878a6756fbdf8516d77cbdd728a5 -size 23571 diff --git a/Data-Visitor-0.30.tar.gz b/Data-Visitor-0.30.tar.gz new file mode 100644 index 0000000..135d59d --- /dev/null +++ b/Data-Visitor-0.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea24abcc3659e760aa94aee2ba7dd54cacaf20302705524143f39554009ed54 +size 24542 diff --git a/perl-Data-Visitor.changes b/perl-Data-Visitor.changes index 92c2ad2..13faa86 100644 --- a/perl-Data-Visitor.changes +++ b/perl-Data-Visitor.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jul 18 16:03:40 UTC 2013 - coolo@suse.com + +- updated to 0.30 + - doy/data-visitor should probably be the canonical repository at this + point + + - The class callbacks to be run for an object are now chosen once, at the + start of visiting that object. Previously, it always looked through the + entire list of callbacks every time, in a loop in which the object in + question could be changed by the callback. Since the class callbacks are + only partially ordered, this lead to differences in whether a callback + would be called or not based on hash order. reported by Robin Smidsrød. + ------------------------------------------------------------------- Mon Feb 27 08:47:42 UTC 2012 - coolo@suse.com diff --git a/perl-Data-Visitor.spec b/perl-Data-Visitor.spec index 98bbd55..5a70561 100644 --- a/perl-Data-Visitor.spec +++ b/perl-Data-Visitor.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Visitor # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products 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-Data-Visitor -Version: 0.28 +Version: 0.30 Release: 0 %define cpan_name Data-Visitor Summary: Visitor style traversal of Perl data structures