[perl-GraphViz] Upstream update.

corsepiu corsepiu at fedoraproject.org
Mon Sep 24 09:42:23 UTC 2012


commit 976344ecf4c878aab635b3dececfeeca93b2271a
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Mon Sep 24 11:41:42 2012 +0200

    Upstream update.
    
    - Add perl_default_filter.

 .gitignore         |    2 +-
 perl-GraphViz.spec |   15 +++++++++------
 sources            |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 66d79e9..4fe6aac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/GraphViz-2.10.tgz
+/GraphViz-2.11.tgz
diff --git a/perl-GraphViz.spec b/perl-GraphViz.spec
index 2b8d071..2d37dd0 100644
--- a/perl-GraphViz.spec
+++ b/perl-GraphViz.spec
@@ -1,6 +1,6 @@
 Name:           perl-GraphViz
-Version:        2.10
-Release:        3%{?dist}
+Version:        2.11
+Release:        1%{?dist}
 Summary:        Interface to the GraphViz graphing tool
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -24,8 +24,7 @@ BuildRequires:  perl(Test::Pod)
 Requires:       graphviz
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-# Don't provide perl(DB)
-%global __provides_exclude ^perl\\(DB\\)$
+%{?perl_default_filter}
 
 %description
 This module provides an interface to layout and image generation of
@@ -37,9 +36,9 @@ http://www.research.att.com/sw/tools/graphviz/).
 %prep
 %setup -q -n GraphViz-%{version}
 
-find . -type f -exec chmod -c -x {} \;
+find lib t -type f -exec chmod -c -x {} \;
 
-perl -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|' examples/primes_aux.pl
+sed -i -e 's|#!.*perl|#!/usr/bin/perl|' examples/primes_aux.pl examples/clusters2.pl
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -63,6 +62,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 24 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.11-1
+- Upstream update.
+- Add perl_default_filter.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.10-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index b9ef46a..fbd47ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a46dece520c7877576ca4c3274844940  GraphViz-2.10.tgz
+766bb953e5983670ce8b09e67ea12f7a  GraphViz-2.11.tgz



More information about the perl-devel mailing list