update to version 0.2.16

epel9
Fabio Valentini 4 years ago
parent 633e4c021b
commit b892452d92
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/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 /bstr-0.2.14.crate
/bstr-0.2.16.crate

@ -1,11 +0,0 @@
--- bstr-0.2.14/Cargo.toml 2020-10-18T16:17:01+00:00
+++ bstr-0.2.14/Cargo.toml 2020-11-11T16:57:59.188725+00:00
@@ -46,7 +46,7 @@
optional = true
default-features = false
[dev-dependencies.quickcheck]
-version = "0.8.1"
+version = "0.9"
default-features = false
[dev-dependencies.ucd-parse]

@ -1,21 +1,18 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 17
%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.14 Version: 0.2.16
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
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/bstr URL: https://crates.io/crates/bstr
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# - Bump quickcheck to 0.9 https://github.com/BurntSushi/bstr/pull/23
Patch0: bstr-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -158,6 +155,10 @@ which use "unicode" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon May 10 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.16-1
- Update to version 0.2.16.
- Fixes RHBZ#1925976
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.14-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (bstr-0.2.14.crate) = de62c0f31ad672f90a8038fa163c7cdaf474b35ec24592aee5549af7c76d43e6ed00f8d7237e15ab27576c27a7232033a217955de6a0a3b40c83661b3a7e1e8a SHA512 (bstr-0.2.16.crate) = 33e82e5637efdc2f404ab9405331ae135df12586785491c3e61e70ea8406c67e2109e550cc70a4ab8e95d054e8519c48257fd3b55ef0b67b2530914a9a0b0fac

Loading…
Cancel
Save