update to version 0.10.4

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

1
.gitignore vendored

@ -7,3 +7,4 @@
/scroll_derive-0.9.5.crate
/scroll_derive-0.10.1.crate
/scroll_derive-0.10.2.crate
/scroll_derive-0.10.4.crate

@ -1,14 +1,13 @@
# Generated by rust2rpm 13
# Tests are run in infrastructure
%bcond_with check
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate scroll_derive
Name: rust-%{crate}
Version: 0.10.2
Release: 2%{?dist}
Summary: Macros 1.1 derive implementation for Pread and Pwrite traits from scroll crate
Version: 0.10.4
Release: 1%{?dist}
Summary: Derive implementation for Pread and Pwrite traits
# Upstream license specification: MIT
License: MIT
@ -23,7 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging
%global _description %{expand:
A macros 1.1 derive implementation for Pread and Pwrite traits from the scroll
Macros 1.1 derive implementation for Pread and Pwrite traits from the scroll
crate.}
%description %{_description}
@ -73,6 +72,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.4-1
- Update to version 0.10.4.
- Fixes RHBZ#1886687
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (scroll_derive-0.10.2.crate) = 4bf36e1efafb570e75c5d753e8d7a4d4a8806309e173257fba38f0476d516cdef6e662d4c5b0920b6af90fcce46ff4a4c641333437f2b7a85967ad4982953bfd
SHA512 (scroll_derive-0.10.4.crate) = 01f23afa5cf580ad400d65fadc7e3ac3cf41f31fb2b67b5e47f8c45e4cdcdd2b81e88955538966177a9e4ee933861eb7deb745526382908e28e275697388aed2

Loading…
Cancel
Save