From 2c82e35ae6b18792aabf7668f0a6a7e5abbc39d2 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 31 Mar 2016 20:22:16 +0200 Subject: [PATCH] * Tue Mar 29 2016 Ingvar Hagelund 1.4.2-1 - New upstream realease - New checkout of pkg-varnish-cache from github - Removed systemd patches now merged upstream - Updated fix_python_24 patch for el5 - General i386 floating point precision fix (was fix for gcc6) now for more fedoras/el variants --- .gitignore | 1 + sources | 4 ++-- varnish.spec | 21 +++++++++++++++------ 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index d6afe95..54cb5db 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ varnish-2.1.3.tar.gz /varnish-cache-redhat-f3dbcce.tar.gz /pkg-varnish-cache-105f20b.tar.gz /varnish-4.1.1.tar.gz +/varnish-4.1.2.tar.gz diff --git a/sources b/sources index a7a4cdc..3caf61c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -b53ce8ba828a2ea1623d4efa7c4886d1 varnish-4.1.1.tar.gz -d340e74053e589189cdb4a0e2a97b59b pkg-varnish-cache-105f20b.tar.gz +51d446c0193dd773f5a881f7c0beb304 varnish-4.1.2.tar.gz +fcc87f5801ee05c6d808e8962893ecc1 varnish-cache-redhat-f3dbcce.tar.gz diff --git a/varnish.spec b/varnish.spec index 9a793f0..9a41b82 100644 --- a/varnish.spec +++ b/varnish.spec @@ -6,12 +6,12 @@ # Package scripts are now external # https://github.com/varnishcache/pkg-varnish-cache -%define commit1 105f20b89664f081c216d6e2c168cb8a6c090089 +%define commit1 eff850c7d8863a74baf312dd985177e50b10a6b9 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Summary: High-performance HTTP accelerator Name: varnish -Version: 4.1.1 +Version: 4.1.2 Release: 4%{?v_rc}%{?dist} License: BSD Group: System Environment/Daemons @@ -20,10 +20,9 @@ Source0: http://repo.varnish-cache.org/source/%{name}-%{version}%{?vd_rc}.tar.gz Source1: https://github.com/varnishcache/pkg-varnish-cache/archive/%{commit1}.tar.gz#/pkg-varnish-cache-%{shortcommit1}.tar.gz Patch1: varnish-4.1.1.fix_ld_library_path_in_sphinx_build.patch Patch2: varnish-4.0.3_fix_Werror_el6.patch -Patch3: varnish-4.0.3_fix_python24.el5.patch +Patch3: varnish-4.1.2_fix_python24.el5.patch Patch4: varnish-4.0.3_fix_varnish4_selinux.el6.patch Patch6: varnish-4.1.0.fix_find-provides.patch -Patch7: varnish-4.1-systemd_daemon.git75955e8.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # To build from git, start with a make dist, see redhat/README.redhat @@ -153,7 +152,6 @@ ln -s pkg-varnish-cache-%{commit1}/debian debian %patch4 -p0 %endif %patch6 -p0 -%patch7 -p1 %build %if 0%{?rhel} == 6 @@ -161,10 +159,13 @@ export CFLAGS="%{optflags} -fPIC" export LDFLAGS=" -pie" %endif -%if 0%{?fedora} > 23 %ifarch i386 i686 +%if 0%{?fedora} > 21 export CFLAGS="%{optflags} -ffloat-store -fexcess-precision=standard" %endif +%if 0%{?rhel} >= 5 +export CFLAGS="%{optflags} -ffloat-store" +%endif %endif # Remove "--disable static" if you want to build static libraries @@ -407,6 +408,14 @@ fi %endif %changelog +* Tue Mar 29 2016 Ingvar Hagelund 1.4.2-1 +- New upstream realease +- New checkout of pkg-varnish-cache from github +- Removed systemd patches now merged upstream +- Updated fix_python_24 patch for el5 +- General i386 floating point precision fix (was fix for gcc6) now for more + fedoras/el variants + * Mon Feb 29 2016 Ingvar Hagelund 4.1.1-4 - Rebuilt against jemalloc-4.1.0-1 - fix for gcc6 now for fedora >23