Changeset 4346 for trunk/varnish-cache/redhat
- Timestamp:
- 11/09/09 15:09:59 (9 months ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/redhat/varnish.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/redhat/varnish.spec
r3754 r4346 1 1 Summary: High-performance HTTP accelerator 2 2 Name: varnish 3 Version: 2.0. 23 Version: 2.0.5 4 4 Release: 1%{?dist} 5 5 License: BSD … … 8 8 Source0: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.gz 9 9 #Patch0: varnish.varnishtest_debugflag.patch 10 #Patch1: varnish.s390x_pagesize.patch 11 #Patch2: varnish.sparc_pagesize.patch 10 12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 11 13 # The svn sources needs autoconf, automake and libtool to generate a suitable … … 65 67 #%setup -q -n varnish-cache 66 68 67 #%patch0 -p068 69 69 # The svn sources needs to generate a suitable configure script 70 70 # Release tarballs would not need this 71 71 #./autogen.sh 72 73 #%patch0 -p0 74 #%patch1 -p0 75 #%patch2 -p0 72 76 73 77 # Hack to get 32- and 64-bits tests run concurrently on the same build machine … … 92 96 93 97 # Remove "--disable static" if you want to build static libraries 94 # jemalloc is not compatible with Red Hat's ppc 64RHEL5 kernel koji server :-(98 # jemalloc is not compatible with Red Hat's ppc* RHEL5 kernel koji server :-( 95 99 %ifarch ppc64 ppc 96 100 %configure --disable-static --localstatedir=/var/lib --disable-jemalloc … … 236 240 237 241 %changelog 242 * Mon Nov 09 2009 Ingvar Hagelund <ingvar@linpro.no> - 2.0.5-1 243 - New upstream release 244 245 * Thu Aug 13 2009 Ingvar Hagelund <ingvar@linpro.no> - 2.0.4-4 246 - Added a sparc specific patch to libjemalloc. 247 248 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-3 249 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 250 251 * Thu May 04 2009 Ingvar Hagelund <ingvar@linpro.no> - 2.0.4-2 252 - Added a s390 specific patch to libjemalloc. 253 254 * Fri Mar 27 2009 Ingvar Hagelund <ingvar@linpro.no> - 2.0.4-1 255 New upstream release 2.0.4 256 257 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-2 258 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 259 238 260 * Wed Feb 11 2009 Ingvar Hagelund <ingvar@linpro.no> - 2.0.3-1 239 261 New upstream release 2.0.3. A bugfix and feature enhancement release
