From 2873798f7ec8b77a2c2d5ab768e183a21d0a337a Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Mon, 9 Aug 2010 14:21:09 +0000 Subject: [PATCH] upgrading package: siege 2.69 -> 2.70 --- 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 f73863718c..e2da687c58 100644 --- a/siege/siege.patch +++ b/siege/siege.patch @@ -1,6 +1,6 @@ Index: configure ---- configure.orig 2009-05-08 19:59:04 +0200 -+++ configure 2009-05-13 11:24:53 +0200 +--- configure.orig 2010-07-16 16:52:42.000000000 +0200 ++++ configure 2010-08-09 13:45:27.000000000 +0200 @@ -9378,7 +9378,9 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -22,14 +22,14 @@ Index: configure /* confdefs.h. */ _ACEOF Index: src/hash.c ---- src/hash.c.orig 2009-04-02 14:09:42 +0200 -+++ src/hash.c 2009-05-13 11:24:53 +0200 +--- src/hash.c.orig 2010-05-13 14:44:01.000000000 +0200 ++++ src/hash.c 2010-08-09 16:19:51.000000000 +0200 @@ -60,7 +60,7 @@ * hash table. */ HASH --new_hash( ssize_t size ) -+new_hash( int size ) +-new_hash(ssize_t size) ++new_hash(int size) { HASH this; @@ -37,14 +37,14 @@ Index: src/hash.c } void --hash_reset(HASH this, ssize_t size ) -+hash_reset(HASH this, int size ) +-hash_reset(HASH this, ssize_t size) ++hash_reset(HASH this, int size) { this->size = 2; this->entries = 0; Index: src/hash.h ---- src/hash.h.orig 2006-04-17 20:37:34 +0200 -+++ src/hash.h 2009-05-13 11:24:53 +0200 +--- src/hash.h.orig 2006-04-17 20:37:34.000000000 +0200 ++++ src/hash.h 2010-08-09 13:45:27.000000000 +0200 @@ -29,7 +29,7 @@ typedef struct HASH_T *HASH; diff --git a/siege/siege.spec b/siege/siege.spec index 674bc27bf6..59b02c97ba 100644 --- a/siege/siege.spec +++ b/siege/siege.spec @@ -31,8 +31,8 @@ Distribution: OpenPKG Community Class: PLUS Group: Benchmark License: GPL -Version: 2.69 -Release: 20090513 +Version: 2.70 +Release: 20100809 # list of sources Source0: ftp://ftp.joedog.org/pub/siege/siege-%{version}.tar.gz