Update to 2.60

- New upstream release 2.60
  - Add missing methods newFromWBMP, newFromXbm (CPAN RT #68784) and some
    missing docs
  - Add --lib_fontconfig_path, --fcgi options
  - Rewrote most of the XS code
  - Clean up Makefile.PL (GH#20)
epel9
Paul Howarth 8 years ago
parent a89d988685
commit ada328dc27

@ -1,10 +0,0 @@
--- Makefile.PL
+++ Makefile.PL
@@ -237,7 +237,6 @@ print F $DEFINES,"\n";
close F;
my $CCFLAGS = $Config{ccflags};
-$CCFLAGS .= " -Wformat=0" if $Config{gccversion};
WriteMakefile(
'NAME' => 'GD',

@ -0,0 +1,11 @@
--- Makefile.PL
+++ Makefile.PL
@@ -248,7 +248,7 @@ print F $DEFINES,"\n";
close F;
my $CCFLAGS = $Config{ccflags};
-$CCFLAGS .= " -Wall -Wextra -Wformat=0" if $Config{gccversion} and $] > 5.020;
+$CCFLAGS .= " -Wall -Wextra" if $Config{gccversion} and $] > 5.020;
WriteMakefile(
'NAME' => 'GD',

@ -1,12 +1,12 @@
Name: perl-GD Name: perl-GD
Version: 2.59 Version: 2.60
Release: 1%{?dist} Release: 1%{?dist}
Summary: Perl interface to the GD graphics library Summary: Perl interface to the GD graphics library
License: GPL+ or Artistic 2.0 License: GPL+ or Artistic 2.0
URL: http://search.cpan.org/dist/GD/ URL: http://search.cpan.org/dist/GD/
Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/GD-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/GD-%{version}.tar.gz
Patch0: GD-2.56-utf8.patch Patch0: GD-2.56-utf8.patch
Patch1: GD-2.59-cflags.patch Patch1: GD-2.60-cflags.patch
# Module Build # Module Build
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: findutils BuildRequires: findutils
@ -28,6 +28,7 @@ BuildRequires: perl(Exporter)
BuildRequires: perl(FileHandle) BuildRequires: perl(FileHandle)
BuildRequires: perl(Math::Trig) BuildRequires: perl(Math::Trig)
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(Symbol)
BuildRequires: perl(vars) BuildRequires: perl(vars)
# Test Suite # Test Suite
BuildRequires: perl(constant) BuildRequires: perl(constant)
@ -90,6 +91,14 @@ make test TEST_VERBOSE=1
%{_mandir}/man3/GD::Simple.3* %{_mandir}/man3/GD::Simple.3*
%changelog %changelog
* Sat Apr 22 2017 Paul Howarth <paul@city-fan.org> - 2.60-1
- Update to 2.60
- Add missing methods newFromWBMP, newFromXbm (CPAN RT #68784) and some
missing docs
- Add --lib_fontconfig_path, --fcgi options
- Rewrote most of the XS code
- Clean up Makefile.PL (GH#20)
* Fri Apr 21 2017 Paul Howarth <paul@city-fan.org> - 2.59-1 * Fri Apr 21 2017 Paul Howarth <paul@city-fan.org> - 2.59-1
- Update to 2.59 - Update to 2.59
- Remove Build.PL, fix permissions, fix for missing gdlib-config - Remove Build.PL, fix permissions, fix for missing gdlib-config

@ -1 +1 @@
SHA512 (GD-2.59.tar.gz) = 7accaabbffbba70a0030656b67dd2f8f6ee84ac616a5ca6b877bc7d69f4896319ac535726c5a147303e14bcfb6c107f9be2753f744a438cdd20bfab6b2b87330 SHA512 (GD-2.60.tar.gz) = 19decda8663c4e9e56fc0ab36348ba6b2f8f7bf28ff061e6c8568526db0d5945218e3c3f7effdce6e615f98067092f7b598156c932ea4887d3c173e5c722a397

Loading…
Cancel
Save