[perl-Graph-Easy] update to 0.71

Iain Arnell iarnell at fedoraproject.org
Fri Jan 6 10:46:22 UTC 2012


commit 55cbead7eb87edbe4d933477090b68ec16d534a0
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Jan 6 11:46:02 2012 +0100

    update to 0.71

 .gitignore           |    1 +
 perl-Graph-Easy.spec |   15 ++++++++++-----
 sources              |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 67e7cca..57017d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Graph-Easy-0.70.tar.gz
+/Graph-Easy-0.71.tar.gz
diff --git a/perl-Graph-Easy.spec b/perl-Graph-Easy.spec
index fab78ea..6efb77b 100644
--- a/perl-Graph-Easy.spec
+++ b/perl-Graph-Easy.spec
@@ -1,6 +1,6 @@
 Name:           perl-Graph-Easy
-Version:        0.70
-Release:        2%{?dist}
+Version:        0.71
+Release:        1%{?dist}
 Summary:        Convert or render graphs as ASCII, HTML, SVG or via Graphviz
 License:        GPLv2+ and ASL 1.1
 Group:          Development/Libraries
@@ -31,10 +31,12 @@ Requires:       perl(Graph::Easy::As_svg) >= 0.23
 %endif
 
 # filter unversioned provides
-%{?perl_default_filter:
+%{?filter_setup:
 %filter_from_provides /^perl(Graph::Easy\(\|::Edge\|::Edge::Cell\|::Group\|::Node\))\s*$/d
-%perl_default_filter
+%?perl_default_filter
 }
+%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(Graph::Easy\\)$
+%global __provides_exclude %__provides_exclude|perl\\(Graph::Easy::(Edge|Edge::Cell|Group|Node)\\)$
 
 %description
 Graph::Easy lets you generate graphs consisting of various shaped nodes
@@ -65,7 +67,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc CHANGES LICENSE README TODO examples
 %{_bindir}/*
 %{_mandir}/man1/*
@@ -73,6 +74,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 06 2012 Iain Arnell <iarnell at gmail.com> 0.71-1
+- update to latest upstream version
+- update filtering for rpm 4.9
+
 * Tue Jun 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.70-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 21c29ad..a6e33ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ced2a9ebee7b751d3223317f46dc08c0  Graph-Easy-0.70.tar.gz
+e0ff999694110fda648d8b19a2da53df  Graph-Easy-0.71.tar.gz


More information about the scm-commits mailing list