From: Ryan Pavlik Date: Tue, 19 Jan 2021 21:49:20 +0000 (-0600) Subject: Refresh patches with metadata. X-Git-Tag: archive/raspbian/3.1+ds1-4+rpi1^2~90 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=867108b7faaf55643d3e1c8546a059c052eed33d;p=solvespace.git Refresh patches with metadata. --- 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(-)