Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Graph for openSUSE:Factory checked in at 2021-09-27 20:09:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Graph (Old) and /work/SRC/openSUSE:Factory/.perl-Graph.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Graph" Mon Sep 27 20:09:05 2021 rev:27 rq:921836 version:0.9724 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Graph/perl-Graph.changes 2021-09-07 21:22:45.593400031 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Graph.new.1899/perl-Graph.changes 2021-09-27 20:09:37.190509131 +0200 @@ -1,0 +2,9 @@ +Tue Sep 14 03:06:13 UTC 2021 - Tina M??ller <[email protected]> + +- updated to 0.9724 + see /usr/share/doc/packages/perl-Graph/Changes + + 0.9724 2021-09-13 + - make deep_copy not interfere with $. - thanks @merkys for report + +------------------------------------------------------------------- Old: ---- Graph-0.9723.tar.gz New: ---- Graph-0.9724.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Graph.spec ++++++ --- /var/tmp/diff_new_pack.0U17w2/_old 2021-09-27 20:09:37.654509642 +0200 +++ /var/tmp/diff_new_pack.0U17w2/_new 2021-09-27 20:09:37.658509646 +0200 @@ -18,7 +18,7 @@ %define cpan_name Graph Name: perl-Graph -Version: 0.9723 +Version: 0.9724 Release: 0 Summary: Graph data structures and algorithms License: Artistic-1.0 OR GPL-1.0-or-later ++++++ Graph-0.9723.tar.gz -> Graph-0.9724.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Graph-0.9723/Changes new/Graph-0.9724/Changes --- old/Graph-0.9723/Changes 2021-09-01 12:42:46.000000000 +0200 +++ new/Graph-0.9724/Changes 2021-09-13 14:55:29.000000000 +0200 @@ -1,3 +1,6 @@ +0.9724 2021-09-13 +- make deep_copy not interfere with $. - thanks @merkys for report + 0.9723 2021-09-01 - doc fixes - thanks @xsawyerx - fix problem with deep_copy with vertices that are refs - thanks @merkys for report diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Graph-0.9723/META.json new/Graph-0.9724/META.json --- old/Graph-0.9723/META.json 2021-09-01 12:43:21.000000000 +0200 +++ new/Graph-0.9724/META.json 2021-09-13 14:56:12.000000000 +0200 @@ -68,6 +68,6 @@ "web" : "https://github.com/graphviz-perl/Graph" } }, - "version" : "0.9723", + "version" : "0.9724", "x_serialization_backend" : "JSON::PP version 4.04" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Graph-0.9723/META.yml new/Graph-0.9724/META.yml --- old/Graph-0.9723/META.yml 2021-09-01 12:43:21.000000000 +0200 +++ new/Graph-0.9724/META.yml 2021-09-13 14:56:12.000000000 +0200 @@ -30,5 +30,5 @@ resources: bugtracker: https://github.com/graphviz-perl/Graph/issues repository: git://github.com/graphviz-perl/Graph.git -version: '0.9723' +version: '0.9724' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Graph-0.9723/lib/Graph.pm new/Graph-0.9724/lib/Graph.pm --- old/Graph-0.9723/lib/Graph.pm 2021-09-01 12:42:34.000000000 +0200 +++ new/Graph-0.9724/lib/Graph.pm 2021-09-13 14:52:19.000000000 +0200 @@ -14,7 +14,7 @@ use Graph::AdjacencyMap qw(:flags :fields); -our $VERSION = '0.9723'; +our $VERSION = '0.9724'; require 5.006; # Weak references are absolutely required. @@ -1162,6 +1162,7 @@ } sub deep_copy { + local $. = $.; my $g2 = _deep_copy_best(@_); $g2->[ _V ]->reindex if grep ref, &_vertices05; $g2;
