Compare commits

...

5 Commits
master ... f8

Author SHA1 Message Date
Fedora Release Engineering eee34f9a1e dist-git conversion 2010-07-28 09:10:00 +00:00
Bill Nottingham 3ae0ad3c7f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 00:19:57 +00:00
Ruben Kerkhof 7ae7089c13 Remove unused patch 2008-03-26 21:37:52 +00:00
Ruben Kerkhof e761fe8561 - Upstream released new version
- Correct license tag
- Drop patch which was accepted upstream
2008-03-26 21:29:52 +00:00
Jesse Keating 313fd9cd9e Initialize branch F-8 for Perlbal 2007-10-20 03:38:47 +00:00
6 changed files with 9 additions and 46 deletions

View File

@ -1 +0,0 @@
Perlbal-1.59.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Perlbal-1.70.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: Perlbal
# $Id$
NAME := Perlbal
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,19 +0,0 @@
--- Perlbal-1.59/t/45-buffereduploads.t 2007-01-17 00:15:34.000000000 +0100
+++ /home/ruben/perlbal/t/45-buffereduploads.t 2007-06-20 23:26:29.000000000 +0200
@@ -83,10 +83,13 @@
);
# rate tests
-buffer_rules(rate => 700_000);
-request("buffer_on_rate", 500_000,
+buffer_rules(rate => 200_000);
+request("buffer_on_rate", 1_000_000,
50_000,
- "sleep:0.6",
+ "sleep:1",
+ "empty",
+ 300_000,
+ "sleep:1",
300_000,
"exists",
"finish",

View File

@ -1,13 +1,12 @@
Name: Perlbal
Version: 1.59
Version: 1.70
Release: 1%{?dist}
Summary: Reverse-proxy load balancer and webserver
License: GPL or Artistic
License: GPL+ or Artistic
Group: System Environment/Daemons
URL: http://search.cpan.org/dist/Perlbal/
Source0: http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/%{name}-%{version}.tar.gz
Source1: perlbal.init
Patch0: Perlbal-1.59-fix-buffered-upload-test.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -42,7 +41,6 @@ can override many parts of request handling and behavior.
%prep
%setup -q -n Perlbal-%{version}
%patch0 -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -97,6 +95,11 @@ fi
%changelog
* Wed Mar 26 2008 Ruben Kerkhof <ruben@rubenkerkhof.com> 1.70-1
- Upstream released new version
- Correct license tag
- Drop patch which was accepted upstream
* Wed Jun 20 2007 Ruben Kerkhof <ruben@rubenkerkhof.com> 1.59-1
- Upstream released new version
- Received patch from upstream for failing buffered upload test (240693)

View File

@ -1 +1 @@
7d098abd4434b70f13638cdff3e2383a Perlbal-1.59.tar.gz
3267a45b06cc187d177ad9b9ecc2f68f Perlbal-1.70.tar.gz