OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Nov-2004 12:04:43
Branch: HEAD Handle: 2004110411044200
Modified files:
openpkg-src/gd gd.patch gd.spec
Log:
upgrading package: gd 2.0.32 -> 2.0.33
Summary:
Revision Changes Path
1.3 +2 -2 openpkg-src/gd/gd.patch
1.81 +2 -2 openpkg-src/gd/gd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gd/gd.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 gd.patch
--- openpkg-src/gd/gd.patch 25 Dec 2003 08:57:39 -0000 1.2
+++ openpkg-src/gd/gd.patch 4 Nov 2004 11:04:42 -0000 1.3
@@ -56,8 +56,8 @@
from_len = strlen ((const char *) from) + 1;
to_len = BUFSIZ;
-- if ((int) (iconv (cd, (char **) &from, &from_len, (char **) &to, &to_len))
-+ if ((int) (my_iconv (cd, (char **) &from, &from_len, (char **) &to, &to_len))
+- if ((int) (iconv (cd, (char **)from_p, &from_len, (char **)to_p, &to_len))
++ if ((int) (my_iconv (cd, (char **)from_p, &from_len, (char **)to_p, &to_len))
== -1)
{
#ifdef HAVE_ERRNO_H
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gd/gd.spec
============================================================================
$ cvs diff -u -r1.80 -r1.81 gd.spec
--- openpkg-src/gd/gd.spec 2 Nov 2004 07:41:46 -0000 1.80
+++ openpkg-src/gd/gd.spec 4 Nov 2004 11:04:42 -0000 1.81
@@ -33,8 +33,8 @@
Class: BASE
Group: Graphics
License: GPL
-Version: 2.0.32
-Release: 20041102
+Version: 2.0.33
+Release: 20041104
# package options
%option with_xpm no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]