OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 01-Jul-2002 16:25:16
Branch: HEAD Handle: 2002070115251401
Modified files:
openpkg-re/vcheck vc.iozone
openpkg-src/iozone iozone.patch iozone.spec
openpkg-web news.txt
Log:
upgrading package: iozone 3.109 -> 3.112
Summary:
Revision Changes Path
1.7 +1 -1 openpkg-re/vcheck/vc.iozone
1.3 +37 -4 openpkg-src/iozone/iozone.patch
1.25 +3 -3 openpkg-src/iozone/iozone.spec
1.859 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.iozone
============================================================
$ cvs diff -u -r1.6 -r1.7 vc.iozone
--- openpkg-re/vcheck/vc.iozone 21 Jun 2002 18:25:41 -0000 1.6
+++ openpkg-re/vcheck/vc.iozone 1 Jul 2002 14:25:14 -0000 1.7
@@ -2,7 +2,7 @@
}
prog iozone = {
- version = 3_109
+ version = 3_112
url = http://www.iozone.org/src/current/
regex = iozone(__VER__)\.tar
}
Index: openpkg-src/iozone/iozone.patch
============================================================
$ cvs diff -u -r1.2 -r1.3 iozone.patch
--- openpkg-src/iozone/iozone.patch 15 Jun 2002 19:07:53 -0000 1.2
+++ openpkg-src/iozone/iozone.patch 1 Jul 2002 14:25:15 -0000 1.3
@@ -1,11 +1,44 @@
---- src/current/iozone.c.orig Sat Jun 15 21:06:04 2002
-+++ src/current/iozone.c Sat Jun 15 21:06:10 2002
-@@ -787,7 +787,7 @@
+--- src/current/iozone.c Wed Jun 26 23:45:45 2002
++++ src/current/iozone.c.orig Mon Jul 1 16:06:47 2002
+@@ -782,7 +782,7 @@
void throughput_test(); /* Multi process throughput */
void multi_throughput_test(); /* Multi process throughput */
void prepage(); /* Pre-fault user buffer */
--#if defined(linux) || defined(solaris) || defined(__AIX__) || defined(OSFV5)
+-#if defined(linux) || defined(solaris) || defined(__AIX__) || defined(OSFV5) ||
defined(UWIN) || defined(Windows)
+#ifdef HAVE_ANSIC_C
float do_compute(float); /* compute cycle simulation */
#else
float do_compute(); /* compute cycle simulation */
+@@ -13030,27 +13030,27 @@
+ }
+
+ #ifndef ASYNC_IO
+-async_read()
++int async_read()
+ {
+ printf("Your system does not support async I/O\n");
+ exit(169);
+ }
+-async_write_no_copy()
++size_t async_write_no_copy()
+ {
+ printf("Your system does not support async I/O\n");
+ exit(170);
+ }
+-async_write()
++size_t async_write()
+ {
+ printf("Your system does not support async I/O\n");
+ exit(171);
+ }
+-async_read_no_copy()
++int async_read_no_copy()
+ {
+ printf("Your system does not support async I/O\n");
+ exit(172);
+ }
+-async_release()
++void async_release()
+ {
+ printf("Your system does not support async I/O\n");
+ exit(173);
Index: openpkg-src/iozone/iozone.spec
============================================================
$ cvs diff -u -r1.24 -r1.25 iozone.spec
--- openpkg-src/iozone/iozone.spec 21 Jun 2002 18:25:42 -0000 1.24
+++ openpkg-src/iozone/iozone.spec 1 Jul 2002 14:25:15 -0000 1.25
@@ -23,8 +23,8 @@
## SUCH DAMAGE.
##
-%define V_logic 3.109
-%define V_real 3_109
+%define V_logic 3.112
+%define V_real 3_112
# package information
Name: iozone
@@ -36,7 +36,7 @@
Group: Benchmark
License: Open Source
Version: %{V_logic}
-Release: 20020621
+Release: 20020701
# list of sources
Source0: http://www.iozone.org/src/current/iozone%{V_real}.tar
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.858 -r1.859 news.txt
--- openpkg-web/news.txt 1 Jul 2002 09:33:25 -0000 1.858
+++ openpkg-web/news.txt 1 Jul 2002 14:25:15 -0000 1.859
@@ -1,3 +1,4 @@
+01-Jul-2002: Upgraded package: P<iozone-3.112-20020701>
01-Jul-2002: New package: P<geoip-0.2.0-20020701>
01-Jul-2002: Upgraded package: P<pari-2.1.4-20020701>
30-Jun-2002: Upgraded package: P<vim-6.1.118-20020630>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]