From 1db76935ccceeab21e2413a1f28d4b34edf7ff94cd5d294486bab6df62b1d6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Fri, 18 Nov 2022 14:11:14 +0000 Subject: [PATCH] - Update to version 1.7.1 * mold 1.7.0 may generate the same build-id for two different output files. We fixed the issue in 1.7.1 so that build-id is guaranteed to be unique for each different output file. (d8dd124) OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=78 --- mold-1.7.0.tar.gz | 3 --- mold-1.7.1.tar.gz | 3 +++ mold.changes | 8 ++++++++ mold.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 mold-1.7.0.tar.gz create mode 100644 mold-1.7.1.tar.gz diff --git a/mold-1.7.0.tar.gz b/mold-1.7.0.tar.gz deleted file mode 100644 index 2ef9dbd..0000000 --- a/mold-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccd685afcdb7047f8a8ce8b5ce3b3cd22205a0ebc548ff1f1da7b35415fafbe4 -size 8381327 diff --git a/mold-1.7.1.tar.gz b/mold-1.7.1.tar.gz new file mode 100644 index 0000000..3cfd626 --- /dev/null +++ b/mold-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2558664db79a1e20f09162578632fa856b3cde966fbcb23084c352b827dfa9 +size 8381932 diff --git a/mold.changes b/mold.changes index e841c29..ed563ad 100644 --- a/mold.changes +++ b/mold.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 18 14:08:15 UTC 2022 - Martin Liška + +- Update to version 1.7.1 + * mold 1.7.0 may generate the same build-id for two different output files. We + fixed the issue in 1.7.1 so that build-id is guaranteed to be unique for each + different output file. (d8dd124) + ------------------------------------------------------------------- Mon Nov 14 11:12:19 UTC 2022 - Martin Liška diff --git a/mold.spec b/mold.spec index 31e61d0..db8ea8e 100644 --- a/mold.spec +++ b/mold.spec @@ -17,7 +17,7 @@ Name: mold -Version: 1.7.0 +Version: 1.7.1 Release: 0 Summary: A Modern Linker (mold) License: AGPL-3.0-or-later