From b68ef2f1a6a7763fb81a98dab0e2f57ba15407db Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Sat, 26 Jun 2021 17:25:26 +0200 Subject: [PATCH] * Rebuild with C++ 11.1 --- xapian-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xapian-core.spec b/xapian-core.spec index da33b3f..7f27187 100644 --- a/xapian-core.spec +++ b/xapian-core.spec @@ -7,7 +7,7 @@ Name: xapian-core Version: 1.4.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Xapian Probabilistic Information Retrieval Library License: GPLv2+ URL: https://www.xapian.org/ @@ -103,6 +103,9 @@ make check %{?_smp_mflags} %{_mandir}/man1/xapian-config.1* %changelog +* Sat Jun 26 2021 Denis Arnaud - 1.4.18-2 +* Rebuild with C++ 11.1 + * Sun Mar 07 2021 Peter Robinson - 1.4.18-1 - Update to 1.4.18 - Spec file cleanups