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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 942B2158CB7 for ; Thu, 19 Aug 2021 16:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C737AE077C; Thu, 19 Aug 2021 16:27:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A374FE077C for ; Thu, 19 Aug 2021 16:27:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65F0B341538 for ; Thu, 19 Aug 2021 16:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0E005A0 for ; Thu, 19 Aug 2021 16:27:39 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1629390452.4d672144f7917d2560fcc053736ab3b001a9675a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/liburing/files/, sys-libs/liburing/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/liburing/files/liburing-2.0-spec_version.patch sys-libs/liburing/liburing-2.0-r1.ebuild sys-libs/liburing/liburing-2.0.ebuild X-VCS-Directories: sys-libs/liburing/files/ sys-libs/liburing/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4d672144f7917d2560fcc053736ab3b001a9675a X-VCS-Branch: master Date: Thu, 19 Aug 2021 16:27:39 +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: 5b9f7c54-a0c9-4968-8982-a5c9db1c5fa1 X-Archives-Hash: 8aba8c7bfea398c1c109fd76f6df1b2e commit: 4d672144f7917d2560fcc053736ab3b001a9675a Author: Lars Wendler gentoo org> AuthorDate: Thu Aug 19 16:26:27 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Aug 19 16:27:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d672144 sys-libs/liburing: Revbump to fix version in pkgconfig file Thanks-to: Florian Schmaus gentoo.org> Closes: https://bugs.gentoo.org/809095 Signed-off-by: Lars Wendler gentoo.org> .../liburing/files/liburing-2.0-spec_version.patch | 29 ++++++++++++++++++++++ ...{liburing-2.0.ebuild => liburing-2.0-r1.ebuild} | 4 +++ 2 files changed, 33 insertions(+) diff --git a/sys-libs/liburing/files/liburing-2.0-spec_version.patch b/sys-libs/liburing/files/liburing-2.0-spec_version.patch new file mode 100644 index 00000000000..fab05916c36 --- /dev/null +++ b/sys-libs/liburing/files/liburing-2.0-spec_version.patch @@ -0,0 +1,29 @@ +From 1815337f7dbb530ae3e3bc1175d8da214cf76eb5 Mon Sep 17 00:00:00 2001 +From: Stefan Hajnoczi +Date: Tue, 9 Mar 2021 14:19:12 +0000 +Subject: [PATCH] spec: bump version to 2.0 + +The shared library is now liburing.so.2 but the pkgconfig and rpm files +still say 0.7. Existing binaries link against liburing.so.1 and will not +automatically pick up the new liburing.so.2 shared library. + +Update the version number in liburing.spec so + +Signed-off-by: Stefan Hajnoczi +Link: https://lore.kernel.org/r/20210309141913.262131-2-stefanha@redhat.com +Signed-off-by: Jens Axboe +--- + liburing.spec | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/liburing.spec b/liburing.spec +index fa4d9704..8607074c 100644 +--- a/liburing.spec ++++ b/liburing.spec +@@ -1,5 +1,5 @@ + Name: liburing +-Version: 0.7 ++Version: 2.0 + Release: 1%{?dist} + Summary: Linux-native io_uring I/O access library + License: (GPLv2 with exceptions and LGPLv2+) or MIT diff --git a/sys-libs/liburing/liburing-2.0.ebuild b/sys-libs/liburing/liburing-2.0-r1.ebuild similarity index 95% rename from sys-libs/liburing/liburing-2.0.ebuild rename to sys-libs/liburing/liburing-2.0-r1.ebuild index 827024e45bc..652b4092a8b 100644 --- a/sys-libs/liburing/liburing-2.0.ebuild +++ b/sys-libs/liburing/liburing-2.0-r1.ebuild @@ -21,6 +21,10 @@ IUSE="static-libs" # fsync test hangs forever RESTRICT="test" +PATCHES=( + "${FILESDIR}/${P}-spec_version.patch" #809095 +) + src_prepare() { default multilib_copy_sources