OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 01-Aug-2002 13:50:32
Branch: HEAD Handle: 2002080112503101
Modified files:
openpkg-re/vcheck vc.fsl
openpkg-src/fsl fsl.spec
openpkg-web news.txt
Log:
upgrading package: fsl 0.1.12 -> 0.9.0
Summary:
Revision Changes Path
1.11 +1 -1 openpkg-re/vcheck/vc.fsl
1.16 +9 -9 openpkg-src/fsl/fsl.spec
1.1084 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.fsl
============================================================
$ cvs diff -u -r1.10 -r1.11 vc.fsl
--- openpkg-re/vcheck/vc.fsl 30 Jul 2002 18:36:08 -0000 1.10
+++ openpkg-re/vcheck/vc.fsl 1 Aug 2002 11:50:31 -0000 1.11
@@ -2,7 +2,7 @@
}
prog fsl = {
- version = 0.1.12
+ version = 0.9.0
url = ftp://ftp.ossp.org/pkg/lib/fsl/
regex = fsl-(__VER__)\.tar\.gz
}
Index: openpkg-src/fsl/fsl.spec
============================================================
$ cvs diff -u -r1.15 -r1.16 fsl.spec
--- openpkg-src/fsl/fsl.spec 31 Jul 2002 07:23:43 -0000 1.15
+++ openpkg-src/fsl/fsl.spec 1 Aug 2002 11:50:32 -0000 1.16
@@ -32,12 +32,12 @@
Distribution: OpenPKG [EXP]
Group: System
License: MIT-style
-Version: 0.1.12
-Release: 20020730
+Version: 0.9.0
+Release: 20020801
# package options
-%ifndef with_debug
-%define with_debug no
+%ifndef with_fsl_debug
+%define with_fsl_debug no
%endif
# list of sources
@@ -63,7 +63,7 @@
of the program.
Options
- with_debug=%{with_debug}
+ with_fsl_debug=%{with_fsl_debug}
%prep
%setup -q
@@ -74,10 +74,10 @@
./configure \
--prefix=%{l_prefix} \
--with-cfgdir=%{l_prefix}/etc/fsl \
-%if "%{with_debug}" == "yes"
- --with-debug="prefix(prefix=\\\"%%b %%d %%H:%%M:%%S <%%L> [%%P]: \\\",
timezone=local) \
- -> { trace:
file(path=\\\"%{l_prefix}/var/fsl/trace.log\\\",append=1,perm=432); \
- (debug):
file(path=\\\"%{l_prefix}/var/fsl/debug.log\\\",append=0,perm=432) }" \
+%if "%{with_fsl_debug}" == "yes"
+ --with-fsl-debug="prefix(prefix=\\\"%%b %%d %%H:%%M:%%S <%%L> [%%P]: \\\",
timezone=local) \
+ -> { trace:
file(path=\\\"%{l_prefix}/var/fsl/trace.log\\\",append=1,perm=0644); \
+ (debug):
file(path=\\\"%{l_prefix}/var/fsl/debug.log\\\",append=0,perm=0644) }" \
%endif
--disable-shared
%{l_make} %{l_mflags}
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1083 -r1.1084 news.txt
--- openpkg-web/news.txt 1 Aug 2002 07:58:58 -0000 1.1083
+++ openpkg-web/news.txt 1 Aug 2002 11:50:31 -0000 1.1084
@@ -1,3 +1,4 @@
+01-Aug-2002: Upgraded package: P<fsl-0.9.0-20020801>
01-Aug-2002: Upgraded package: P<uvscan-4.1.6.4215-20020801>
01-Aug-2002: Upgraded package: P<textutils-2.1-20020801>
01-Aug-2002: Upgraded package: P<iozone-3.118-20020801>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]