update to version 0.4.3

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/const_fn-0.4.2.crate
/const_fn-0.4.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate const_fn
Name: rust-%{crate}
Version: 0.4.2
Version: 0.4.3
Release: 1%{?dist}
Summary: Attribute for easy generation of const functions
@ -71,5 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 05 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.3-1
- Update to version 0.4.3.
- Fixes RHBZ#1893851
* Thu Sep 17 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-1
- Initial package

@ -1 +1 @@
SHA512 (const_fn-0.4.2.crate) = f9357fb439e65e59faa7cebfdec564dffcc4979e0791eaf4367dfa7c9f5a0f9a2f5ee536bbb2c733ab0a9db391751cbc4f2e781284921f136b5f292e45d3fb3e
SHA512 (const_fn-0.4.3.crate) = 4c2d6c8e1bf6823f76c4572b659bb82af6b7cec2547ae132749d2443bd92cd8dfe96eeed6f704f30f7f407662b14a5d12808665a321af42cfcbc979560cb70fb

Loading…
Cancel
Save