diff --git a/cjose.spec b/cjose.spec index d043bd7..1358a66 100644 --- a/cjose.spec +++ b/cjose.spec @@ -1,6 +1,6 @@ Name: cjose Version: 0.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C library implementing the Javascript Object Signing and Encryption (JOSE) License: MIT @@ -62,6 +62,9 @@ make check || (cat test/test-suite.log; exit 1) %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 0.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Thu Aug 2 2018 - 0.6.1-2 - fix concatkdf big endian architecture problem. Upstream issue #77.