New upstream release
This commit is contained in:
parent
9a93813030
commit
75fc2954d5
@ -1 +1 @@
|
||||
varnish-2.0.3.tar.gz
|
||||
varnish-2.0.4.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
4233ad2fc3d0c2fcf7bf399f6ccf50b2 varnish-2.0.3.tar.gz
|
||||
8044d59cb6d2ec6d09b7ae6033f06bbf varnish-2.0.4.tar.gz
|
||||
|
11
varnish.spec
11
varnish.spec
@ -1,7 +1,7 @@
|
||||
Summary: High-performance HTTP accelerator
|
||||
Name: varnish
|
||||
Version: 2.0.3
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.4
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Daemons
|
||||
URL: http://www.varnish-cache.org/
|
||||
@ -64,12 +64,12 @@ Varnish is a high-performance HTTP accelerator
|
||||
%setup -q
|
||||
#%setup -q -n varnish-cache
|
||||
|
||||
%patch0 -p0
|
||||
|
||||
# The svn sources needs to generate a suitable configure script
|
||||
# Release tarballs would not need this
|
||||
#./autogen.sh
|
||||
|
||||
%patch0 -p0
|
||||
|
||||
# Hack to get 32- and 64-bits tests run concurrently on the same build machine
|
||||
case `uname -m` in
|
||||
ppc64 | s390x | x86_64 | sparc64 )
|
||||
@ -235,6 +235,9 @@ fi
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Fri Mar 27 2009 Ingvar Hagelund <ingvar@linpro.no> - 2.0.4-1
|
||||
New upstream release 2.0.4
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user