From d5e7f24465a16261cdda746227f6068bd24762d2 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sat, 29 Jul 2017 19:41:58 +0200 Subject: [PATCH] Rebuild with fixed binutils for ppc64le (#1475636) --- nghttp2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nghttp2.spec b/nghttp2.spec index da221f1..9fa8cc7 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -1,7 +1,7 @@ Summary: Experimental HTTP/2 client, server and proxy Name: nghttp2 Version: 1.24.0 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: Applications/Internet URL: https://nghttp2.org/ @@ -113,6 +113,9 @@ make %{?_smp_mflags} check %changelog +* Sat Jul 29 2017 Florian Weimer - 1.24.0-3 +- Rebuild with binutils fix for ppc64le (#1475636) + * Wed Jul 26 2017 Kamil Dudka 1.24.0-2 - drop workaround for a GCC bug that has been fixed (#1358845)