OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 25-Dec-2003 09:57:40
Branch: HEAD Handle: 2003122508573702
Modified files:
openpkg-re/vcheck vc.gd
openpkg-src/gd gd.patch gd.spec
openpkg-web news.txt
Log:
upgrading package: gd 2.0.15 -> 2.0.16
Summary:
Revision Changes Path
1.15 +1 -1 openpkg-re/vcheck/vc.gd
1.2 +12 -0 openpkg-src/gd/gd.patch
1.57 +2 -2 openpkg-src/gd/gd.spec
1.7886 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.gd
============================================================================
$ cvs diff -u -r1.14 -r1.15 vc.gd
--- openpkg-re/vcheck/vc.gd 4 Jun 2003 09:14:54 -0000 1.14
+++ openpkg-re/vcheck/vc.gd 25 Dec 2003 08:57:37 -0000 1.15
@@ -2,7 +2,7 @@
}
prog gd = {
- version = 2.0.15
+ version = 2.0.16
url = http://www.boutell.com/gd/http/
regex = gd-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gd/gd.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 gd.patch
--- openpkg-src/gd/gd.patch 25 Jul 2003 08:11:48 -0000 1.1
+++ openpkg-src/gd/gd.patch 25 Dec 2003 08:57:39 -0000 1.2
@@ -70,3 +70,15 @@
{
error ("iconv_close() error");
}
+Index: gdhelpers.h
+--- gdhelpers.h.orig 2003-12-24 20:23:18.000000000 +0100
++++ gdhelpers.h 2003-12-25 09:55:12.000000000 +0100
+@@ -25,7 +25,7 @@
+ #define gdMutexLock(x) EnterCriticalSection(&x)
+ #define gdMutexUnlock(x) LeaveCriticalSection(&x)
+ #else
+-#ifdef HAVE_PTHREAD
++#if 0
+ #include <pthread.h>
+ #define gdMutexDeclare(x) pthread_mutex_t x
+ #define gdMutexSetup(x) pthread_mutex_init(&x, 0)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gd/gd.spec
============================================================================
$ cvs diff -u -r1.56 -r1.57 gd.spec
--- openpkg-src/gd/gd.spec 7 Nov 2003 20:21:29 -0000 1.56
+++ openpkg-src/gd/gd.spec 25 Dec 2003 08:57:39 -0000 1.57
@@ -32,8 +32,8 @@
Distribution: OpenPKG [BASE]
Group: Graphics
License: GPL
-Version: 2.0.15
-Release: 20031107
+Version: 2.0.16
+Release: 20031225
# list of sources
Source0: http://www.boutell.com/gd/http/gd-%{version}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7885 -r1.7886 news.txt
--- openpkg-web/news.txt 25 Dec 2003 08:52:27 -0000 1.7885
+++ openpkg-web/news.txt 25 Dec 2003 08:57:38 -0000 1.7886
@@ -1,3 +1,4 @@
+25-Dec-2003: Upgraded package: P<gd-2.0.16-20031225>
25-Dec-2003: Upgraded package: P<libxslt-1.1.2-20031225>
25-Dec-2003: Upgraded package: P<ruby-1.8.1-20031225>
25-Dec-2003: Upgraded package: P<bogofilter-0.15.12-20031225>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]