From 15a6c5d52b8272c7b5b37f5ab067ac6f450bb91b Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 12 Jun 2018 19:36:22 +0200 Subject: [PATCH] alire v0.6 --- index/alire-index-alire.ads | 10 ++++++++++ index/alire-index-alr.ads | 12 ++++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/index/alire-index-alire.ads b/index/alire-index-alire.ads index 780fc53d..03222b8c 100644 --- a/index/alire-index-alire.ads +++ b/index/alire-index-alire.ads @@ -1,3 +1,4 @@ +with Alire.Index.AAA; with Alire.Index.Semantic_Versioning; with Alire.Index.Simple_Logging; @@ -16,6 +17,15 @@ package Alire.Index.Alire is Author ("Alejandro R. Mosteo") and License (GPL_3_0)); + package V_0_6 is new Project_Release + (Base + .Replacing (Origin => + Git (Repo, "f418890a85f421b20ad00f1f52259c122f883aca")) + .Extending (Dependencies => + AAA.V_1_0_0.Within_Major and + Semantic_Versioning.V_0_3_2.Within_Minor and + Simple_Logging.V_1_0.Within_Major)); + package V_0_5 is new Project_Release (Base .Replacing (Origin => diff --git a/index/alire-index-alr.ads b/index/alire-index-alr.ads index db91ef7b..adfbbd92 100644 --- a/index/alire-index-alr.ads +++ b/index/alire-index-alr.ads @@ -1,3 +1,4 @@ +with Alire.Index.AAA; with Alire.Index.AJUnitGen; with Alire.Index.Alire; with Alire.Index.Semantic_Versioning; @@ -14,8 +15,8 @@ package Alire.Index.Alr is Base : constant Release := Project.Unreleased (Dependencies => - Semantic_Versioning.V_0_3_2.Within_Minor and - Simple_Logging .V_1_0 .Within_Major, + Semantic_Versioning .V_0_3_2 .Within_Minor and + Simple_Logging .V_1_0 .Within_Major, Properties => Author ("Alejandro R. Mosteo") and @@ -31,6 +32,13 @@ package Alire.Index.Alr is AJUnitGen.V_1_0_0.Within_Major )); + package V_0_6 is new Project_Release + (V_0_5 + .Replacing + (Origin => Git (Repo, "d26955fbfd8ef8b301791ab554113af1c6d46365")) + .Extending + (Dependencies => + package V_0_4 is new Project_Release (Base .Replacing (Git (Repo, "721d111225cf30b9c298ff23587664510f4c4ea1"))