Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mbedtls for openSUSE:Factory checked 
in at 2021-01-22 21:49:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mbedtls (Old)
 and      /work/SRC/openSUSE:Factory/.mbedtls.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mbedtls"

Fri Jan 22 21:49:24 2021 rev:28 rq:864545 version:2.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mbedtls/mbedtls.changes  2020-12-23 
14:21:30.405741556 +0100
+++ /work/SRC/openSUSE:Factory/.mbedtls.new.28504/mbedtls.changes       
2021-01-22 21:49:25.133601870 +0100
@@ -1,0 +2,6 @@
+Tue Jan 19 20:25:34 UTC 2021 - Luigi Baldoni <[email protected]>
+
+- Fix build for Leap targets
+- Use upstream tarball name
+
+-------------------------------------------------------------------

Old:
----
  v2.25.0.tar.gz

New:
----
  mbedtls-2.25.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mbedtls.spec ++++++
--- /var/tmp/diff_new_pack.Pq2Ivt/_old  2021-01-22 21:49:25.673602636 +0100
+++ /var/tmp/diff_new_pack.Pq2Ivt/_new  2021-01-22 21:49:25.677602642 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mbedtls
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 License:        Apache-2.0
 Group:          Development/Libraries/C and C++
 URL:            https://tls.mbed.org
-Source:         https://github.com/ARMmbed/mbedtls/archive/v%{version}.tar.gz
+Source:         
https://github.com/ARMmbed/mbedtls/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source99:       baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  ninja
@@ -113,7 +113,8 @@
 # parallel execution fails
 # %%ctest
 pushd build
-%{_bindir}/ctest --output-on-failure --force-new-ctest-process -j1
+LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
+ %{_bindir}/ctest --output-on-failure --force-new-ctest-process -j1
 
 %post -n %{lib_tls}      -p /sbin/ldconfig
 %post -n %{lib_crypto}   -p /sbin/ldconfig

Reply via email to