From patchwork Thu Jul 4 22:23:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2335 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id A1616887E52 for ; Thu, 4 Jul 2019 13:23:19 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45fcZZ53Jlz5VQ8s; Thu, 4 Jul 2019 13:23:18 +0100 (BST) Received: from tuxedo.stevee (212095005025.public.telering.at [212.95.5.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45fcZW3kGrz5Rqh8; Thu, 4 Jul 2019 13:23:15 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1562242995; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=GSoc/P1P+laSVyfY8ZIZUkoag6qn4K7ireAZP+LThbU=; b=Q4n2X9zj4yNbyLc0H747KC/8DFcfB4LRyqXivq0XNSR/5ybq/WY3fSFba+DdG9yi6i+eS9 hdRBGYoItkBuqAlECGR6/+R/gnPbGxc6347041XAWJk9ufMOO3guACaHr/mgg7lEC5ip5t rmj9/0VsRUPoSm5wlkyL+vAsx1qLxqWPgjJ1AoFrPMe8X+53yUyEaFcl9/OPbT+omlymIB UuKvM4pvNllfTh1MkFMNWijNKoz9RJ9eBjZhqf9bAlB6p7pfeN7wEKVKx3F/5B3KdU3eMI DszZIIaDXMig+z01L2kgtxNzpQWNzIzXRtvjkjrWYU5mr837fzZDe2l1wPOmlQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1562242995; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=GSoc/P1P+laSVyfY8ZIZUkoag6qn4K7ireAZP+LThbU=; b=OZMEaEdEoOLvrBJyKtXRS2l28Xop+KzbpXGSfrgCscrZwT9JGiJQA381DHgWrpGDdX0O1L 0ntBOl057vicP8Ag== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/3] cmake: Update to 3.14.5 Date: Thu, 4 Jul 2019 14:23:10 +0200 Message-Id: <20190704122312.9655-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" This is a minor update to the latest stable version of cmake. Signed-off-by: Stefan Schantl --- cmake/cmake.nm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmake/cmake.nm b/cmake/cmake.nm index 8bb3a3c63..ee8e91015 100644 --- a/cmake/cmake.nm +++ b/cmake/cmake.nm @@ -6,7 +6,7 @@ name = cmake version = %{ver_maj}.%{ver_min} ver_maj = 3.14 -ver_min = 1 +ver_min = 5 release = 1 groups = Development/Tools @@ -15,11 +15,11 @@ license = BSD summary = Cross-platform make system. description - CMake is used to control the software compilation process using simple \ - platform and compiler independent configuration files. CMake generates \ - native makefiles and workspaces that can be used in the compiler \ - environment of your choice. CMake is quite sophisticated: it is possible \ - to support complex environments requiring system configuration, pre-processor \ + CMake is used to control the software compilation process using simple + platform and compiler independent configuration files. CMake generates + native makefiles and workspaces that can be used in the compiler + environment of your choice. CMake is quite sophisticated: it is possible + to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. end