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 1E1E9158041 for ; Fri, 12 Apr 2024 03:05:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ED4CE2A09; Fri, 12 Apr 2024 03:05:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1C141E2A09 for ; Fri, 12 Apr 2024 03:05:25 +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 34E2F3432B5 for ; Fri, 12 Apr 2024 03:05:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1CD516B8 for ; Fri, 12 Apr 2024 03:05:22 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1712891057.4c7214ce7f459d02eafce3e13cfecb6db8ebec19.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/snappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/snappy/snappy-1.2.0-r1.ebuild app-arch/snappy/snappy-1.2.0.ebuild X-VCS-Directories: app-arch/snappy/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 4c7214ce7f459d02eafce3e13cfecb6db8ebec19 X-VCS-Branch: master Date: Fri, 12 Apr 2024 03:05:22 +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: 39a7cf81-c933-4fbf-ae3b-e7dc692fe7d5 X-Archives-Hash: 4034bf140ec14ee53c5dd396102bd745 commit: 4c7214ce7f459d02eafce3e13cfecb6db8ebec19 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Apr 12 03:02:22 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Apr 12 03:04:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7214ce app-arch/snappy: bump subslot's fudge value due to ABI breakage Breaks at least dev-qt/qtwebengine:6 if not rebuilt, aka libQt6WebEngineCore.so.6: undefined reference to `snappy::RawCompress(char const*, unsigned long, char*, unsigned long*) * ABI: libsnappy.so.1(64) func(+6,-5) [BREAKING] ^ includes RawCompress Signed-off-by: Ionen Wolkens gentoo.org> app-arch/snappy/{snappy-1.2.0.ebuild => snappy-1.2.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/snappy/snappy-1.2.0.ebuild b/app-arch/snappy/snappy-1.2.0-r1.ebuild similarity index 98% rename from app-arch/snappy/snappy-1.2.0.ebuild rename to app-arch/snappy/snappy-1.2.0-r1.ebuild index c1a06ba97416..a2331f1ef08a 100644 --- a/app-arch/snappy/snappy-1.2.0.ebuild +++ b/app-arch/snappy/snappy-1.2.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" # ${PV%%.*}.FUDGE where FUDGE is incremented if ABI is broken without a new SONAME # Please use abidiff on bumps. -SLOT="0/${PV%%.*}.1" +SLOT="0/${PV%%.*}.2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 test" RESTRICT="!test? ( test )"