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
This commit is contained in:
DistroBaker 2021-02-03 21:17:39 +00:00
parent fe5302c2b4
commit f1ef9bad68
1 changed files with 5 additions and 1 deletions

View File

@ -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 <releng@fedoraproject.org> - 2.8.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Sep 03 2020 Attila Lakatos <alakatos@redhat.com> - 2.8.3-1
- Update to 2.8.3
Resolves: rhbz#1742557