diff --git a/electrum.spec b/electrum.spec index 0032e3a..acecd4c 100644 --- a/electrum.spec +++ b/electrum.spec @@ -1,6 +1,6 @@ Name: electrum -Version: 4.0.7 -Release: 2%{?dist} +Version: 4.0.8 +Release: 1%{?dist} Summary: A lightweight Bitcoin Client License: MIT @@ -85,6 +85,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %exclude %{python3_sitelib}/%{name}/locale %changelog +* Thu Dec 17 2020 Timothy Redaelli - 4.0.8-1 +- Updated to version 4.0.8 + * Thu Dec 10 2020 Timothy Redaelli - 4.0.7-2 - Restore zbar as weak dependency since it's only used for QR scanner (#1766821) - Fix rpmlint warnings and errors ("E: explicit-lib-dependency libsecp256k" is a false positive)