diff --git a/coq-8.19.0.tar.gz b/coq-8.19.0.tar.gz deleted file mode 100644 index 25dae1d..0000000 --- a/coq-8.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17e5c10fadcd3cda7509d822099a892fcd003485272b56a45abd30390f6a426f -size 7674352 diff --git a/coq-8.19.1.tar.gz b/coq-8.19.1.tar.gz new file mode 100644 index 0000000..eda5f2b --- /dev/null +++ b/coq-8.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e535ed924234f18394efce94b12d9247a67e8af29241eb79615804160f21674 +size 7675945 diff --git a/coq-refman-8.19.0.tar.xz b/coq-refman-8.19.0.tar.xz deleted file mode 100644 index c81ece2..0000000 --- a/coq-refman-8.19.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfb1cb81e5602aeb0d0ac409d706abf89b35400eb31c868a6927e1a08d19a824 -size 7608812 diff --git a/coq-refman-8.19.1.tar.xz b/coq-refman-8.19.1.tar.xz new file mode 100644 index 0000000..edb8810 --- /dev/null +++ b/coq-refman-8.19.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec71ef3d520b51cba8de84308357945d28f3723f21a56bc64af040c109584c00 +size 7616556 diff --git a/coq-stdlib-8.19.0.tar.xz b/coq-stdlib-8.19.0.tar.xz deleted file mode 100644 index e603867..0000000 --- a/coq-stdlib-8.19.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed0e368789eda9a1a0ae0ab7a5f3cbb74f7ee836e96e3eb194f778b19457ec14 -size 2148484 diff --git a/coq-stdlib-8.19.1.tar.xz b/coq-stdlib-8.19.1.tar.xz new file mode 100644 index 0000000..5c1f611 --- /dev/null +++ b/coq-stdlib-8.19.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f439c599fe9daee89b9bc3f9df8d3ced238deb30ccef4c3ac4c6ecf64a91b11 +size 2148396 diff --git a/coq.changes b/coq.changes index 30d7951..92e1e78 100644 --- a/coq.changes +++ b/coq.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Mar 7 22:31:46 UTC 2024 - Aaron Puchert + +- Update to version 8.19.1. + * Fixed incorrect abstraction of sort variables for opaque + constants leading to an inconsistency. + * Fixed memory corruption with `vm_compute` (rare but more + likely with OCaml 5.1). + * "Found no matching notation to enable or disable" is now a + warning instead of an error. + * Fixed undeclared universe with multiple uses of `abstract`. + * Fixed incorrect printing of constructor values with multiple + arguments, and over-parenthesizing of constructor printing. + * Fixed incorrect declared type for Ltac2.FMap.fold. + ------------------------------------------------------------------- Sun Jan 28 20:20:35 UTC 2024 - Aaron Puchert diff --git a/coq.spec b/coq.spec index ffffce2..f7c8518 100644 --- a/coq.spec +++ b/coq.spec @@ -26,7 +26,7 @@ %endif Name: coq -Version: 8.19.0 +Version: 8.19.1 Release: 0 Summary: Proof Assistant based on the Calculus of Inductive Constructions License: LGPL-2.1-only @@ -185,10 +185,10 @@ find %{buildroot}%{_libdir} -name '*.a' \ # pushd doc # git sparse-checkout add V%{version} # cd V%{version} -# tar --sort=name --owner=0 --group=0 --mtime="@$(stat -c %%Y refman/index.html)" \ +# tar --sort=name --owner=0 --group=0 --mtime="@${SOURCE_DATE_EPOCH}" \ # --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \ # -cJf ../../coq-refman-%{version}.tar.xz refman -# tar --sort=name --owner=0 --group=0 --mtime="@$(stat -c %%Y stdlib/index.html)" \ +# tar --sort=name --owner=0 --group=0 --mtime="@${SOURCE_DATE_EPOCH}" \ # --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \ # -cJf ../../coq-stdlib-%{version}.tar.xz stdlib # popd diff --git a/fr.inria.coq.coqide.metainfo.xml b/fr.inria.coq.coqide.metainfo.xml index 42bc7db..219a862 100644 --- a/fr.inria.coq.coqide.metainfo.xml +++ b/fr.inria.coq.coqide.metainfo.xml @@ -46,6 +46,10 @@ https://github.com/coq/coq/blob/master/CONTRIBUTING.md fr.inria.coq.coqide.desktop + + + +