From 9a313787b122589339e0ee4f9fcd40362edd05b11fa1bc24fef8570e44ab47a6 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 25 Dec 2023 09:25:38 +0000 Subject: [PATCH] - Requires mbedtls-devel for dlopen OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=164 --- julia.changes | 4 ++-- julia.spec | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/julia.changes b/julia.changes index 85adc4b..9f57e63 100644 --- a/julia.changes +++ b/julia.changes @@ -1,12 +1,12 @@ ------------------------------------------------------------------- -Mon Dec 25 08:25:12 UTC 2023 - Soc Virnyl Estela +Mon Dec 25 09:25:09 UTC 2023 - Soc Virnyl Estela - Combine these patches to julia-hardcoded-libs.patch and delete: * libblastrampoline-hardcoded-libs.patch * libgit2-libssh2-hardcoded-libs.patch * mbedtls-hardcoded-libs.patch - Slight adjustment of specfile for updated patch -- Requires libmbedcrypto for dlopen +- Requires mbedtls-devel for dlopen ------------------------------------------------------------------- Tue Dec 19 02:34:10 UTC 2023 - Soc Virnyl Estela diff --git a/julia.spec b/julia.spec index 47267b9..662509d 100644 --- a/julia.spec +++ b/julia.spec @@ -123,14 +123,10 @@ Requires: readline Requires: libgfortran.so.5()(64bit) Requires: libgomp.so.1()(64bit) Requires: libmbedcrypto.so.15()(64bit) -Requires: libmbedcrypto.so.3.5.1()(64bit) -Requires: libnghttp2.so.14()(64bit) %else Requires: libgfortran.so.5 Requires: libgomp.so.1 Requires: libmbedcrypto.so.15 -Requires: libmbedcrypto.so.3.5.1 -Requires: libnghttp2.so.14 %endif # Same as the previous comment. But the difference @@ -138,6 +134,7 @@ Requires: libnghttp2.so.14 Requires: libgit2-devel Requires: libnghttp2-devel Requires: libssh2-devel +Requires: mbedtls-devel Requires: openlibm-devel Requires: suitesparse-devel