New upstream release, including fix for VSV00001

This commit is contained in:
Ingvar Hagelund 2017-08-03 11:04:13 +02:00
parent 093c2609dd
commit ed3ad56c14
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@ varnish-2.1.3.tar.gz
/pkg-varnish-cache-92373fe.tar.gz /pkg-varnish-cache-92373fe.tar.gz
/pkg-varnish-cache-5b97619.tar.gz /pkg-varnish-cache-5b97619.tar.gz
/varnish-5.1.2.tar.gz /varnish-5.1.2.tar.gz
/varnish-5.1.3.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (varnish-5.1.2.tar.gz) = 6ee71c2678a34f7e3963547d8e79bd83e3b326ffe703ad60f0d6f8f218a3801849c870aa00e407008ef22cd2b2baf4cbe02625ce77018279afdb8208d43a743b SHA512 (varnish-5.1.3.tar.gz) = a10c317dc38ddff139ca8153f6388955df449c3abeb4d4f069b632ba2b32064a2827ab05fa8515994b251a68507fc3a7bf4e08eacc991fc03283ab234b9efd0a
SHA512 (pkg-varnish-cache-5b97619.tar.gz) = 2577a320f6a569b4c07363d6be8a88e8a3a4d50e98f59e80aea302cb2026b9bc329812a720f096899ae77d568a3d775a55b2fed134cb3e54c7261466cdd730e8 SHA512 (pkg-varnish-cache-5b97619.tar.gz) = 2577a320f6a569b4c07363d6be8a88e8a3a4d50e98f59e80aea302cb2026b9bc329812a720f096899ae77d568a3d775a55b2fed134cb3e54c7261466cdd730e8

View File

@ -16,8 +16,8 @@
Summary: High-performance HTTP accelerator Summary: High-performance HTTP accelerator
Name: varnish Name: varnish
Version: 5.1.2 Version: 5.1.3
Release: 3%{?v_rc}%{?dist} Release: 1%{?v_rc}%{?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/
@ -27,7 +27,6 @@ Patch1: varnish-5.1.1.fix_ld_library_path_in_doc_build.patch
Patch4: varnish-4.0.3_fix_varnish4_selinux.el6.patch Patch4: varnish-4.0.3_fix_varnish4_selinux.el6.patch
Patch6: varnish-4.1.0.fix_find-provides.patch Patch6: varnish-4.1.0.fix_find-provides.patch
Patch9: varnish-5.1.1.fix_python_version.patch Patch9: varnish-5.1.1.fix_python_version.patch
Patch10: varnish-vsv00001.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -139,7 +138,6 @@ ln -s pkg-varnish-cache-%{commit1}/debian debian
%patch9 -p0 %patch9 -p0
%endif %endif
%patch6 -p0 %patch6 -p0
%patch10 -p1
%build %build
%if 0%{?rhel} == 6 %if 0%{?rhel} == 6
@ -398,6 +396,9 @@ fi
%endif %endif
%changelog %changelog
* Thu Aug 03 2017 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.1.3-1
- New upstream release, including fix for VSV00001
* Wed Aug 02 2017 Patrick Uiterwijk <patrick@puiterwijk.org> - 5.1.2-3 * Wed Aug 02 2017 Patrick Uiterwijk <patrick@puiterwijk.org> - 5.1.2-3
- Added patch for vsv00001 - Added patch for vsv00001