[perl-GD] update to 2.50, disable -Wformat=0

Tom Callaway spot at fedoraproject.org
Thu Dec 12 21:44:09 UTC 2013


commit b76f082a0bfb575ca118f3f1a2d368724c69d3d7
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Dec 12 16:44:15 2013 -0500

    update to 2.50, disable -Wformat=0

 .gitignore   |    1 +
 perl-GD.spec |    9 +++++++--
 sources      |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35574ab..f280aad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 GD-2.44.tar.gz
 /GD-2.46.tar.gz
 /GD-2.49.tar.gz
+/GD-2.50.tar.gz
diff --git a/perl-GD.spec b/perl-GD.spec
index 9b90d20..6698ab8 100644
--- a/perl-GD.spec
+++ b/perl-GD.spec
@@ -1,6 +1,6 @@
 Name:           perl-GD
-Version:        2.49
-Release:        3%{?dist}
+Version:        2.50
+Release:        1%{?dist}
 Summary:        Perl interface to the GD graphics library
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -32,6 +32,8 @@ create PNG images on the fly or modify existing files.
 
 %patch0 -p1
 
+sed -i 's|-Wformat=0||g' Makefile.PL
+
 perl -pi -e 's|/usr/local/bin/perl\b|%{__perl}|' \
       qd.pl demos/{*.{pl,cgi},truetype_test}
 chmod -c 644 bdf_scripts/* demos/*
@@ -65,6 +67,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Thu Dec 12 2013 Tom Callaway <spot at fedoraproject.org> - 2.50-1
+- update to 2.50
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.49-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index ac2ff06..fae4749 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c58b6556bddbe147c41f4e17a0de9bea  GD-2.49.tar.gz
+b2f1e47dfc1c4e4fdda3277f165d36e5  GD-2.50.tar.gz


More information about the scm-commits mailing list