commit perl-Graph for openSUSE:Factory

2020-11-09 Thread root
Hello community,

here is the log from the commit of package perl-Graph for openSUSE:Factory 
checked in at 2020-11-09 13:58:36

Comparing /work/SRC/openSUSE:Factory/perl-Graph (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Graph.new.11331 (New)


Package is "perl-Graph"

Mon Nov  9 13:58:36 2020 rev:16 rq:847119 version:0.9708

Changes:

--- /work/SRC/openSUSE:Factory/perl-Graph/perl-Graph.changes2020-11-03 
15:17:26.956091061 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Graph.new.11331/perl-Graph.changes 
2020-11-09 13:59:19.735713186 +0100
@@ -1,0 +2,11 @@
+Sat Nov  7 03:16:31 UTC 2020 - Tina Müller 
+
+- updated to 0.9708
+   see /usr/share/doc/packages/perl-Graph/Changes
+
+  0.9708 2020-11-06
+  - update metadata for Test::More version dep
+  - stringify hypervertices right
+  - add rename_vertex, rename_vertices
+
+---

Old:

  Graph-0.9707.tar.gz

New:

  Graph-0.9708.tar.gz



Other differences:
--
++ perl-Graph.spec ++
--- /var/tmp/diff_new_pack.PE6Th0/_old  2020-11-09 13:59:20.483711555 +0100
+++ /var/tmp/diff_new_pack.PE6Th0/_new  2020-11-09 13:59:20.487711545 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Graph
-Version:0.9707
+Version:0.9708
 Release:0
 %define cpan_name Graph
 Summary:Graph data structures and algorithms
@@ -31,6 +31,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Heap) >= 0.80
+BuildRequires:  perl(Test::More) >= 0.82
 Requires:   perl(Heap) >= 0.80
 %{perl_requires}
 

++ Graph-0.9707.tar.gz -> Graph-0.9708.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9707/Changes new/Graph-0.9708/Changes
--- old/Graph-0.9707/Changes2020-10-31 18:50:52.0 +0100
+++ new/Graph-0.9708/Changes2020-11-06 22:53:18.0 +0100
@@ -1,3 +1,8 @@
+0.9708 2020-11-06
+- update metadata for Test::More version dep
+- stringify hypervertices right
+- add rename_vertex, rename_vertices
+
 0.9707 2020-10-31
 - can't use Safe, ergo Storable, on 5.8
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9707/MANIFEST new/Graph-0.9708/MANIFEST
--- old/Graph-0.9707/MANIFEST   2020-10-31 18:51:38.0 +0100
+++ new/Graph-0.9708/MANIFEST   2020-11-06 22:53:59.0 +0100
@@ -24,6 +24,7 @@
 MANIFEST   This list of files
 README
 RELEASE
+t/00-report-prereqs.t
 t/00_use.t
 t/01_isa.t
 t/02_trap.t
@@ -124,8 +125,6 @@
 t/MyDGraph.pm
 t/MyGraph.pm
 t/MyUGraph.pm
-t/pod-coverage.t
-t/pod.t
 t/simple.pl
 t/u_an_uf.t
 t/u_at1.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9707/META.json new/Graph-0.9708/META.json
--- old/Graph-0.9707/META.json  2020-10-31 18:51:38.0 +0100
+++ new/Graph-0.9708/META.json  2020-11-06 22:53:59.0 +0100
@@ -30,6 +30,12 @@
 "ExtUtils::MakeMaker" : "0"
  }
   },
