Skip to content

Commit fa8648d

Browse files
authored
PEGTL : Update version to 3.2.8 (#10695)
1 parent 0c444c0 commit fa8648d

4 files changed

Lines changed: 11 additions & 44 deletions

File tree

SPECS-EXTENDED/PEGTL/PEGTL-compiler-warning.patch

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"PEGTL-2.8.3.tar.gz": "88b8e4ded6ea1f3f2223cc3e37072e2db1e123b90d36c309816341ae9d966723"
3+
"PEGTL-3.2.8.tar.gz": "319e8238daebc3a163f60c88c78922a8012772076fdd64a8dafaf5619cd64773"
44
}
55
}

SPECS-EXTENDED/PEGTL/PEGTL.spec

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@ Distribution: Azure Linux
33
%global debug_package %{nil}
44

55
Name: PEGTL
6-
Version: 2.8.3
7-
Release: 2%{?dist}
6+
Version: 3.2.8
7+
Release: 1%{?dist}
88
Summary: Parsing Expression Grammar Template Library
99
License: MIT
1010
URL: https://github.com/taocpp/%{name}/
11-
Source0: https://github.com/taocpp/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
12-
11+
Source0: https://github.com/taocpp/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
1312
BuildRequires: gcc-c++
14-
BuildRequires: /usr/bin/make
15-
16-
Patch0: PEGTL-compiler-warning.patch
13+
BuildRequires: /usr/bin/make
1714

1815
%description
1916
The Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency
@@ -33,8 +30,6 @@ applications that use %{name}.
3330
%prep
3431
%setup -q -n %{name}-%{version}
3532

36-
%patch 0 -p1 -b .compiler
37-
3833
%check
3934
make
4035

@@ -51,6 +46,10 @@ popd
5146
%{_includedir}/tao/pegtl
5247

5348
%changelog
49+
* Fri Oct 14 2024 Jyoti Kanase <v-jykanase@microsoft.com> - 3.2.8-1
50+
- Update version to 3.2.8
51+
- License Verified.
52+
5453
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 2.8.3-2
5554
- Initial CBL-Mariner import from Fedora 33 (license: MIT).
5655

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15923,8 +15923,8 @@
1592315923
"type": "other",
1592415924
"other": {
1592515925
"name": "PEGTL",
15926-
"version": "2.8.3",
15927-
"downloadUrl": "https://github.com/taocpp/PEGTL/archive/2.8.3.tar.gz"
15926+
"version": "3.2.8",
15927+
"downloadUrl": "https://github.com/taocpp/PEGTL/archive/refs/tags/3.2.8.tar.gz"
1592815928
}
1592915929
}
1593015930
},

0 commit comments

Comments
 (0)