OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 23-Oct-2002 09:54:15
Branch: HEAD Handle: 2002102308541301
Modified files:
openpkg-re/vcheck vc.gd
openpkg-src/gd gd.spec
openpkg-web news.txt
Log:
upgrading package: gd 2.0.2 -> 2.0.3
Summary:
Revision Changes Path
1.3 +1 -1 openpkg-re/vcheck/vc.gd
1.28 +7 -2 openpkg-src/gd/gd.spec
1.1868 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.gd
============================================================
$ cvs diff -u -r1.2 -r1.3 vc.gd
--- openpkg-re/vcheck/vc.gd 22 Oct 2002 13:19:00 -0000 1.2
+++ openpkg-re/vcheck/vc.gd 23 Oct 2002 07:54:13 -0000 1.3
@@ -2,7 +2,7 @@
}
prog gd = {
- version = 2.0.2
+ version = 2.0.3
url = http://www.boutell.com/gd/http/
regex = gd-(__VER__)\.tar\.gz
}
Index: openpkg-src/gd/gd.spec
============================================================
$ cvs diff -u -r1.27 -r1.28 gd.spec
--- openpkg-src/gd/gd.spec 22 Oct 2002 13:19:01 -0000 1.27
+++ openpkg-src/gd/gd.spec 23 Oct 2002 07:54:14 -0000 1.28
@@ -32,8 +32,8 @@
Distribution: OpenPKG [BASE]
Group: Graphics
License: GPL
-Version: 2.0.2
-Release: 20021022
+Version: 2.0.3
+Release: 20021023
# list of sources
Source0: http://www.boutell.com/gd/http/gd-%{version}.tar.gz
@@ -70,6 +70,8 @@
-e 's;$includeDirs;;' \
-e 's;$libDirs;;' \
-e 's;$compiler;;' \
+ -e 's;$safePrograms;pngtogd pngtogd2 gdtopng gd2topng gd2copypal
gdparttopng webpng annotate;' \
+ -e 's;$installCommands.*;;' \
-e 's;$installPrefix;%{l_prefix};' \
-e 's;sh \./install-item ;%{l_shtool} install -c -m ;' \
-e 's;\\\(.\);\1;g' \
@@ -94,6 +96,9 @@
INSTALL_BIN=$RPM_BUILD_ROOT%{l_prefix}/bin \
INSTALL_LIB=$RPM_BUILD_ROOT%{l_prefix}/lib \
INSTALL_INCLUDE=$RPM_BUILD_ROOT%{l_prefix}/include
+ %{l_shtool} install -c -m 755 \
+ bdftogd pngtogd pngtogd2 gdtopng gd2topng gd2copypal gdparttopng webpng
annotate \
+ $RPM_BUILD_ROOT%{l_prefix}/bin
%{l_shtool} install -c -m 644 \
libgd.a $RPM_BUILD_ROOT%{l_prefix}/lib
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2> /dev/null || true
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1867 -r1.1868 news.txt
--- openpkg-web/news.txt 23 Oct 2002 07:12:18 -0000 1.1867
+++ openpkg-web/news.txt 23 Oct 2002 07:54:14 -0000 1.1868
@@ -1,3 +1,4 @@
+23-Oct-2002: Upgraded package: P<gd-2.0.3-20021023>
23-Oct-2002: Upgraded package: P<ragel-1.3.3-20021023>
23-Oct-2002: Upgraded package: P<expect-5.38-20021023>
23-Oct-2002: Upgraded package: P<tcl-8.4.1-20021023>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]