diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-04-22 11:17:07 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-04-22 11:17:07 +0200 |
commit | a0f3a3a23177ba528dadc56bb1a5562e7399b8d0 (patch) | |
tree | d9d63f02b9ad24d88a9540892d2ac648191123e3 | |
parent | a3a39e5a9ea5e8fa535e9953cfac650ba88991a9 (diff) |
gd: drop already applied patch
-rw-r--r-- | gd-2.0.35-overflow.patch | 13 | ||||
-rw-r--r-- | gd.spec | 2 |
2 files changed, 0 insertions, 15 deletions
diff --git a/gd-2.0.35-overflow.patch b/gd-2.0.35-overflow.patch deleted file mode 100644 index f71c953..0000000 --- a/gd-2.0.35-overflow.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- gd-2.0.35/gd_gd.c.pom 2006-04-05 17:52:22.000000000 +0200 -+++ gd-2.0.35/gd_gd.c 2007-09-05 11:31:39.000000000 +0200 -@@ -149,6 +149,10 @@ _gdCreateFromFile (gdIOCtx * in, int *sx - { - im = gdImageCreate (*sx, *sy); - } -+ if (!im) -+ { -+ goto fail1; -+ } - if (!_gdGetColors (in, im, gd2xFlag)) - { - goto fail2; @@ -12,7 +12,6 @@ Patch1: gd-2.1.0-multilib.patch # Need work: Patch4: gd-loop.patch Patch5: gd-2.0.34-sparc64.patch -Patch6: gd-2.0.35-overflow.patch Patch7: gd-2.0.35-AALineThick.patch Patch8: gd-2.0.33-BoxBound.patch Patch10: gd-2.0.35-time.patch @@ -76,7 +75,6 @@ files for gd, a graphics library for creating PNG and JPEG graphics. %setup -q -n gd-%{version} %patch1 -p1 -b .mlib #patch4 -p1 -b .loop -#patch6 -p1 -b .overflow #patch5 -p1 -b .sparc64 #patch7 -p1 -b .AALineThick #patch8 -p1 -b .bb |