Update to 0.12.0

https://github.com/ericniebler/range-v3/releases/tag/0.12.0
100% tests keep passing on amd64
This commit is contained in:
kn 2022-06-22 13:51:01 +00:00
parent 623050a894
commit dc39b09b26
3 changed files with 7 additions and 14 deletions

View File

@ -2,16 +2,9 @@ COMMENT = range library for C++14/17/20
GH_ACCOUNT = ericniebler
GH_PROJECT = range-v3
GH_TAGNAME = 0.11.0
REVISION = 2
GH_TAGNAME = 0.12.0
CATEGORIES = devel
MASTER_SITES0 = https://github.com/ericniebler/range-v3/commit/
# both merged upstream
PATCHFILES += range-v3-clang13-libcpp-fix-{}0487cca2.patch:0
PATCHFILES += range-v3-recognise-openbsd-{}badc97b4.patch:0
PATCH_DIST_STRIP = -p1
# BSL 1.0 (boost software license)
PERMIT_PACKAGE = Yes

View File

@ -1,6 +1,2 @@
SHA256 (range-v3-0.11.0.tar.gz) = N2N2YV27pD0773WqWQkxQx7LSes20Hu3JqGfaAx14gw=
SHA256 (range-v3-clang13-libcpp-fix-0487cca2.patch) = ZQT4enz6K52v7db2PvRf0oxj4mll4qiORCGaDRR6RFY=
SHA256 (range-v3-recognise-openbsd-badc97b4.patch) = G2Z6wJ8w+5ctxPakqu1YGyoZHmjJjzq23Z+v8v9SYG8=
SIZE (range-v3-0.11.0.tar.gz) = 533136
SIZE (range-v3-clang13-libcpp-fix-0487cca2.patch) = 5055
SIZE (range-v3-recognise-openbsd-badc97b4.patch) = 1507
SHA256 (range-v3-0.12.0.tar.gz) = AVrbIwCpjt/OrwclvuwzN/VCr0kVzsTQuJ+giG9Lqcs=
SIZE (range-v3-0.12.0.tar.gz) = 582834

View File

@ -68,6 +68,9 @@ include/range/v3/algorithm/find_end.hpp
include/range/v3/algorithm/find_first_of.hpp
include/range/v3/algorithm/find_if.hpp
include/range/v3/algorithm/find_if_not.hpp
include/range/v3/algorithm/fold.hpp
include/range/v3/algorithm/fold_left.hpp
include/range/v3/algorithm/fold_right.hpp
include/range/v3/algorithm/for_each.hpp
include/range/v3/algorithm/for_each_n.hpp
include/range/v3/algorithm/generate.hpp
@ -263,6 +266,7 @@ include/range/v3/view/c_str.hpp
include/range/v3/view/cache1.hpp
include/range/v3/view/cartesian_product.hpp
include/range/v3/view/chunk.hpp
include/range/v3/view/chunk_by.hpp
include/range/v3/view/common.hpp
include/range/v3/view/concat.hpp
include/range/v3/view/const.hpp