update to version 0.1.20

epel9
Fabio Valentini 4 years ago
parent 35a2a96912
commit 02a75f0eac
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/openat-0.1.19.crate /openat-0.1.19.crate
/openat-0.1.20.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate openat %global crate openat
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.19 Version: 0.1.20
Release: 3%{?dist} Release: 1%{?dist}
Summary: Wrapper around openat, symlinkat, and similar system calls Summary: Wrapper around openat, symlinkat, and similar system calls
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.20-1
- Update to version 0.1.20.
- Fixes RHBZ#1941101
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.19-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.19-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (openat-0.1.19.crate) = 5aca45944fa73fc5500965ded70554a38e6552041c724e8e83d8e292b96817c71abcebe9aa6f58823ebdaf506d4f76877ada9ee66635c98d7456b65e0955bdce SHA512 (openat-0.1.20.crate) = cb1c888a4d6a8f9f3095ef2fe043d4f426a7a9a87de1924139840cf66408bb42b9c258a33e02df74c02c28bcbe9dbf393552e4fa71f49f3fdd5c2d71a4c84a80

Loading…
Cancel
Save