[perl-SVG-TT-Graph] Update to 0.18

Emmanuel Seyman eseyman at fedoraproject.org
Fri Jan 6 15:27:23 UTC 2012


commit aa5b7d599e9907decf3eb2c97bebd29c0d3f5170
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Fri Jan 6 16:27:18 2012 +0100

    Update to 0.18

 .gitignore             |    1 +
 perl-SVG-TT-Graph.spec |    9 ++++++---
 sources                |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 38b8a7e..8a3a286 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 SVG-TT-Graph-0.16.tar.gz
 /SVG-TT-Graph-0.17.tar.gz
+/SVG-TT-Graph-0.18.tar.gz
diff --git a/perl-SVG-TT-Graph.spec b/perl-SVG-TT-Graph.spec
index 265073a..0c30bc4 100644
--- a/perl-SVG-TT-Graph.spec
+++ b/perl-SVG-TT-Graph.spec
@@ -1,11 +1,11 @@
 Name:           perl-SVG-TT-Graph
-Version:        0.17
+Version:        0.18
 Release:        1%{?dist}
 Summary:        Base object for generating SVG Graphs
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/SVG-TT-Graph/
-Source0:        http://www.cpan.org/authors/id/F/FA/FANGLY/SVG-TT-Graph-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/L/LL/LLAP/SVG-TT-Graph-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(CPAN)
 BuildRequires:  perl(DateTime)
@@ -25,7 +25,7 @@ Template Toolkit.
 %setup -q -n SVG-TT-Graph-%{version}
 find . -type f -exec chmod 644 {} \;
 sed -i 's/\r//' Changes
-chmod +x script/*.pl
+# chmod +x script/*.pl
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -48,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 06 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.18-1
+- Update to 0.18
+
 * Mon Jul 25 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.17-1
 - Update to 0.17
 - Clean up spec file.
diff --git a/sources b/sources
index 73f9636..31c8039 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c6acc4bd3299f08fb7bb8c02e5d32f2  SVG-TT-Graph-0.17.tar.gz
+20a7a79f217363472a111097d3734746  SVG-TT-Graph-0.18.tar.gz


More information about the scm-commits mailing list