update to version 0.2.2

epel9
Fabio Valentini 4 years ago
parent 2edd127117
commit 8d98cc764a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/unicode-xid-0.1.0.crate /unicode-xid-0.1.0.crate
/unicode-xid-0.2.0.crate /unicode-xid-0.2.0.crate
/unicode-xid-0.2.1.crate /unicode-xid-0.2.1.crate
/unicode-xid-0.2.2.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate unicode-xid %global crate unicode-xid
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.1 Version: 0.2.2
Release: 3%{?dist} Release: 1%{?dist}
Summary: Determine whether characters have XID_Start/XID_Continue properties Summary: Determine whether characters have XID_Start/XID_Continue properties
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -96,6 +96,10 @@ which use "no_std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Apr 30 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.2-1
- Update to version 0.2.2.
- Fixes RHBZ#1955370
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (unicode-xid-0.2.1.crate) = 91e862137e837baea82829431cfed36634fdb05339f00c756eb5a4b429ef0bb871f5133d11adf9a023fa22168c8a0cf194ff3669779f04f219d48fc4fac339d2 SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8

Loading…
Cancel
Save