From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 10 Aug 2023 16:37:44 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qU6nI-00FML5-UY for lore@lore.pengutronix.de; Thu, 10 Aug 2023 16:37:44 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1qU6nG-00083a-7o; Thu, 10 Aug 2023 16:37:42 +0200 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qU6n1-00083G-3U; Thu, 10 Aug 2023 16:37:27 +0200 Date: Thu, 10 Aug 2023 16:36:59 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=default; t=1691678245; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:content-type:content-type:in-reply-to:in-reply-to: references:references; bh=3jw940rssqoob0SnaA5OfWDK1sEwIO5gqLswtJf1HnE=; b=CV1U7zqhCIyxFT4HjtILu2VuatKEoeT5xoWzfmFO940djKRJEJYWLOl4h2Gr5JSPKU8uV/ yy5NF6b0zI+lKVbruF2+2lsBciwYjhWbryWSwPYt172puvZLt9H8y16EvPYQtu8cij0eNK pz9PzlTaJIAubQ20w0hdarP0mgPT/WmhNmt3+rmfoDVnNH4guJoQTzPY2b7g1gChQbVE2N R6JP6BaSkkAIWJ+69o3i4ktIz79N70f0SVQwf+aUMHJbdTJKd+Z0/XG273X7RE95hF98ZI /Y40AR2VCxjugBTsAgB4fOHrNqc4jNWRpeknhvNcAim+/OmdJaGfvoZDB4MOaQ== From: Alexander Dahl To: Roland Hieber , ptxdist@pengutronix.de Message-ID: <20230810-nylon-arrive-c0295f694a98@ifak-system.com> Mail-Followup-To: Roland Hieber , ptxdist@pengutronix.de References: <20230810110256.2242386-1-rhi@pengutronix.de> <20230810110256.2242386-3-rhi@pengutronix.de> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230810110256.2242386-3-rhi@pengutronix.de> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [PATCH 3/3] rauc: version bump 1.10 -> 1.10.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Hello Roland, Am Thu, Aug 10, 2023 at 01:02:56PM +0200 schrieb Roland Hieber: > Changelog: > https://github.com/rauc/rauc/releases/tag/v1.10.1 > > Signed-off-by: Roland Hieber > --- > .../{rauc-1.10 => rauc-1.10.1}/0001-README-clarify-license.patch | 0 > patches/{rauc-1.10 => rauc-1.10.1}/series | 0 > 2 files changed, 0 insertions(+), 0 deletions(-) > rename patches/{rauc-1.10 => rauc-1.10.1}/0001-README-clarify-license.patch (100%) > rename patches/{rauc-1.10 => rauc-1.10.1}/series (100%) > > diff --git a/patches/rauc-1.10/0001-README-clarify-license.patch b/patches/rauc-1.10.1/0001-README-clarify-license.patch > similarity index 100% > rename from patches/rauc-1.10/0001-README-clarify-license.patch > rename to patches/rauc-1.10.1/0001-README-clarify-license.patch > diff --git a/patches/rauc-1.10/series b/patches/rauc-1.10.1/series > similarity index 100% > rename from patches/rauc-1.10/series > rename to patches/rauc-1.10.1/series Not sure where you got those patches from? They are not in master. The version bump itself is already in master as commit 196622be0a1b ("rauc: version bump 1.10 -> 1.10.1"). Greets Alex