Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hiredis/
Date: Sun, 31 Oct 2021 09:42:10
Message-Id: 1635673186.4fd93c485f31b0f8b0ab41c1e0d475e57621a9ae.sam@gentoo
1 commit: 4fd93c485f31b0f8b0ab41c1e0d475e57621a9ae
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 09:39:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 09:39:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd93c48
7
8 dev-libs/hiredis: fix 1.0.2 subslot
9
10 I'm not sure what I was thinking earlier. Unlucky consumer who rebuilt
11 against the erroneous 1.0.1 will want it and it's gone now.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-libs/hiredis/{hiredis-1.0.2.ebuild => hiredis-1.0.2-r1.ebuild} | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-libs/hiredis/hiredis-1.0.2.ebuild b/dev-libs/hiredis/hiredis-1.0.2-r1.ebuild
19 similarity index 92%
20 rename from dev-libs/hiredis/hiredis-1.0.2.ebuild
21 rename to dev-libs/hiredis/hiredis-1.0.2-r1.ebuild
22 index f5cbc3c1edc..7a7c75517a0 100644
23 --- a/dev-libs/hiredis/hiredis-1.0.2.ebuild
24 +++ b/dev-libs/hiredis/hiredis-1.0.2-r1.ebuild
25 @@ -10,9 +10,9 @@ HOMEPAGE="https://github.com/redis/hiredis"
26 SRC_URI="https://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="BSD"
29 -# 1.0.1 erroneously bumped SONAME but keep 1.0.1 here instead of the last
30 -# real ABI break (1.0.0) to avoid forcing another set of rebuilds for folks.
31 -SLOT="0/1.0.1"
32 +# 1.0.1 erroneously bumped SONAME but we're stuck with it now. Force another
33 +# rebuild so everybody is on the right one though (1.0.0).
34 +SLOT="0/1.0.2"
35 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-solaris"
36 IUSE="examples ssl static-libs test"
37 RESTRICT="!test? ( test )"