Accepting request 288184 from home:pluskalm:branches:graphics
- Cleanup spec file with spec-cleaner - No longer needed patches * gd-2.1.0-CVE-2014-2497.patch * gd-autoconf.patch - Update to 2.1.1 * changelog provided only as commit log (see Changelog) * fix for CVE-2014-2497 OBS-URL: https://build.opensuse.org/request/show/288184 OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
bb7b673b1d
commit
8024297b51
@@ -1,8 +1,8 @@
|
||||
Index: src/fontwheeltest.c
|
||||
===================================================================
|
||||
--- src/fontwheeltest.c.orig 2013-12-18 11:49:47.041577398 +0100
|
||||
+++ src/fontwheeltest.c 2013-12-18 11:53:52.575496376 +0100
|
||||
@@ -32,6 +32,8 @@
|
||||
--- src/fontwheeltest.c.orig
|
||||
+++ src/fontwheeltest.c
|
||||
@@ -32,6 +32,8 @@ dowheel (gdImagePtr im, int color, char
|
||||
doerr (err, "------------------------------------------");
|
||||
|
||||
for (curang = 0.0; curang < 360.0; curang += angle) {
|
||||
@@ -11,7 +11,7 @@ Index: src/fontwheeltest.c
|
||||
curangrads = DEGTORAD(curang);
|
||||
x0 = x + cos (curangrads) * offset;
|
||||
y0 = y - sin (curangrads) * offset;
|
||||
@@ -47,7 +49,15 @@
|
||||
@@ -47,7 +49,15 @@ dowheel (gdImagePtr im, int color, char
|
||||
if (cp)
|
||||
doerr (err, cp);
|
||||
|
||||
|
Reference in New Issue
Block a user