Hello community, here is the log from the commit of package mbedtls for openSUSE:Factory checked in at 2018-03-12 12:07:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mbedtls (Old) and /work/SRC/openSUSE:Factory/.mbedtls.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mbedtls" Mon Mar 12 12:07:47 2018 rev:15 rq:584224 version:2.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mbedtls/mbedtls.changes 2018-02-15 13:21:53.815842932 +0100 +++ /work/SRC/openSUSE:Factory/.mbedtls.new/mbedtls.changes 2018-03-12 12:07:47.291913106 +0100 @@ -1,0 +2,6 @@ +Thu Mar 8 09:32:12 UTC 2018 - [email protected] + +- Use more cmake macros +- Update spec file using spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mbedtls.spec ++++++ --- /var/tmp/diff_new_pack.Z0Wv3H/_old 2018-03-12 12:07:48.579866942 +0100 +++ /var/tmp/diff_new_pack.Z0Wv3H/_new 2018-03-12 12:07:48.583866798 +0100 @@ -25,7 +25,7 @@ Summary: Libraries for crypto and SSL/TLS protocols License: Apache-2.0 Group: Development/Libraries/C and C++ -Url: https://tls.mbed.org +URL: https://tls.mbed.org Source: https://tls.mbed.org/download/%{name}-%{version}-apache.tgz Source99: baselibs.conf BuildRequires: cmake @@ -101,14 +101,14 @@ -DUSE_SHARED_MBEDTLS_LIBRARY=ON \ -DUSE_STATIC_MBEDTLS_LIBRARY=OFF \ -DENABLE_PROGRAMS=OFF -make VERBOSE=1 %{?_smp_mflags} +%make_jobs %install %cmake_install %check export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{_builddir}/%{name}-%{version}/build/library -make -C build test %{?_smp_mflags} +%ctest %post -n %{lib_tls} -p /sbin/ldconfig %post -n %{lib_crypto} -p /sbin/ldconfig @@ -118,7 +118,8 @@ %postun -n %{lib_x509} -p /sbin/ldconfig %files devel -%doc ChangeLog README.md LICENSE +%license LICENSE +%doc ChangeLog README.md %dir %{_includedir}/mbedtls %{_includedir}/mbedtls/*.h %{_libdir}/libmbedtls.so @@ -126,15 +127,15 @@ %{_libdir}/libmbedx509.so %files -n %{lib_tls} -%doc LICENSE +%license LICENSE %{_libdir}/libmbedtls.so.* %files -n %{lib_crypto} -%doc LICENSE +%license LICENSE %{_libdir}/libmbedcrypto.so.* %files -n %{lib_x509} -%doc LICENSE +%license LICENSE %{_libdir}/libmbedx509.so.* %changelog
