From 259e224402e2e3f72396b32e69168783e0b38289 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Thu, 25 Jan 2018 14:33:21 -0500 Subject: [PATCH] Add %patch directive to the commit below. (and bump version) --- gdb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gdb.spec b/gdb.spec index 45b2775..0b2d7eb 100644 --- a/gdb.spec +++ b/gdb.spec @@ -26,7 +26,7 @@ Version: 8.0.1 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 34%{?dist} +Release: 35%{?dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL Group: Development/Debuggers @@ -1736,7 +1736,10 @@ then fi %changelog -* Wed Jan 24 2018 Sergio Durigan Junior - 8.0.1-34 +* Thu Jan 25 2018 Sergio Durigan Junior - 8.0.1-35.fc27 +- Add %patch directive to the commit below. + +* Wed Jan 24 2018 Sergio Durigan Junior - 8.0.1-34.fc27 - Fix random 'FAIL: libstdc++-prettyprinters/80276.cc whatis p4' (GCC PR83906) (Pedro Alves).