From 7946182cf10d0b2c56e51aa483b8edde28ae94909504e6ade7206ea1f96a073a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Li=C5=A1ka?= <martin.liska@suse.com>
Date: Sun, 22 Jan 2023 08:24:35 +0000
Subject: [PATCH] - Update to version 1.10.1   * mold 1.10.0 had a buffer
 overrun bug that causes the linker to terminate     immediately if compiled
 with -D_GLIBCXX_ASSERTIONS. We fixed the unsafe memory     access in this
 release. (7e65546)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=87
---
 mold-1.10.0.tar.gz | 3 ---
 mold-1.10.1.tar.gz | 3 +++
 mold.changes       | 8 ++++++++
 mold.spec          | 2 +-
 4 files changed, 12 insertions(+), 4 deletions(-)
 delete mode 100644 mold-1.10.0.tar.gz
 create mode 100644 mold-1.10.1.tar.gz

diff --git a/mold-1.10.0.tar.gz b/mold-1.10.0.tar.gz
deleted file mode 100644
index 91ad31a..0000000
--- a/mold-1.10.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:bcf59e21cebf2b7e7346ccfd1803865e411b8a35b5a2cb581936c4ace3d2bac8
-size 8173315
diff --git a/mold-1.10.1.tar.gz b/mold-1.10.1.tar.gz
new file mode 100644
index 0000000..e1ad651
--- /dev/null
+++ b/mold-1.10.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:19e4aa16b249b7e6d2e0897aa1843a048a0780f5c76d8d7e643ab3a4be1e4787
+size 8173701
diff --git a/mold.changes b/mold.changes
index 0c9273b..628f33a 100644
--- a/mold.changes
+++ b/mold.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Sun Jan 22 08:23:35 UTC 2023 - Martin Liška <mliska@suse.cz>
+
+- Update to version 1.10.1
+  * mold 1.10.0 had a buffer overrun bug that causes the linker to terminate
+    immediately if compiled with -D_GLIBCXX_ASSERTIONS. We fixed the unsafe memory
+    access in this release. (7e65546)
+
 -------------------------------------------------------------------
 Fri Jan 20 12:19:11 UTC 2023 - Martin Liška <mliska@suse.cz>
 
diff --git a/mold.spec b/mold.spec
index 6bab91c..39c1577 100644
--- a/mold.spec
+++ b/mold.spec
@@ -17,7 +17,7 @@
 
 
 Name:           mold
-Version:        1.10.0
+Version:        1.10.1
 Release:        0
 Summary:        A Modern Linker (mold)
 License:        AGPL-3.0-or-later