- New upstream release

- Remove patches merged upstream
This commit is contained in:
Ingvar Hagelund 2010-05-05 12:59:32 +00:00
parent 67c7d7db05
commit f83931bd1e
3 changed files with 7 additions and 8 deletions

View File

@ -1 +1 @@
varnish-2.1.1.tar.gz varnish-2.1.2.tar.gz

View File

@ -1 +1 @@
2dec86e24915aa8d427584f671d25f40 varnish-2.1.1.tar.gz 8b0d80e47acf4946671c381af55518b9 varnish-2.1.2.tar.gz

View File

@ -1,13 +1,11 @@
Summary: High-performance HTTP accelerator Summary: High-performance HTTP accelerator
Name: varnish Name: varnish
Version: 2.1.1 Version: 2.1.2
Release: 1%{?dist} Release: 1%{?dist}
License: BSD License: BSD
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.varnish-cache.org/ URL: http://www.varnish-cache.org/
Source0: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.gz Source0: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.gz
Patch0: varnish.v00002fix.patch
Patch1: varnish.from_r4750_fixes_lowspec_buildhost.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# The svn sources needs autoconf, automake and libtool to generate a suitable # The svn sources needs autoconf, automake and libtool to generate a suitable
# configure script. Release tarballs would not need this # configure script. Release tarballs would not need this
@ -66,9 +64,6 @@ Varnish is a high-performance HTTP accelerator
%setup -q %setup -q
#%setup -q -n varnish-cache #%setup -q -n varnish-cache
%patch0
%patch1
# The svn sources needs to generate a suitable configure script # The svn sources needs to generate a suitable configure script
# Release tarballs would not need this # Release tarballs would not need this
#./autogen.sh #./autogen.sh
@ -257,6 +252,10 @@ fi
%postun libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig
%changelog %changelog
* Wed May 05 2010 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.1.2-1
- New upstream release
- Remove patches merged upstream
* Tue Apr 27 2010 Ingvar Hagelund <ingvar@linpro.no> - 2.1.1-1 * Tue Apr 27 2010 Ingvar Hagelund <ingvar@linpro.no> - 2.1.1-1
- New upstream release - New upstream release
- Added a fix for missing pkgconfig/libpcre.pc on rhel4 - Added a fix for missing pkgconfig/libpcre.pc on rhel4