diff --git a/.gitignore b/.gitignore index 0e7f9c2..76a59be 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ varnish-2.1.3.tar.gz /pkg-varnish-cache-5b97619.tar.gz /varnish-5.1.2.tar.gz /varnish-5.1.3.tar.gz +/varnish-5.2.0.tgz diff --git a/sources b/sources index 035fd91..6a64ae2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (varnish-5.1.3.tar.gz) = a10c317dc38ddff139ca8153f6388955df449c3abeb4d4f069b632ba2b32064a2827ab05fa8515994b251a68507fc3a7bf4e08eacc991fc03283ab234b9efd0a +SHA512 (varnish-5.2.0.tgz) = a962846492356efedaa9b2e5076b9f2423a88ed33dfd11fdeb7690d5622c3d73c782a48cbafdf919b7fca7d37b5b9f4f1243ac925e010ccbc086ae12e87c5627 SHA512 (pkg-varnish-cache-5b97619.tar.gz) = 2577a320f6a569b4c07363d6be8a88e8a3a4d50e98f59e80aea302cb2026b9bc329812a720f096899ae77d568a3d775a55b2fed134cb3e54c7261466cdd730e8 diff --git a/varnish.spec b/varnish.spec index 4be99c7..cfa9205 100644 --- a/varnish.spec +++ b/varnish.spec @@ -16,12 +16,12 @@ Summary: High-performance HTTP accelerator Name: varnish -Version: 5.1.3 -Release: 2%{?v_rc}%{?dist} +Version: 5.2.0 +Release: 1%{?v_rc}%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.varnish-cache.org/ -Source0: http://varnish-cache.org/_downloads/%{name}-%{version}%{?vd_rc}.tar.gz +Source0: http://varnish-cache.org/_downloads/%{name}-%{version}%{?vd_rc}.tgz Source1: https://github.com/varnishcache/pkg-varnish-cache/archive/%{commit1}.tar.gz#/pkg-varnish-cache-%{shortcommit1}.tar.gz Patch1: varnish-5.1.1.fix_ld_library_path_in_doc_build.patch Patch4: varnish-4.0.3_fix_varnish4_selinux.el6.patch @@ -198,10 +198,10 @@ rm -f doc/sphinx/Makefile.in.orig sed -i "s,\${RPM_BUILD_ROOT}/../../BUILD/varnish\*,%{buildroot}%{_includedir}/%{name}," redhat/find-provides %check -%ifarch ppc ppc64 -rm bin/varnishtest/tests/u00000.vtc +%ifarch ppc64 ppc64le aarch64 +sed -i 's/48/128/g;' bin/varnishtest/tests/c00057.vtc %endif -#make %{?_smp_mflags} check LD_LIBRARY_PATH="%{buildroot}%{_libdir}:%{buildroot}%{_libdir}/%{name}" VERBOSE=1 +make %{?_smp_mflags} check LD_LIBRARY_PATH="%{buildroot}%{_libdir}:%{buildroot}%{_libdir}/%{name}" VERBOSE=1 %install rm -rf %{buildroot} @@ -399,6 +399,9 @@ fi %endif %changelog +* Thu Oct 12 2017 Ingvar Hagelund - 5.2.0-1 +- New upstream release + * Fri Aug 04 2017 Ingvar Hagelund - 5.1.3-2 - Disabled jemalloc on aarch64, as it fails reproducably - Disabled running make check. Too many timing issues. All tests run