update to version 0.2.14

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

1
.gitignore vendored

@ -9,3 +9,4 @@
/bstr-0.2.11.crate /bstr-0.2.11.crate
/bstr-0.2.12.crate /bstr-0.2.12.crate
/bstr-0.2.13.crate /bstr-0.2.13.crate
/bstr-0.2.14.crate

@ -1,5 +1,5 @@
--- bstr-0.2.8/Cargo.toml 1970-01-01T00:00:00+00:00 --- bstr-0.2.14/Cargo.toml 2020-10-18T16:17:01+00:00
+++ bstr-0.2.8/Cargo.toml 2019-09-13T15:27:39.360746+00:00 +++ bstr-0.2.14/Cargo.toml 2020-11-11T16:57:59.188725+00:00
@@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
optional = true optional = true
default-features = false default-features = false

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate bstr %global crate bstr
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.13 Version: 0.2.14
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,10 @@ which use "unicode" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Nov 11 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.14-1
- Update to version 0.2.14.
- Fixes RHBZ#1889162
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.13-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (bstr-0.2.13.crate) = f1f778262269dfea6ba1cf953a5177107c2e1e838248a67588283ee11efa81adfa30498c7cfb20422e0955544a07d2a8f86c4eefc78e9f407a92be9591e26fe5 SHA512 (bstr-0.2.14.crate) = de62c0f31ad672f90a8038fa163c7cdaf474b35ec24592aee5549af7c76d43e6ed00f8d7237e15ab27576c27a7232033a217955de6a0a3b40c83661b3a7e1e8a

Loading…
Cancel
Save