+  "develop" : {
+ "requires" : {
+"Test::Pod" : "1.00",
+"Test::Pod::Coverage" : "1.00"
+ }
+  },
   "runtime" : {
  "requires" : {
 "Heap" : "0.80",
@@ -43,7 +49,7 @@
   "test" : {
  "requires" : {
 "Math::Complex" : "0",
-"Test::More" : "0"
+"Test::More" : "0.82"
  }
   }
},
@@ -58,6 +64,6 @@
  "web" : "https://github.com/neilb/Graph;
   }
},
-   "version" : "0.9707",
+   "version" : "0.9708",
"x_serialization_backend" : "JSON::PP version 4.00"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9707/META.yml new/Graph-0.9708/META.yml
--- old/Graph-0.9707/META.yml   2020-10-31 18:51:38.0 +0100
+++ new/Graph-0.9708/META.yml   2020-11-06 22:53:59.0 +0100
@@ -5,7 +5,7 @@
 build_requires:
   ExtUtils::MakeMaker: '0'
   Math::Complex: '0'
-  Test::More: '0'
+  Test::More: '0.82'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
@@ -29,5 +29,5 @@
 resources:
   bugtracker: https://github.com/neilb/Graph/issues
   repository: git://github.com/neilb/Graph.git
-version: '0.9707'
+version: '0.9708'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9707/Makefile.PL new/Graph-0.9708/Makefile.PL
--- old/Graph-0.9707/Makefile.PL2020-10-20 15:08:59.0 +0200
+++ new/Graph-0.9708/Makefile.PL2020-11-06 16:34:57.0 +0100
@@ -49,9 +49,15 @@
 },
 },
 prereqs => {
+develop 

commit perl-Graph for openSUSE:Factory

2020-11-03 Thread root
Hello community,

here is the log from the commit of package perl-Graph for openSUSE:Factory 
checked in at 2020-11-03 15:16:45

Comparing /work/SRC/openSUSE:Factory/perl-Graph (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Graph.new.3463 (New)


Package is "perl-Graph"

Tue Nov  3 15:16:45 2020 rev:15 rq:845644 version:0.9707

Changes:

--- /work/SRC/openSUSE:Factory/perl-Graph/perl-Graph.changes2020-10-28 
15:42:30.242750930 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Graph.new.3463/perl-Graph.changes  
2020-11-03 15:17:26.956091061 +0100
@@ -1,0 +2,9 @@
+Sun Nov  1 03:07:25 UTC 2020 - Tina Müller 
+
+- updated to 0.9707
+   see /usr/share/doc/packages/perl-Graph/Changes
+
+  0.9707 2020-10-31
+  - can't use Safe, ergo Storable, on 5.8
+
+---

Old:

  Graph-0.9706.tar.gz

New:

  Graph-0.9707.tar.gz



Other differences:
--
++ perl-Graph.spec ++
--- /var/tmp/diff_new_pack.SUj2dg/_old  2020-11-03 15:17:27.732091808 +0100
+++ /var/tmp/diff_new_pack.SUj2dg/_new  2020-11-03 15:17:27.740091816 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Graph
-Version:0.9706
+Version:0.9707
 Release:0
 %define cpan_name Graph
 Summary:Graph data structures and algorithms

++ Graph-0.9706.tar.gz -> Graph-0.9707.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9706/Changes new/Graph-0.9707/Changes
--- old/Graph-0.9706/Changes2020-10-20 15:27:25.0 +0200
+++ new/Graph-0.9707/Changes2020-10-31 18:50:52.0 +0100
@@ -1,3 +1,6 @@
+0.9707 2020-10-31
+- can't use Safe, ergo Storable, on 5.8
+
 0.9706 2020-10-20
 - metadata list test-deps as not runtime
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9706/META.json new/Graph-0.9707/META.json
--- old/Graph-0.9706/META.json  2020-10-20 15:28:40.0 +0200
+++ new/Graph-0.9707/META.json  2020-10-31 18:51:38.0 +0100
@@ -58,6 +58,6 @@
  "web" : "https://github.com/neilb/Graph;
   }
},
-   "version" : "0.9706",
+   "version" : "0.9707",
"x_serialization_backend" : "JSON::PP version 4.00"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9706/META.yml new/Graph-0.9707/META.yml
--- old/Graph-0.9706/META.yml   2020-10-20 15:28:40.0 +0200
+++ new/Graph-0.9707/META.yml   2020-10-31 18:51:38.0 +0100
@@ -29,5 +29,5 @@
 resources:
   bugtracker: https://github.com/neilb/Graph/issues
   repository: git://github.com/neilb/Graph.git
