From patchwork Tue Nov 5 07:39:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 11227101 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1A03E112B for ; Tue, 5 Nov 2019 07:39:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E2D182190F for ; Tue, 5 Nov 2019 07:39:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="GD2T7YSS" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387764AbfKEHjj (ORCPT ); Tue, 5 Nov 2019 02:39:39 -0500 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:53456 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2387484AbfKEHjj (ORCPT ); Tue, 5 Nov 2019 02:39:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572939578; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oDcQMMMn2Ou9SSLJFTCCAcAa+uzHLXJu4Rft8/2r9bQ=; b=GD2T7YSSCLzij0f6oOOaUH3rudeg3H9RBAtxhgbFGi8Mhewku/0cwZ97IYllBv6pi0ZnlN unRXuwJlBwHq2NBl5dtHL3NvUq2xrsrA9PEHwR092Wk50xhw7E7mpcMcCVGTbjj6yhJRw2 g/FCZe+lm26vtwGV2FCoPlrXVoxlPyA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-286-myWmtLTINsecvHm-pji6AA-1; Tue, 05 Nov 2019 02:39:35 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 994541005500; Tue, 5 Nov 2019 07:39:34 +0000 (UTC) Received: from localhost (ovpn-116-232.ams2.redhat.com [10.36.116.232]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1591C600C4; Tue, 5 Nov 2019 07:39:28 +0000 (UTC) From: Stefan Hajnoczi To: Jens Axboe Cc: Julia Suvorova , Aarushi Mehta , linux-block@vger.kernel.org, Jeff Moyer , Stefan Hajnoczi Subject: [PATCH liburing v3 1/3] spec: update RPM version number to 0.2 Date: Tue, 5 Nov 2019 08:39:15 +0100 Message-Id: <20191105073917.62557-2-stefanha@redhat.com> In-Reply-To: <20191105073917.62557-1-stefanha@redhat.com> References: <20191105073917.62557-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-MC-Unique: myWmtLTINsecvHm-pji6AA-1 X-Mimecast-Spam-Score: 0 Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Signed-off-by: Stefan Hajnoczi --- liburing.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liburing.spec b/liburing.spec index 1337034..f9e9262 100644 --- a/liburing.spec +++ b/liburing.spec @@ -1,5 +1,5 @@ Name: liburing -Version: 0.1 +Version: 0.2 Release: 1 Summary: Linux-native io_uring I/O access library License: LGPLv2+