From 12217d35851559296cbfabf01cd9342ae94979eb Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <[email protected]>
Date: Tue, 7 Jun 2016 09:21:36 +0200
Subject: 0.76 bump

---
 .gitignore                    |  1 +
 graph-easy-undefined-lc.patch | 12 ++++++------
 perl-Graph-Easy.spec          |  8 ++++++--
 sources                       |  2 +-
 4 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index 41c80bb..ba7bfc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Graph-Easy-0.72.tar.gz
 /Graph-Easy-0.73.tar.gz
 /Graph-Easy-0.75.tar.gz
+/Graph-Easy-0.76.tar.gz
diff --git a/graph-easy-undefined-lc.patch b/graph-easy-undefined-lc.patch
index a52aff2..c585005 100644
--- a/graph-easy-undefined-lc.patch
+++ b/graph-easy-undefined-lc.patch
@@ -1,9 +1,9 @@
-diff -up Graph-Easy-0.70/lib/Graph/Easy/Parser/Graphviz.pm.orig 
Graph-Easy-0.70/lib/Graph/Easy/Parser/Graphviz.pm
---- Graph-Easy-0.70/lib/Graph/Easy/Parser/Graphviz.pm.orig     2010-11-05 
10:44:18.000000000 +0100
-+++ Graph-Easy-0.70/lib/Graph/Easy/Parser/Graphviz.pm  2011-04-24 
09:33:54.000000000 +0200
-@@ -831,7 +831,7 @@ sub _build_match_stack
-       return $self->parse_error(6) if @{$self->{scope_stack}} > 0; 
-       $self->{_graphviz_graph_name} = 'unnamed'; 
+diff -up Graph-Easy-0.76/lib/Graph/Easy/Parser/Graphviz.pm.orig 
Graph-Easy-0.76/lib/Graph/Easy/Parser/Graphviz.pm
+--- Graph-Easy-0.76/lib/Graph/Easy/Parser/Graphviz.pm.orig     2016-06-06 
09:32:17.000000000 +0200
++++ Graph-Easy-0.76/lib/Graph/Easy/Parser/Graphviz.pm  2016-06-07 
08:47:51.272954117 +0200
+@@ -835,7 +835,7 @@ sub _build_match_stack
+       return $self->parse_error(6) if @{$self->{scope_stack}} > 0;
+       $self->{_graphviz_graph_name} = 'unnamed';
        $self->_new_scope(1);
 -      $self->{_graph}->set_attribute('type','undirected') if lc($2) ne 'di';
 +      $self->{_graph}->set_attribute('type','undirected') if lc($2||'') ne 
'di';
diff --git a/perl-Graph-Easy.spec b/perl-Graph-Easy.spec
index 6da89de..5108437 100644
--- a/perl-Graph-Easy.spec
+++ b/perl-Graph-Easy.spec
@@ -1,6 +1,6 @@
 Name:           perl-Graph-Easy
-Version:        0.75
-Release:        5%{?dist}
+Version:        0.76
+Release:        1%{?dist}
 Summary:        Convert or render graphs as ASCII, HTML, SVG or via Graphviz
 License:        GPLv2+ and ASL 1.1
 Group:          Development/Libraries
@@ -9,6 +9,7 @@ Source0:        
http://www.cpan.org/authors/id/S/SH/SHLOMIF/Graph-Easy-%{version
 Patch0:         graph-easy-undefined-lc.patch
 BuildArch:      noarch
 BuildRequires:  perl >= 0:5.008002
+BuildRequires:  perl-generators
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
@@ -78,6 +79,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 06 2016 Jitka Plesnikova <[email protected]> - 0.76-1
+- 0.76 bump
+
 * Sun May 15 2016 Jitka Plesnikova <[email protected]> - 0.75-5
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 5cc5c10..b5a3647 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a4536760de1920586d3509355caa9f7  Graph-Easy-0.75.tar.gz
+031064db5f254a02a462464832ff845c  Graph-Easy-0.76.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Graph-Easy.git/commit/?h=master&id=12217d35851559296cbfabf01cd9342ae94979eb
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to