update to version 1.2.0

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/funty-1.1.0.crate
/funty-1.2.0.crate

@ -5,12 +5,11 @@
%global crate funty
Name: rust-%{crate}
Version: 1.1.0
Release: 2%{?dist}
Version: 1.2.0
Release: 1%{?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}
@ -37,6 +36,7 @@ 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,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 1.2.0-1
- Update to version 1.2.0.
- Fixes RHBZ#1928339
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

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

Loading…
Cancel
Save