Compare commits

...

4 Commits
master ... f12

Author SHA1 Message Date
Fedora Release Engineering 1fe12c6d5d dist-git conversion 2010-07-28 09:10:03 +00:00
Ruben Kerkhof 4e4419753e - Upstream released new version 2010-04-06 14:22:22 +00:00
Bill Nottingham 08439075f0 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 00:19:57 +00:00
Toshio くらとみ b75f45a21e Initialize branch F-12 for Perlbal 2009-09-29 16:13:32 +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$
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,6 +1,6 @@
Name: Perlbal
Version: 1.70
Release: 4%{?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
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.70-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

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