Update to 0.1.4

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 15841bbb98
commit 0b0220502d
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/bstr-0.1.2.crate /bstr-0.1.2.crate
/bstr-0.1.3.crate /bstr-0.1.3.crate
/bstr-0.1.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm-9-1.fc31 # Generated by rust2rpm 9
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate bstr %global crate bstr
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.3 Version: 0.1.4
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
@ -27,8 +27,8 @@ BuildRequires: (crate(ucd-parse/default) >= 0.1.3 with crate(ucd-parse/default)
BuildRequires: (crate(unicode-segmentation/default) >= 1.2.1 with crate(unicode-segmentation/default) < 2.0.0) BuildRequires: (crate(unicode-segmentation/default) >= 1.2.1 with crate(unicode-segmentation/default) < 2.0.0)
%endif %endif
%global _description \ %global _description %{expand:
A string type that is not required to be valid UTF-8. String type that is not required to be valid UTF-8.}
%description %{_description} %description %{_description}
@ -158,6 +158,9 @@ which use "unicode" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu May 30 17:40:51 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-1
- Update to 0.1.4
* Mon May 13 00:04:18 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.3-1 * Mon May 13 00:04:18 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.3-1
- Update to 0.1.3 - Update to 0.1.3

@ -1 +1 @@
SHA512 (bstr-0.1.3.crate) = 895113bb6358c8bbd24661989c4ba61e86ce5129576479e4aed3dc2aa8639ebb6085ef3af95be30387b172cc4b1f0897c12b0f699bb59056ac5b00db7086e53f SHA512 (bstr-0.1.4.crate) = e961d6ffaa4edd78fd7b6cac944013a29790cb6bee512498fb76594ca3fb2992cf69bc5d4ad7e0bac7316f4f4017ba37dbacefe794336bf1557eccffa3381051

Loading…
Cancel
Save