Update to 0.2.10

epel9
Josh Stone 5 years ago
parent 625f8da3c4
commit b5e9b5c765

1
.gitignore vendored

@ -5,3 +5,4 @@
/bstr-0.2.6.crate /bstr-0.2.6.crate
/bstr-0.2.8.crate /bstr-0.2.8.crate
/bstr-0.2.9.crate /bstr-0.2.9.crate
/bstr-0.2.10.crate

@ -5,7 +5,7 @@
%global crate bstr %global crate bstr
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.9 Version: 0.2.10
Release: 1%{?dist} Release: 1%{?dist}
Summary: String type that is not required to be valid UTF-8 Summary: String type that is not required to be valid UTF-8
@ -39,7 +39,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE COPYING %license LICENSE-MIT LICENSE-APACHE COPYING src/unicode/data/LICENSE-UNICODE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -158,6 +158,9 @@ which use "unicode" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jan 23 2020 Josh Stone <jistone@redhat.com> - 0.2.10-1
- Update to 0.2.10
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.2.9-1 * Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.2.9-1
- Update to 0.2.9 - Update to 0.2.9

@ -1 +1 @@
SHA512 (bstr-0.2.9.crate) = 32c41091f5455a38b9b53c605c7ba8f687675d152035f193b455e353b68b80c26c030419c85ef9dd369ce8328d6bd02c96be10dd75f7cfced1e9b12ca1ccd479 SHA512 (bstr-0.2.10.crate) = 1a33b1c2aa822c7591381b6747af1976988347f9a2a96e61f9ee570d6f06d618e2861b4e207298932943aa0dd71b72505142e86d57332b84f4eb2d92e1801e85

Loading…
Cancel
Save