downgrade to version 1.1.0 due to big issues in 1.2.0

epel9
Fabio Valentini 4 years ago
parent b994408705
commit cf50b5c733
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -5,11 +5,12 @@
%global crate funty
Name: rust-%{crate}
Version: 1.2.0
Release: 1%{?dist}
Version: 1.1.0
Release: 2%{?dist}
Summary: Trait generalization over the primitive types
# Upstream license specification: MIT
# https://github.com/myrrlyn/funty/issues/1
License: MIT
URL: https://crates.io/crates/funty
Source: %{crates_source}
@ -36,7 +37,6 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE.txt
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -82,6 +82,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Wed Feb 17 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-2
- Downgrade to version 1.1.0 due to big issues in 1.2.0 breaking bitvec and nom.
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 1.2.0-1
- Update to version 1.2.0.
- Fixes RHBZ#1928339

@ -1 +1 @@
SHA512 (funty-1.2.0.crate) = 214e17957dda234158d1cce55851b65673f9033691126edcc5fa0a011bc46c0424c31560fa61844a71a8d110640638b03d4f0e7c9671f1633dc9df9d0bc0e17f
SHA512 (funty-1.1.0.crate) = 771f42f601a0349a8e9344c8df552491c64af350b18eacc99463e972335d4a4c95416704ebf49e904503fb2d6f78bf201c8cb82fa20bfbf460ab1e7ed9f94a9e

Loading…
Cancel
Save