-version: '0.9706'
+version: '0.9707'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9706/lib/Graph.pm 
new/Graph-0.9707/lib/Graph.pm
--- old/Graph-0.9706/lib/Graph.pm   2020-10-20 15:27:12.0 +0200
+++ new/Graph-0.9707/lib/Graph.pm   2020-10-31 18:51:03.0 +0100
@@ -16,13 +16,14 @@
 
 use Graph::AdjacencyMap qw(:flags :fields);
 
-our $VERSION = '0.9706';
+our $VERSION = '0.9707';
 
 require 5.006; # Weak references are absolutely required.
 
 my $can_deep_copy_Storable;
 sub _can_deep_copy_Storable () {
 return $can_deep_copy_Storable if defined $can_deep_copy_Storable;
+return $can_deep_copy_Storable = 0 if $] < 5.010; # no :load tag Safe 5.8
 eval {
 require Storable;
 require B::Deparse;
@@ -1744,7 +1745,7 @@
 sub _deep_copy_Storable {
 my $g = shift;
 require Safe;   # For deep_copy().
-my $safe = new Safe;
+my $safe = Safe->new;
 $safe->permit(qw/:load/);
 local $Storable::Deparse = 1;
 local $Storable::Eval = sub { $safe->reval($_[0]) };




commit perl-Graph for openSUSE:Factory

2020-10-28 Thread root
Hello community,

here is the log from the commit of package perl-Graph for openSUSE:Factory 
checked in at 2020-10-28 15:42:29

Comparing /work/SRC/openSUSE:Factory/perl-Graph (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Graph.new.3463 (New)


Package is "perl-Graph"

Wed Oct 28 15:42:29 2020 rev:14 rq:843171 version:0.9706

Changes:

--- /work/SRC/openSUSE:Factory/perl-Graph/perl-Graph.changes2015-10-19 
22:49:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Graph.new.3463/perl-Graph.changes  
2020-10-28 15:42:30.242750930 +0100
@@ -1,0 +2,6 @@
+Wed Oct 21 03:11:11 UTC 2020 - Tina Müller 
+
+- updated to 0.9706
+   see /usr/share/doc/packages/perl-Graph/Changes
+
+---

Old:

  Graph-0.9704.tar.gz

New:

  Graph-0.9706.tar.gz



Other differences:
--
++ perl-Graph.spec ++
--- /var/tmp/diff_new_pack.buziPi/_old  2020-10-28 15:42:31.078751556 +0100
+++ /var/tmp/diff_new_pack.buziPi/_new  2020-10-28 15:42:31.078751556 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Graph
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,26 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Graph
-Version:0.9704
+Version:0.9706
 Release:0
 %define cpan_name Graph
-Summary:Graph Data Structures and Algorithms
-License:Artistic-1.0 or GPL-1.0+
+Summary:Graph data structures and algorithms
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Graph/
-Source0:
http://www.cpan.org/authors/id/J/JH/JHI/%{cpan_name}-%{version}.tar.gz
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Heap) >= 0.80
+Requires:   perl(Heap) >= 0.80
 %{perl_requires}
 
 %description
@@ -37,14 +39,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Graph-0.9704.tar.gz -> Graph-0.9706.tar.gz ++
 2576 lines of diff (skipped)




commit perl-Graph for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Graph for openSUSE:Factory 
checked in at 2015-10-19 22:49:19

Comparing /work/SRC/openSUSE:Factory/perl-Graph (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Graph.new (New)


Package is "perl-Graph"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Graph/perl-Graph.changes2015-10-03 
20:30:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Graph.new/perl-Graph.changes   
2015-10-19 22:49:44.0 +0200
@@ -1,0 +2,12 @@
+Sat Oct 10 08:58:47 UTC 2015 - co...@suse.com
+
+- updated to 0.9704
+   see /usr/share/doc/packages/perl-Graph/Changes
+
+  0.9704 2015-10-07  Jarkko Hietaniemi  
+  - rt.cpan.org 107567: edges() missing on undirected multiedged graph:
+was broken in 0.96, had been fixed somewhere there and here,
+added the test case
+  - rt.cpan.org 107600: no modify Storable $VERSION
+
+---

Old:

  Graph-0.9703.tar.gz

New:

  Graph-0.9704.tar.gz



Other differences:
--
++ perl-Graph.spec ++
--- /var/tmp/diff_new_pack.Y923iH/_old  2015-10-19 22:49:45.0 +0200
+++ /var/tmp/diff_new_pack.Y923iH/_new  2015-10-19 22:49:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Graph
-Version:0.9703
+Version:0.9704
 Release:0
 %define cpan_name Graph
 Summary:Graph Data Structures and Algorithms

++ Graph-0.9703.tar.gz -> Graph-0.9704.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9703/Changes new/Graph-0.9704/Changes
--- old/Graph-0.9703/Changes2015-09-29 12:43:44.0 +0200
+++ new/Graph-0.9704/Changes2015-10-07 14:26:03.0 +0200
@@ -1,5 +1,11 @@
 Revision history for Perl module Graph
 
+0.9704 2015-10-07  Jarkko Hietaniemi  
+- rt.cpan.org 107567: edges() missing on undirected multiedged graph:
+  was broken in 0.96, had been fixed somewhere there and here,
+  added the test case
+- rt.cpan.org 107600: no modify Storable $VERSION
+
 0.9703 2015-09-29  Jarkko Hietaniemi  
 - document (at user level) the openbsd random problem
 - using the 5.22+ Inf was done the wrong way:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9703/META.json new/Graph-0.9704/META.json
--- old/Graph-0.9703/META.json  2015-09-29 12:43:46.0 +0200
+++ new/Graph-0.9704/META.json  2015-10-07 14:30:23.0 +0200
@@ -27,5 +27,5 @@
  "web" : "https://github.com/neilbowers/Graph;
   }
},
-   "version" : "0.9703"
+   "version" : "0.9704"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9703/META.yml new/Graph-0.9704/META.yml
--- old/Graph-0.9703/META.yml   2015-09-29 12:43:46.0 +0200
+++ new/Graph-0.9704/META.yml   2015-10-07 14:30:23.0 +0200
@@ -16,4 +16,4 @@
 - inc
 resources:
   repository: git://github.com/neilbowers/Graph.git
-version: '0.9703'
+version: '0.9704'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9703/lib/Graph.pm 
new/Graph-0.9704/lib/Graph.pm
--- old/Graph-0.9703/lib/Graph.pm   2015-09-29 12:40:54.0 +0200
+++ new/Graph-0.9704/lib/Graph.pm   2015-10-07 14:27:00.0 +0200
@@ -18,12 +18,18 @@
 
 use vars qw($VERSION);
 
-$VERSION = '0.9703';
+$VERSION = '0.9704';
 
 require 5.006; # Weak references are absolutely required.
 
 my $can_deep_copy_Storable =
-eval 'require Storable; require B::Deparse; $Storable::VERSION =~ 
s/_\d+$//;$B::Deparse::VERSION =~ s/_\d+$//; $Storable::VERSION >= 2.05 && 
$B::Deparse::VERSION >= 0.61' && !$@;
+  eval {
+require Storable;
+require B::Deparse;
+Storable->VERSION(2.05);
+B::Deparse->VERSION(0.61);
+1;
+  };
 
 sub _can_deep_copy_Storable () {
 return $can_deep_copy_Storable;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9703/t/26_multiedged.t 
new/Graph-0.9704/t/26_multiedged.t
--- old/Graph-0.9703/t/26_multiedged.t  2015-09-22 15:22:54.0 +0200
+++ new/Graph-0.9704/t/26_multiedged.t  2015-10-07 14:25:28.0 +0200
@@ -1,4 +1,4 @@
-use Test::More tests => 59;
+use Test::More tests => 63;
 
 use Graph;
 my $g = Graph->new(multiedged => 1);
@@ -132,3 +132,16 @@
   my @e = $g4b->edges;
   is(@e, 3);
 }
+
+{
+# rt.cpan.org 107567 edges() missing on undirected multiedged graph
+my $graph = Graph->new(undirected => 1, multiedged => 1);
+$graph->add_vertex(0);
+$graph->add_vertex(1);
+$graph->add_edge(1,0);
+is($graph, "0=1");
+ 

commit perl-Graph for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Graph for openSUSE:Factory 
checked in at 2015-10-03 20:30:21

Comparing /work/SRC/openSUSE:Factory/perl-Graph (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Graph.new (New)


Package is "perl-Graph"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Graph/perl-Graph.changes2015-09-30 
05:51:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Graph.new/perl-Graph.changes   
2015-10-03 20:30:41.0 +0200
@@ -1,0 +2,20 @@
+Fri Oct  2 09:08:25 UTC 2015 - co...@suse.com
+
+- updated to 0.9703
+   see /usr/share/doc/packages/perl-Graph/Changes
+
+  0.9703 2015-09-29  Jarkko Hietaniemi  
+  - document (at user level) the openbsd random problem
+  - using the 5.22+ Inf was done the wrong way:
+https://github.com/neilbowers/Graph/issues/1
+  
+  0.9702 2015-09-28  Jarkko Hietaniemi  
+  - rt.cpan.org 107394 $Storable::VERSION may contain underscores
+  - follow-up to rt.cpan.org 104687: more docs, fixes, and tests for
+diameter/radius/shortest_path/center_vertices/vertex_eccentricity
+for corner cases like empty graph, single-vertex graphs, and
+in general unconnected graphs
+  - for perl 5.22 or later one should be able to use Inf for Infinity
+  - openbsd before perl 5.20 had nondeterministic rand()
+
+---

Old:

  Graph-0.97.tar.gz

New:

  Graph-0.9703.tar.gz



Other differences:
--
++ perl-Graph.spec ++
--- /var/tmp/diff_new_pack.rI4Kws/_old  2015-10-03 20:30:42.0 +0200
+++ /var/tmp/diff_new_pack.rI4Kws/_new  2015-10-03 20:30:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Graph
-Version:0.97
+Version:0.9703
 Release:0
 %define cpan_name Graph
 Summary:Graph Data Structures and Algorithms

++ Graph-0.97.tar.gz -> Graph-0.9703.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.97/Changes new/Graph-0.9703/Changes
--- old/Graph-0.97/Changes  2015-09-23 03:11:19.0 +0200
+++ new/Graph-0.9703/Changes2015-09-29 12:43:44.0 +0200
@@ -1,5 +1,19 @@
 Revision history for Perl module Graph
 
+0.9703 2015-09-29  Jarkko Hietaniemi  
+- document (at user level) the openbsd random problem
+- using the 5.22+ Inf was done the wrong way:
+  https://github.com/neilbowers/Graph/issues/1
+
+0.9702 2015-09-28  Jarkko Hietaniemi  
+- rt.cpan.org 107394 $Storable::VERSION may contain underscores
+- follow-up to rt.cpan.org 104687: more docs, fixes, and tests for
+  diameter/radius/shortest_path/center_vertices/vertex_eccentricity
+  for corner cases like empty graph, single-vertex graphs, and
+  in general unconnected graphs
+- for perl 5.22 or later one should be able to use Inf for Infinity
+- openbsd before perl 5.20 had nondeterministic rand()
+
 0.97 2015-09-22  Jarkko Hietaniemi  
 - rt.cpan.org 104687 diameter and centre of a one vertex graph
 - rt.cpan.org 107195 [PATCH] fix POD: add missing NAME header
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.97/META.json new/Graph-0.9703/META.json
--- old/Graph-0.97/META.json2015-09-23 03:12:23.0 +0200
+++ new/Graph-0.9703/META.json  2015-09-29 12:43:46.0 +0200
@@ -27,5 +27,5 @@
  "web" : "https://github.com/neilbowers/Graph;
   }
},
-   "version" : "0.97"
+   "version" : "0.9703"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.97/META.yml new/Graph-0.9703/META.yml
--- old/Graph-0.97/META.yml 2015-09-23 03:12:23.0 +0200
+++ new/Graph-0.9703/META.yml   2015-09-29 12:43:46.0 +0200
@@ -16,4 +16,4 @@
 - inc
 resources:
   repository: git://github.com/neilbowers/Graph.git
-version: '0.97'
+version: '0.9703'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.97/lib/Graph.pm new/Graph-0.9703/lib/Graph.pm
--- old/Graph-0.97/lib/Graph.pm 2015-09-23 03:11:19.0 +0200
+++ new/Graph-0.9703/lib/Graph.pm   2015-09-29 12:40:54.0 +0200
@@ -18,12 +18,12 @@
 
 use vars qw($VERSION);
 
-$VERSION = '0.97';
+$VERSION = '0.9703';
 
 require 5.006; # Weak references are absolutely required.
 
 my $can_deep_copy_Storable =
-eval 'require Storable; require B::Deparse; $B::Deparse::VERSION =~ 
s/_\d+$//; $Storable::VERSION >= 2.05 && $B::Deparse::VERSION >= 0.61' && !$@;
+eval 'require Storable; require B::Deparse; $Storable::VERSION =~ 

commit perl-Graph for openSUSE:Factory

2015-09-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Graph for openSUSE:Factory 
checked in at 2015-09-30 05:51:45

Comparing /work/SRC/openSUSE:Factory/perl-Graph (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Graph.new (New)


Package is "perl-Graph"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Graph/perl-Graph.changes2013-06-06 
13:23:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Graph.new/perl-Graph.changes   
2015-09-30 05:51:58.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 23 08:40:24 UTC 2015 - co...@suse.com
+
+- updated to 0.97
+   see /usr/share/doc/packages/perl-Graph/Changes
+
+---

Old:

  Graph-0.96.tar.gz

New:

  Graph-0.97.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Graph.spec ++
--- /var/tmp/diff_new_pack.z7WQOj/_old  2015-09-30 05:51:59.0 +0200
+++ /var/tmp/diff_new_pack.z7WQOj/_new  2015-09-30 05:51:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Graph
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,21 +17,19 @@
 
 
 Name:   perl-Graph
-Version:0.96
+Version:0.97
 Release:0
 %define cpan_name Graph
-Summary:Graph data structures and algorithms
+Summary:Graph Data Structures and Algorithms
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Graph/
-Source: 
http://www.cpan.org/authors/id/J/JH/JHI/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/J/JH/JHI/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-# MANUAL further mention if perl >= 5.008
-Requires:   perl(Safe)
-Requires:   perl(Storable) >= 2.05
 %{perl_requires}
 
 %description

++ Graph-0.96.tar.gz -> Graph-0.97.tar.gz ++
 2231 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module



commit perl-Graph for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Graph for openSUSE:Factory 
checked in at 2013-06-06 13:23:31

Comparing /work/SRC/openSUSE:Factory/perl-Graph (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Graph.new (New)


Package is perl-Graph

Changes:

--- /work/SRC/openSUSE:Factory/perl-Graph/perl-Graph.changes2011-11-21 
12:40:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Graph.new/perl-Graph.changes   
2013-06-06 13:23:33.0 +0200
@@ -1,0 +2,28 @@
+Wed Jun  5 05:50:19 UTC 2013 - co...@suse.com
+
+- updated to 0.96
+  * Address rt.cpan.org #85449:
+Graph-0.94 tests fail under perl 5.18.0
+
+  * Address rt.cpan.org #82324:
+Test failures due to hash randomisation in perl 5.17.6
+
+  The two above fixes were the same: the biconnectedness
+  code was rewritten from scratch.  The new code behaves
+  differently (but I believe more correctly) on certain
+  edge cases, in general it will generate more biconnected
+  components and bridges, for example for a=b=c it will
+  now return the same two biconnected components and bridges
+  (cut edges), namely a=b and b=c, the b of course being
+  the articulation point (cut vertex).
+
+  * Address rt.cpan.org #67213:
+[PATCH] pod fixes
+
+  * Remove the t/u_bo.t and t/u_bo1.t since they die in 5.18 due
+to some strange failure, looks unrelated to Graph as such,
+probably some fix/change made by newer Perls. 
+
+  * Release as 0.95.
+
+---

Old:

  Graph-0.94.tar.gz

New:

  Graph-0.96.tar.gz



Other differences:
--
++ perl-Graph.spec ++
--- /var/tmp/diff_new_pack.0RPw5Z/_old  2013-06-06 13:23:34.0 +0200
+++ /var/tmp/diff_new_pack.0RPw5Z/_new  2013-06-06 13:23:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Graph
 #
-# Copyright (c) 2011 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
@@ -15,55 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
 
 Name:   perl-Graph
+Version:0.96
+Release:0
 %define cpan_name Graph
 Summary:Graph data structures and algorithms
-Version:0.94
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Graph/
-#Source: 
http://www.cpan.org/modules/by-module/Graph/Graph-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/J/JH/JHI/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) = 1.00
-BuildRequires:  perl(Test::Pod::Coverage) = 1.00
-%endif
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(List::Util)
-BuildRequires:  perl(Math::Complex)
-BuildRequires:  perl(Scalar::Util)
-# further mention if perl = 5.008
-BuildRequires:  perl(Safe)
-BuildRequires:  perl(Storable) = 2.05
-#
-Requires:   perl(List::Util)
-Requires:   perl(Math::Complex)
-Requires:   perl(Scalar::Util)
-# further mention if perl = 5.008
+# MANUAL further mention if perl = 5.008
 Requires:   perl(Safe)
 Requires:   perl(Storable) = 2.05
+%{perl_requires}
 
 %description
-Graph::Directed allows you to create directed graphs.
-For the available methods, see Graph.
-http://search.cpan.org/~jhi/Graph-0.94/lib/Graph.pod
-
-Authors:
-
-Jarkko Hietaniemi j...@iki.fi
+graph data structures and algorithms
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -74,20 +50,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
-# rpmlint: auto directory is included in the perl package
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorlib/auto
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes DESIGN README RELEASE TODO
+%defattr(-,root,root,755)
+%doc Changes DESIGN README RELEASE TODO util
 
 %changelog

++ Graph-0.94.tar.gz 

commit perl-Graph for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Graph for openSUSE:Factory 
checked in at 2011-12-06 18:42:07

Comparing /work/SRC/openSUSE:Factory/perl-Graph (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Graph.new (New)


Package is perl-Graph, Maintainer is 

Changes:




Other differences:
--
++ perl-Graph.spec ++
--- /var/tmp/diff_new_pack.yA5wKN/_old  2011-12-06 19:09:54.0 +0100
+++ /var/tmp/diff_new_pack.yA5wKN/_new  2011-12-06 19:09:54.0 +0100
@@ -24,7 +24,7 @@
 Summary:Graph data structures and algorithms
 Version:0.94
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Graph/
 #Source: 
http://www.cpan.org/modules/by-module/Graph/Graph-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org