Update to 0.2.11

epel9
Josh Stone 5 years ago
parent 88f2388aef
commit a324b4da44

1
.gitignore vendored

@ -6,3 +6,4 @@
/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 /bstr-0.2.10.crate
/bstr-0.2.11.crate

@ -5,8 +5,8 @@
%global crate bstr %global crate bstr
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.10 Version: 0.2.11
Release: 2%{?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
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -158,6 +158,9 @@ which use "unicode" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Feb 06 2020 Josh Stone <jistone@redhat.com> - 0.2.11-1
- Update to 0.2.11
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (bstr-0.2.10.crate) = 1a33b1c2aa822c7591381b6747af1976988347f9a2a96e61f9ee570d6f06d618e2861b4e207298932943aa0dd71b72505142e86d57332b84f4eb2d92e1801e85 SHA512 (bstr-0.2.11.crate) = c3533d55788a2e9c4c726e0a2ebc24c3641aaf71b51af788b62ca54ce42318d714d52373adf314c0c1b7371501e57414b0f4fff2e5bced78467fc4f214788917

Loading…
Cancel
Save