OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 06-Feb-2004 12:33:31
Branch: HEAD Handle: 2004020611332802
Modified files:
openpkg-src/gettext gettext.spec
openpkg-web news.txt
Log:
try to get rid of undesired java detection inside sane build
environment on fedora1
Summary:
Revision Changes Path
1.42 +4 -1 openpkg-src/gettext/gettext.spec
1.8457 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gettext/gettext.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 gettext.spec
--- openpkg-src/gettext/gettext.spec 3 Feb 2004 20:01:34 -0000 1.41
+++ openpkg-src/gettext/gettext.spec 6 Feb 2004 11:33:30 -0000 1.42
@@ -34,7 +34,7 @@
Group: Converter
License: GPL
Version: 0.14.1
-Release: 20040203
+Release: 20040206
# list of sources
Source0: ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz
@@ -63,6 +63,9 @@
%{l_shtool} subst \
-e '/localcharset.\$lo/d' \
gettext-runtime/intl/Makefile.in
+ %{l_shtool} subst \
+ -e 's;\(SUBDIRS.*=.*\)intl-java ;\1;' \
+ gettext-runtime/Makefile.in
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8456 -r1.8457 news.txt
--- openpkg-web/news.txt 6 Feb 2004 11:25:57 -0000 1.8456
+++ openpkg-web/news.txt 6 Feb 2004 11:33:28 -0000 1.8457
@@ -1,3 +1,4 @@
+06-Feb-2004: Upgraded package: P<gettext-0.14.1-20040206>
06-Feb-2004: Upgraded package: P<python-2.3.3-20040206>
06-Feb-2004: Upgraded package: P<txt2html-2.21-20040206>
06-Feb-2004: Upgraded package: P<syslog-ng-1.6.2-20040206>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]