Update to 2.1.0

epel9
Morten Stevens 10 years ago
parent 930849a686
commit 4a49b4678f

1
.gitignore vendored

@ -1,3 +1,4 @@
/mbedtls-1.3.10-gpl.tgz
/mbedtls-1.3.11-gpl.tgz
/mbedtls-2.0.0-gpl.tgz
/mbedtls-2.1.0-apache.tgz

@ -3,13 +3,13 @@
%endif
Name: mbedtls
Version: 2.0.0
Version: 2.1.0
Release: 1%{?dist}
Summary: Light-weight cryptographic and SSL/TLS library
Group: System Environment/Libraries
License: GPLv2+ with exceptions
License: ASL 2.0
URL: https://tls.mbed.org/
Source0: https://tls.mbed.org/download/%{name}-%{version}-gpl.tgz
Source0: https://tls.mbed.org/download/%{name}-%{version}-apache.tgz
BuildRequires: cmake
BuildRequires: doxygen
@ -118,6 +118,9 @@ LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V
%doc apidoc/*
%changelog
* Fri Sep 11 2015 Morten Stevens <mstevens@imt-systems.com> - 2.1.0-1
- Update to 2.1.0
* Wed Jul 22 2015 Morten Stevens <mstevens@imt-systems.com> - 2.0.0-1
- Update to 2.0.0

@ -1 +1 @@
6b8246a19a7a77737856e729cc8a0952 mbedtls-2.0.0-gpl.tgz
bdce8f2b688f1805350cba424d357db8 mbedtls-2.1.0-apache.tgz

Loading…
Cancel
Save