From d75e68e7cd5a8a3d7b6ed2871a6411c73e3ecf48 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 17 Jan 2004 19:58:56 +0000 Subject: [PATCH] upgrading package: siege 2.58 -> 2.59 --- siege/siege.patch | 20 ++++++++++---------- siege/siege.spec | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/siege/siege.patch b/siege/siege.patch index 244ff9da99..18a08adf2e 100644 --- a/siege/siege.patch +++ b/siege/siege.patch @@ -1,6 +1,6 @@ Index: src/hash.c ---- src/hash.c.orig 2003-07-17 14:57:17.000000000 +0200 -+++ src/hash.c 2003-11-27 10:02:14.000000000 +0100 +--- src/hash.c.orig 2003-07-09 22:22:38.000000000 +0200 ++++ src/hash.c 2004-01-17 20:54:33.000000000 +0100 @@ -60,7 +60,7 @@ * hash table. */ @@ -20,14 +20,14 @@ Index: src/hash.c this->size = 2; this->entries = 0; Index: src/hash.h ---- src/hash.h.orig 2003-07-17 14:57:21.000000000 +0200 -+++ src/hash.h 2003-11-27 10:02:23.000000000 +0100 -@@ -26,7 +26,7 @@ +--- src/hash.h.orig 2004-01-03 16:57:02.000000000 +0100 ++++ src/hash.h 2004-01-17 20:55:10.000000000 +0100 +@@ -29,7 +29,7 @@ typedef struct HASH_T *HASH; --HASH new_hash(ssize_t size); -+HASH new_hash(int size); - - void hash_add(HASH this, char *key, char *value); - +-HASH new_hash(ssize_t size); ++HASH new_hash(int size); + void hash_add(HASH this, char *key, char *value); + char *hash_get(HASH this, char *key); + char **hash_get_keys(HASH this); diff --git a/siege/siege.spec b/siege/siege.spec index 4257dd41fa..b25926e703 100644 --- a/siege/siege.spec +++ b/siege/siege.spec @@ -32,8 +32,8 @@ Packager: The OpenPKG Project Distribution: OpenPKG [PLUS] Group: Benchmark License: GPL -Version: 2.58 -Release: 20031216 +Version: 2.59 +Release: 20040117 # list of sources Source0: ftp://ftp.joedog.org/pub/siege/siege-%{version}.tar.gz