OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Sep-2005 17:58:21
Branch: HEAD Handle: 2005092816582100
Added files:
openpkg-src/pound pound.patch
Modified files:
openpkg-src/pound pound.spec
Log:
upgrading package: pound 1.9.2 -> 1.9.3
Summary:
Revision Changes Path
1.1 +28 -0 openpkg-src/pound/pound.patch
1.35 +4 -2 openpkg-src/pound/pound.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pound/pound.patch
============================================================================
$ cvs diff -u -r0 -r1.1 pound.patch
--- /dev/null 2005-09-28 17:58:13 +0200
+++ pound.patch 2005-09-28 17:58:21 +0200
@@ -0,0 +1,28 @@
+--- pound.h.orig 2005-09-28 15:54:27.468707000 +0200
++++ pound.h 2005-09-28 17:52:20.687744806 +0200
+@@ -84,6 +84,12 @@
+ #include "config.h"
+ #include <stdio.h>
+
++#if HAVE_PTHREAD_H
++#include <pthread.h>
++#else
++#error "Pound needs pthread.h"
++#endif
++
+ #if HAVE_STDLIB_H
+ #include <stdlib.h>
+ #else
+@@ -100,12 +106,6 @@
+ #include <getopt.h>
+ #endif
+
+-#if HAVE_PTHREAD_H
+-#include <pthread.h>
+-#else
+-#error "Pound needs pthread.h"
+-#endif
+-
+ #if HAVE_STRING_H
+ #include <string.h>
+ #else
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/pound/pound.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 pound.spec
--- openpkg-src/pound/pound.spec 26 Sep 2005 19:49:26 -0000 1.34
+++ openpkg-src/pound/pound.spec 28 Sep 2005 15:58:21 -0000 1.35
@@ -32,8 +32,8 @@
Class: EVAL
Group: Web
License: GPL
-Version: 1.9.2
-Release: 20050926
+Version: 1.9.3
+Release: 20050928
# package options
%option with_fsl yes
@@ -44,6 +44,7 @@
Source2: pound.pem
Source3: rc.pound
Source4: fsl.pound
+Patch0: pound.patch
# build information
Prefix: %{l_prefix}
@@ -77,6 +78,7 @@
%prep
%setup -q -n Pound-%{version}
+ %patch -p0
# force to use PCRE instead of vendor regex(3)
%{l_shtool} subst \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]