summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--erlang-ssl_verify_fun.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/erlang-ssl_verify_fun.spec b/erlang-ssl_verify_fun.spec
index 20f1f66..33ac52a 100644
--- a/erlang-ssl_verify_fun.spec
+++ b/erlang-ssl_verify_fun.spec
@@ -6,13 +6,13 @@
%global debug_package %{nil}
Name: erlang-%{realname}
-Version: 1.1.3
+Version: 1.1.4
Release: 1%{?dist}
Summary: Collection of ssl verification functions for Erlang
License: MIT
URL: https://github.com/%{upstream}/%{upstream_reponame}
Source0: https://github.com/%{upstream}/%{upstream_reponame}/archive/%{version}/%{upstream_reponame}-%{version}.tar.gz
-# Fix the path used in `load_cert/1` in tests
+# Fix the path used in `load_cert/1` during tests
Patch0: erlang-ssl_verify_fun-fix-tests-load_cert.patch
BuildRequires: erlang-rebar
Requires: erlang-rebar
@@ -39,5 +39,8 @@ Requires: erlang-rebar
%{erlang_appdir}/
%changelog
+* Wed Aug 01 2018 Timothée Floure <fnux@fedoraproject.org> - 1.1.4-1
+- New upstream release
+
* Sun Jul 15 2018 Timothée Floure <fnux@fedoraproject.org> - 1.1.3-1
- Let there be package