update to version 1.0.4

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

1
.gitignore vendored

@ -16,3 +16,4 @@
/paste-1.0.0.crate
/paste-1.0.1.crate
/paste-1.0.3.crate
/paste-1.0.4.crate

@ -1,11 +1,12 @@
# Generated by rust2rpm 15
%bcond_without check
# Generated by rust2rpm 16
# * paste-test-suite is not packaged
%bcond_with check
%global debug_package %{nil}
%global crate paste
Name: rust-%{crate}
Version: 1.0.3
Version: 1.0.4
Release: 1%{?dist}
Summary: Macros for all your token pasting needs
@ -71,6 +72,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Dec 10 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.4-1
- Update to version 1.0.4.
- Fixes RHBZ#1906245
* Wed Nov 11 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.3-1
- Update to version 1.0.3.
- Fixes RHBZ#1890375

@ -1 +1 @@
SHA512 (paste-1.0.3.crate) = 0180fca8cf4bc7bd2b947ab5ccfb4f535a2491b1471ed9df6cd672692fdbda4c1f63c47198d350bc51fbda049eabd098ab5263ebfd630f8eb35e838af384e705
SHA512 (paste-1.0.4.crate) = 5c8d4a0c970babf81c7de5feaff8c31f0b92427c21c58741e169e55f801fddf6d369c1aec1e665f3a7171a0b7f07367dfa76bbeb2cf3f19e777fb42f69b7733a

Loading…
Cancel
Save