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 Date: 11-Jan-2003 16:29:56
Branch: HEAD Handle: 2003011115295501
Modified files:
openpkg-src/gettext gettext.spec
openpkg-web news.txt
Log:
gettext is a library and hence requires libiconv also under 'run-time'
(meaning link-time for a library)
Summary:
Revision Changes Path
1.27 +3 -3 openpkg-src/gettext/gettext.spec
1.2649 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gettext/gettext.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 gettext.spec
--- openpkg-src/gettext/gettext.spec 3 Jan 2003 10:52:10 -0000 1.26
+++ openpkg-src/gettext/gettext.spec 11 Jan 2003 15:29:56 -0000 1.27
@@ -33,7 +33,7 @@
Group: Converter
License: GPL
Version: 0.11.5
-Release: 20020823
+Release: 20030111
# list of sources
Source0: ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, libiconv
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20020206, libiconv, make
+PreReq: OpenPKG, openpkg >= 20020206, libiconv
AutoReq: no
AutoReqProv: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2648 -r1.2649 news.txt
--- openpkg-web/news.txt 11 Jan 2003 15:27:39 -0000 1.2648
+++ openpkg-web/news.txt 11 Jan 2003 15:29:55 -0000 1.2649
@@ -1,3 +1,4 @@
+11-Jan-2003: Upgraded package: P<gettext-0.11.5-20030111>
11-Jan-2003: Upgraded package: P<cfg-0.9.0-20030111>
11-Jan-2003: Upgraded package: P<as-cui-0.5.5-20030111>
11-Jan-2003: Upgraded package: P<aide-0.9-20030111>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]