Change binary crate version from X.Y.0-1 to X.Y.1 (#336)

* Change binary crate version from X.Y.0-1 to X.Y.1

All those project don't have a patch version so we are using it for
package version.

* gnat_native-11.2.1.toml: typo in URL
This commit is contained in:
Fabien Chouteau
2021-09-07 12:42:17 +02:00
committed by GitHub
parent 9bf2f7f835
commit 526dc9e01b
8 changed files with 15 additions and 15 deletions
@@ -1,6 +1,6 @@
name = "gnat_arm_elf"
version = "10.3-1"
provides = ["gnat=10.3-1"]
version = "10.3.1"
provides = ["gnat=10.3.1"]
description = "The GNAT Ada compiler - ARM cross-compiler"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
@@ -1,6 +1,6 @@
name = "gnat_arm_elf"
version = "11.2-1"
provides = ["gnat=11.2-1"]
version = "11.2.1"
provides = ["gnat=11.2.1"]
description = "The GNAT Ada compiler - ARM cross-compiler"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
@@ -1,5 +1,5 @@
name = "gnat_native"
version = "10.3-1"
version = "10.3.1"
description = "The GNAT Ada compiler - Native"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
@@ -7,7 +7,7 @@ licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
auto-gpr-with = false
provides = ["gnat=10.3-1"]
provides = ["gnat=10.3.1"]
[configuration]
disabled = true
@@ -1,5 +1,5 @@
name = "gnat_native"
version = "11.2-1"
version = "11.2.1"
description = "The GNAT Ada compiler - Native"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
@@ -7,7 +7,7 @@ licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
auto-gpr-with = false
provides = ["gnat=11.2-1"]
provides = ["gnat=11.2.1"]
[configuration]
disabled = true
@@ -16,7 +16,7 @@ disabled = true
PATH.prepend = "${CRATE_ROOT}/bin"
[origin."case(os)".windows."case(word-size)".bits-64]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-11.2.0-1/gnat-x86_64-windows64-11.1.0-1.tar.gz"
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-11.2.0-1/gnat-x86_64-windows64-11.2.0-1.tar.gz"
hashes = ["sha256:3ed9e2d781e395dcc74544f691fbc15176f853a20d926b7409356c58a89e44ed"]
[origin."case(os)".macos."case(word-size)".bits-64]
@@ -1,6 +1,6 @@
name = "gnat_riscv64_elf"
version = "10.3-1"
provides = ["gnat=10.3-1"]
version = "10.3.1"
provides = ["gnat=10.3.1"]
description = "The GNAT Ada compiler - RISC-V cross-compiler"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
@@ -1,6 +1,6 @@
name = "gnat_riscv64_elf"
version = "11.2-1"
provides = ["gnat=11.2-1"]
version = "11.2.1"
provides = ["gnat=11.2.1"]
description = "The GNAT Ada compiler - RISC-V cross-compiler"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
@@ -1,5 +1,5 @@
name = "gnatcov"
version = "21.0-1"
version = "21.0.1"
description = "The GNAT Ada compiler - ARM cross-compiler"
maintainers = ["chouteau@adacore.com"]
@@ -1,5 +1,5 @@
name = "gprbuild"
version = "21.0.0-1"
version = "21.0.1"
description = "The GPRBuild Ada/multilanguage build tool"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]