Bump version to 1.4.2

This commit is contained in:
Christoph Erhardt 2022-09-04 22:57:16 +02:00
parent 1d53c194ce
commit cfba405f45
3 changed files with 13 additions and 9 deletions

View File

@ -1,5 +1,5 @@
From 092673cd7b0fe96e4c6f176c9ea35943e44f984e Mon Sep 17 00:00:00 2001 From cb62c8b3cc981cbffa3b151d15961573c71fac51 Mon Sep 17 00:00:00 2001
Message-Id: <092673cd7b0fe96e4c6f176c9ea35943e44f984e.1660813566.git.github@sicherha.de> Message-Id: <cb62c8b3cc981cbffa3b151d15961573c71fac51.1662274415.git.github@sicherha.de>
From: Christoph Erhardt <github@sicherha.de> From: Christoph Erhardt <github@sicherha.de>
Date: Sat, 6 Aug 2022 09:18:54 +0200 Date: Sat, 6 Aug 2022 09:18:54 +0200
Subject: [PATCH] Use system-compatible include path for `xxhash.h` Subject: [PATCH] Use system-compatible include path for `xxhash.h`
@ -14,7 +14,7 @@ not in an `xxhash` subdirectory. Adjust the include path and the
2 files changed, 2 insertions(+), 1 deletion(-) 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile diff --git a/Makefile b/Makefile
index 1301236c..35e7fe76 100644 index d3f47801..59943a9c 100644
--- a/Makefile --- a/Makefile
+++ b/Makefile +++ b/Makefile
@@ -47,6 +47,7 @@ CXXFLAGS = -O2 @@ -47,6 +47,7 @@ CXXFLAGS = -O2
@ -24,9 +24,9 @@ index 1301236c..35e7fe76 100644
+ -Ithird-party -Ithird-party/xxhash \ + -Ithird-party -Ithird-party/xxhash \
-DMOLD_VERSION=\"$(VERSION)\" -DLIBDIR="\"$(LIBDIR)\"" -DMOLD_VERSION=\"$(VERSION)\" -DLIBDIR="\"$(LIBDIR)\""
MOLD_LDFLAGS := -pthread -lz -lm -ldl ifeq ($(OS), OpenBSD)
diff --git a/mold.h b/mold.h diff --git a/mold.h b/mold.h
index a50127ed..b8df38d3 100644 index 94ef8226..9f857534 100644
--- a/mold.h --- a/mold.h
+++ b/mold.h +++ b/mold.h
@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
@ -36,8 +36,8 @@ index a50127ed..b8df38d3 100644
-#include "third-party/xxhash/xxhash.h" -#include "third-party/xxhash/xxhash.h"
+#include <xxhash.h> +#include <xxhash.h>
#ifdef _MSC_VER #ifdef NDEBUG
# define unreachable() __assume(0) # define unreachable() __builtin_unreachable()
-- --
2.37.2 2.37.2

View File

@ -1,5 +1,5 @@
Name: mold Name: mold
Version: 1.4.1 Version: 1.4.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: A Modern Linker Summary: A Modern Linker
@ -104,6 +104,10 @@ fi
%{_mandir}/man1/mold.1* %{_mandir}/man1/mold.1*
%changelog %changelog
* Sun Sep 04 2022 Christoph Erhardt <fedora@sicherha.de> - 1.4.2-1
- Bump version to 1.4.2
- Refresh patch
* Thu Aug 18 2022 Christoph Erhardt <fedora@sicherha.de> - 1.4.1-1 * Thu Aug 18 2022 Christoph Erhardt <fedora@sicherha.de> - 1.4.1-1
- Bump version to 1.4.1 (#2119324) - Bump version to 1.4.1 (#2119324)
- Refresh patch - Refresh patch

View File

@ -1 +1 @@
SHA512 (mold-1.4.1.tar.gz) = 304caf4e9d9b24170a9442a84036790407bd02609a5d07c31e5f0f6285128099cbc962571804636a5da55afda59b447c12218f9e4d402fbfa55ebc354814bdda SHA512 (mold-1.4.2.tar.gz) = 17f543969e53737818b0be563aee39feac672f93e0fd712827523232b64eccb4629f3994c5a90de50b5f761886669e0946a8d463663725e774eb7d352de1ced1