From f1ef9bad68460c4b03001a7868d4b0d36c021898 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 21:17:39 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/PEGTL.git#c0152dbb5d8d30f4fab53f70ec1d6a4377e4faf8 --- PEGTL.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PEGTL.spec b/PEGTL.spec index d3301c1..5133511 100644 --- a/PEGTL.spec +++ b/PEGTL.spec @@ -2,12 +2,13 @@ Name: PEGTL Version: 2.8.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parsing Expression Grammar Template Library License: MIT URL: https://github.com/taocpp/%{name}/ Source0: https://github.com/taocpp/%{name}/archive/%{version}.tar.gz +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: /usr/bin/make @@ -49,6 +50,9 @@ popd %{_includedir}/tao/pegtl %changelog +* Mon Jan 25 2021 Fedora Release Engineering - 2.8.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Sep 03 2020 Attila Lakatos - 2.8.3-1 - Update to 2.8.3 Resolves: rhbz#1742557