From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E21F158094 for ; Tue, 23 Aug 2022 18:57:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81B1EE0718; Tue, 23 Aug 2022 18:57:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 616DEE0718 for ; Tue, 23 Aug 2022 18:57:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D8A8340ED0 for ; Tue, 23 Aug 2022 18:57:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0688B57B for ; Tue, 23 Aug 2022 18:57:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661281014.3cc6c155957fceb4367db5a76aa9c5ca91334347.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/valijson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/valijson/Manifest dev-cpp/valijson/valijson-0.6.ebuild dev-cpp/valijson/valijson-0.7.ebuild X-VCS-Directories: dev-cpp/valijson/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3cc6c155957fceb4367db5a76aa9c5ca91334347 X-VCS-Branch: master Date: Tue, 23 Aug 2022 18:57:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3efeb1b1-a5a5-400d-8d79-bcd485e0261c X-Archives-Hash: 118f6bcef1d843679019971a7a160291 commit: 3cc6c155957fceb4367db5a76aa9c5ca91334347 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Tue Aug 23 17:27:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 23 18:56:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc6c155 dev-cpp/valijson: bump to 0.7 & fix test compilation with gcc12 Bug: https://bugs.gentoo.org/866153 Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/26988 Signed-off-by: Sam James gentoo.org> dev-cpp/valijson/Manifest | 2 +- dev-cpp/valijson/{valijson-0.6.ebuild => valijson-0.7.ebuild} | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-cpp/valijson/Manifest b/dev-cpp/valijson/Manifest index ab196e007f5b..7c45f2998533 100644 --- a/dev-cpp/valijson/Manifest +++ b/dev-cpp/valijson/Manifest @@ -1 +1 @@ -DIST valijson-0.6.tar.gz 1881386 BLAKE2B 1dd7783e10f7d362673bd2b80920c911cca194068078ac1411897b212600032bc15ffe10dbb62c27e54d168a1c634d73ee40b394e4d534e72224694ec662e0a6 SHA512 a493d17159e479be7fe29d45c610c7d4fdd2c2f9ba897923129734fb07257dbb41fddde4c4263dbf0aa5c7101cd1555568a048beba2f60d2b32e625dd9690749 +DIST valijson-0.7.tar.gz 2060214 BLAKE2B d2e1c58e37213e44d7d6af173691cad3853e87648948c229ea683bfcba8b19256b0230852b0537c2dbdd7084fcf1ac068e320c5f59a69e446610390b82e76474 SHA512 662e53bf1cac4def19792392cda7cbfe2cbadf77b768eb69b2dec693b16f85f32fa2e9b97eae36569cfcc9ac45f1e6338967423cf415d6bcd90372bc49793a2d diff --git a/dev-cpp/valijson/valijson-0.6.ebuild b/dev-cpp/valijson/valijson-0.7.ebuild similarity index 85% rename from dev-cpp/valijson/valijson-0.6.ebuild rename to dev-cpp/valijson/valijson-0.7.ebuild index 879b255f1760..52fc96a2bad8 100644 --- a/dev-cpp/valijson/valijson-0.6.ebuild +++ b/dev-cpp/valijson/valijson-0.7.ebuild @@ -21,11 +21,15 @@ src_configure() { ) if use test; then + # Fix relative paths to test data sed -i -e "s:../tests/data/documents/:../${P}/tests/data/documents/:" tests/test_adapter_comparison.cpp || die sed -i -e "s:../tests/data:../${P}/tests/data:" tests/test_validation_errors.cpp || die sed -i -e "s:../thirdparty/:../${P}/thirdparty/:" -e "s:../doc/schema/:../${P}/doc/schema/:" tests/test_validator.cpp || die fi + # -Werror is too aggressive due to false positives with gcc-12, see bug #866153 + sed -i -e 's/-Werror//g' ../${P}/CMakeLists.txt || die + cmake_src_configure }