Compare commits

...

3 Commits
master ... f13

Author SHA1 Message Date
Fedora Release Engineering 2d71d0bbeb dist-git conversion 2010-07-28 09:10:02 +00:00
Ruben Kerkhof a5d7d08317 - Upstream released new version 2010-04-06 14:03:39 +00:00
Jesse Keating eeddda8762 Initialize branch F-13 for Perlbal 2010-02-17 00:47:29 +00:00
4 changed files with 6 additions and 24 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: Perlbal
# $Id: Makefile,v 1.1 2007/08/01 19:12:26 kevin Exp $
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 $$d/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,6 +1,6 @@
Name: Perlbal
Version: 1.70
Release: 5%{?dist}
Version: 1.75
Release: 1%{?dist}
Summary: Reverse-proxy load balancer and webserver
License: GPL+ or Artistic
Group: System Environment/Daemons
@ -96,6 +96,9 @@ fi
%changelog
* Tue Apr 06 2010 Ruben Kerkhof <ruben@rubenkerkhof.com> 1.75-1
- Upstream released new version
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.70-5
- rebuild against perl 5.10.1

View File

@ -1 +1 @@
3267a45b06cc187d177ad9b9ecc2f68f Perlbal-1.70.tar.gz
38f4af5d6cf6dba4c00916058e80aa94 Perlbal-1.75.tar.gz