Update to 2.8.0
This commit is contained in:
parent
1589778673
commit
65e7cdacbe
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/1.3.1.tar.gz
|
||||
/2.4.0.tar.gz
|
||||
/2.8.0.tar.gz
|
||||
|
11
PEGTL.spec
11
PEGTL.spec
@ -1,12 +1,12 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: PEGTL
|
||||
Version: 2.4.0
|
||||
Release: 4%{?dist}
|
||||
Version: 2.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Parsing Expression Grammar Template Library
|
||||
License: MIT
|
||||
URL: https://github.com/ColinH/%{name}/
|
||||
Source0: https://github.com/ColinH/%{name}/archive/%{version}.tar.gz
|
||||
URL: https://github.com/taocpp/%{name}/
|
||||
Source0: https://github.com/taocpp/%{name}/archive/%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: /usr/bin/make
|
||||
@ -45,6 +45,9 @@ popd
|
||||
%{_includedir}/tao/pegtl
|
||||
|
||||
%changelog
|
||||
* Wed Jul 31 2019 Daniel Kopecek <dkopecek@redhat.com> - 2.8.0-1
|
||||
- Update to 2.8.0
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (2.4.0.tar.gz) = 62441e2408563adfc571e434a38c45e5d124dd1ed171de074fe62d2ac73cc4ef5dbf61f76adaf760c2cd81808fdcd19930b064ca213f8b5ebc0ca10628df089e
|
||||
SHA512 (2.8.0.tar.gz) = 1652b0061cd4cbd0e687855ee2e61e97d020606c54329de8769c3a3f411002323900c11eaf0da28e107c17e269025f577f9205b7500c5bbb16502687be8ee77b
|
||||
|
Loading…
Reference in New Issue
Block a user