From 867108b7faaf55643d3e1c8546a059c052eed33d Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 19 Jan 2021 15:49:20 -0600 Subject: [PATCH] Refresh patches with metadata. --- debian/patches/01_RemoveGitHash.patch | 2 +- debian/patches/02_add_debian_pkg_version.patch | 5 ++++- debian/patches/03_use_system_threejs.patch | 5 ++++- debian/patches/04_use_system_unifont.patch | 5 ++++- debian/patches/10_mimalloc_restrict_cpu_yield.patch | 4 +++- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/debian/patches/01_RemoveGitHash.patch b/debian/patches/01_RemoveGitHash.patch index d25fcea..4d46fed 100644 --- a/debian/patches/01_RemoveGitHash.patch +++ b/debian/patches/01_RemoveGitHash.patch @@ -1,7 +1,7 @@ Description: Remove git hash commit consideration +Forwarded: not-needed Author: Anton Gladky Last-Update: 2016-12-31 - Index: solvespace/CMakeLists.txt =================================================================== --- solvespace.orig/CMakeLists.txt diff --git a/debian/patches/02_add_debian_pkg_version.patch b/debian/patches/02_add_debian_pkg_version.patch index 7cbe581..e345437 100644 --- a/debian/patches/02_add_debian_pkg_version.patch +++ b/debian/patches/02_add_debian_pkg_version.patch @@ -1,6 +1,9 @@ +Subject: Add debian package version to ver string +Forwarded: not-needed From: Ryan Pavlik + Date: Tue, 19 Jan 2021 13:51:09 -0600 -Subject: Add debian package version to ver string + --- src/config.h.in | 2 +- diff --git a/debian/patches/03_use_system_threejs.patch b/debian/patches/03_use_system_threejs.patch index 60b9713..46d8b2f 100644 --- a/debian/patches/03_use_system_threejs.patch +++ b/debian/patches/03_use_system_threejs.patch @@ -1,6 +1,9 @@ +Subject: Use threejs from system. +Forwarded: not-needed From: Ryan Pavlik + Date: Tue, 19 Jan 2021 15:05:06 -0600 -Subject: Use threejs from system. + --- res/CMakeLists.txt | 1 - diff --git a/debian/patches/04_use_system_unifont.patch b/debian/patches/04_use_system_unifont.patch index 701ef32..0dc276d 100644 --- a/debian/patches/04_use_system_unifont.patch +++ b/debian/patches/04_use_system_unifont.patch @@ -1,6 +1,9 @@ +Subject: Use Unifont from system +Forwarded: not-needed From: Ryan Pavlik + Date: Tue, 19 Jan 2021 15:06:55 -0600 -Subject: Use Unifont from system + --- res/CMakeLists.txt | 1 - diff --git a/debian/patches/10_mimalloc_restrict_cpu_yield.patch b/debian/patches/10_mimalloc_restrict_cpu_yield.patch index c7b4ae8..aeca596 100644 --- a/debian/patches/10_mimalloc_restrict_cpu_yield.patch +++ b/debian/patches/10_mimalloc_restrict_cpu_yield.patch @@ -1,10 +1,12 @@ +Subject: Restricts cpu yield instructions a little. From: Ryan Pavlik + Date: Tue, 19 Jan 2021 13:46:43 -0600 -Subject: Restricts cpu yield instructions a little. adding clobber for ARM and preventing older 32 bits chips not supporting this instruction. Backport of https://github.com/microsoft/mimalloc/commit/33a10b48605f8bb419487a03125815ad6ee00a70 + --- extlib/mimalloc/include/mimalloc-atomic.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) -- 2.30.2