diff --git a/.gitignore b/.gitignore index 8e9312a..dc8279a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /mbedtls-1.3.10-gpl.tgz /mbedtls-1.3.11-gpl.tgz +/mbedtls-2.0.0-gpl.tgz diff --git a/mbedtls.spec b/mbedtls.spec index c987bf3..5c83ea0 100644 --- a/mbedtls.spec +++ b/mbedtls.spec @@ -3,8 +3,8 @@ %endif Name: mbedtls -Version: 1.3.11 -Release: 2%{?dist} +Version: 2.0.0 +Release: 1%{?dist} Summary: Light-weight cryptographic and SSL/TLS library Group: System Environment/Libraries License: GPLv2+ with exceptions @@ -108,7 +108,7 @@ LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V %{_libexecdir}/%{name}/ %files devel -%{_includedir}/polarssl/ +%{_includedir}/mbedtls/ %{_libdir}/*.so %files static @@ -118,6 +118,9 @@ LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V %doc apidoc/* %changelog +* Wed Jul 22 2015 Morten Stevens - 2.0.0-1 +- Update to 2.0.0 + * Wed Jun 17 2015 Fedora Release Engineering - 1.3.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 4c5ca7f..d5d4662 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c02ce2e54862d678604794ee484fb59e mbedtls-1.3.11-gpl.tgz +6b8246a19a7a77737856e729cc8a0952 mbedtls-2.0.0-gpl.tgz