Update to version 1.11.0; Fixes RHBZ#2326142

epel10 imports/epel10/rust-bstr-1.11.0-1.el10
Fabio Valentini 2 months ago
parent eac0abc3c2
commit 5a72bf9090
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -22,3 +22,4 @@
/bstr-1.9.0.crate /bstr-1.9.0.crate
/bstr-1.9.1.crate /bstr-1.9.1.crate
/bstr-1.10.0.crate /bstr-1.10.0.crate
/bstr-1.11.0.crate

@ -1,6 +1,6 @@
--- bstr-1.10.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- bstr-1.11.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bstr-1.10.0/Cargo.toml 2024-07-26T17:42:17.387824+00:00 +++ bstr-1.11.0/Cargo.toml 2024-12-04T22:38:17.432115+00:00
@@ -39,7 +39,7 @@ @@ -40,7 +40,7 @@
"text-processing", "text-processing",
"encoding", "encoding",
] ]

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate bstr %global crate bstr
Name: rust-bstr Name: rust-bstr
Version: 1.10.0 Version: 1.11.0
Release: %autorelease Release: %autorelease
Summary: String type that is not required to be valid UTF-8 Summary: String type that is not required to be valid UTF-8

@ -1 +1 @@
SHA512 (bstr-1.10.0.crate) = 823abdbda9b13802facc7d6b1ed9ad809ed3b0b827d26e418348ffb8481b5f5735f129c5a9a8c7b2ab010d7f32ca57cba69a1ee10a64225c54c6ceacd22c05d2 SHA512 (bstr-1.11.0.crate) = e4534db9f27184134264dfb16ffc79b7d2374e79ef50400cee4cf44c1e9d7d0b9f7ab8fa034493b5a1ef835c797214bfb399ae95d4b670b3283180fded414ba9

Loading…
Cancel
Save