From 5fdee0f1ccccaaae3ddfe4d9862d4f4aa5390cc4 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Sat, 20 Jun 2020 18:52:39 +0200 Subject: [PATCH] Rebuilt for protobuf 3.12 --- dnsdist.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dnsdist.spec b/dnsdist.spec index eaa4097..be1acdb 100644 --- a/dnsdist.spec +++ b/dnsdist.spec @@ -4,7 +4,7 @@ Name: dnsdist Version: 1.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Highly DNS-, DoS- and abuse-aware loadbalancer License: GPLv2 URL: https://dnsdist.org @@ -116,6 +116,9 @@ exit 0 %changelog +* Sun Jun 14 2020 Adrian Reber - 1.4.0-5 +- Rebuilt for protobuf 3.12 + * Tue Mar 03 2020 Ruben Kerkhof - 1.4.0-4 - Fix build with GCC 10 (#1799286)