upgrade to 20211101

This commit is contained in:
xihaochen 2022-03-19 10:27:29 +08:00
parent 965b8cd035
commit d96cf4a230
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
2021-11-01.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: re2
Version: 20200801
Version: 20211101
Release: 1
Summary: Provide backtracking RE engine
License: BSD
URL: http://github.com/google/re2/
Source0: https://github.com/google/re2/archive/2020-08-01.tar.gz
Source0: https://github.com/google/re2/archive/2021-11-01.tar.gz
BuildRequires: gcc-c++
%description
@ -20,7 +20,7 @@ This package contains C ++ header files and symbolic links to re2's shared libra
If you want to develop programs using re2, you need to install re2-devel.
%prep
%autosetup -n %{name}-2020-08-01 -p1
%autosetup -n %{name}-2021-11-01 -p1
%build
%make_build CXXFLAGS="${CXXFLAGS:-%optflags} -pthread -std=c++11" \
@ -49,6 +49,9 @@ make %{?_smp_mflags} shared-test
%exclude %{_libdir}/libre2.a
%changelog
* Sat Mar 19 2022 xihaochen <xihaochen@h-partners.com> - 20211101-1
- upgrade to 20211101
* Thu Dec 3 2020 Guoshuai Sun <sunguoshuai@huawei.com> - 20200801-1
- upgrade to 20200801