diff --git a/coq-8.19.1.tar.gz b/coq-8.19.1.tar.gz deleted file mode 100644 index eda5f2b..0000000 --- a/coq-8.19.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e535ed924234f18394efce94b12d9247a67e8af29241eb79615804160f21674 -size 7675945 diff --git a/coq-8.19.2.tar.gz b/coq-8.19.2.tar.gz new file mode 100644 index 0000000..aade9b7 --- /dev/null +++ b/coq-8.19.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18035624bcda4f8cffe5f348e02f0ae2503af1c40de165788d7d45578e6c5725 +size 7678311 diff --git a/coq-refman-8.19.1.tar.xz b/coq-refman-8.19.1.tar.xz deleted file mode 100644 index edb8810..0000000 --- a/coq-refman-8.19.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec71ef3d520b51cba8de84308357945d28f3723f21a56bc64af040c109584c00 -size 7616556 diff --git a/coq-refman-8.19.2.tar.xz b/coq-refman-8.19.2.tar.xz new file mode 100644 index 0000000..15d6f05 --- /dev/null +++ b/coq-refman-8.19.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d192cf2fd441f441cd4bd91672cd46ed1d8744bff132bace7aae3741ec4941de +size 7665520 diff --git a/coq-stdlib-8.19.1.tar.xz b/coq-stdlib-8.19.1.tar.xz deleted file mode 100644 index 5c1f611..0000000 --- a/coq-stdlib-8.19.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f439c599fe9daee89b9bc3f9df8d3ced238deb30ccef4c3ac4c6ecf64a91b11 -size 2148396 diff --git a/coq-stdlib-8.19.2.tar.xz b/coq-stdlib-8.19.2.tar.xz new file mode 100644 index 0000000..abf3fe2 --- /dev/null +++ b/coq-stdlib-8.19.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0a46efc7ec7365ebb03937ab25a6994eb4f405853a28122f7c55859afb290f +size 2176420 diff --git a/coq.changes b/coq.changes index 92e1e78..f22b55b 100644 --- a/coq.changes +++ b/coq.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Jun 30 17:20:06 UTC 2024 - Aaron Puchert + +- Update to version 8.19.2. + * Fixed a regression from Coq 8.18 in the presence of a defined + field in a primitive `Record`. + * Fixed an issue where the printer was sometimes failing to use a + prefix or infix custom notation whose right-hand side refers to + a different custom entry. + * Fixed `abstract` failure in the presence of admitted goals in + the surrounding proof. + * Fixed issues when using Ltac2 in VsCoq due to incorrect state + handling of Ltac2 notations. + * Fixed `Include` on a module containing a record declared with + `Primitive Projections`. + * Fixed an issue in `Fixpoint` with no arguments. + * Position error/warning tooltips correctly when multibyte UTF-8 + characters are present. + ------------------------------------------------------------------- Thu Mar 7 22:31:46 UTC 2024 - Aaron Puchert diff --git a/coq.spec b/coq.spec index f7c8518..4ded333 100644 --- a/coq.spec +++ b/coq.spec @@ -26,7 +26,7 @@ %endif Name: coq -Version: 8.19.1 +Version: 8.19.2 Release: 0 Summary: Proof Assistant based on the Calculus of Inductive Constructions License: LGPL-2.1-only