update to version 0.11.0

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/users-0.7.0.crate
/users-0.9.1.crate
/users-0.10.0.crate
/users-0.11.0.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate users
Name: rust-%{crate}
Version: 0.10.0
Release: 2%{?dist}
Version: 0.11.0
Release: 1%{?dist}
Summary: Library for accessing Unix users and groups
# Upstream license specification: MIT
# https://github.com/ogham/rust-users/pull/37
License: MIT
URL: https://crates.io/crates/users
Source: %{crates_source}
@ -37,6 +36,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENCE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -118,6 +119,10 @@ which use "mock" feature of "%{crate}" crate.
%endif
%changelog
* Mon Nov 30 2020 Fabio Valentini <decathorpe@gmail.com> - 0.11.0-1
- Update to version 0.11.0.
- Fixes RHBZ#1886238
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (users-0.10.0.crate) = 21052adcd602ff6c30a4e9f4e14fdca896dce03969b1b03069f93f3e9d2b25c66b83ac2f40ed4e960dcfb5a0e67719ee45da475855f6e397f3618273ea52469b
SHA512 (users-0.11.0.crate) = e28028f895780bd59a11069b81b87470a287a447e42566cfb8de0e2d4ba8c90a3ce92901e253dcd2628383c8ed06c10714bc0181a57bf257f7edb3510936e596

Loading…
Cancel
Save