Update to version 0.9.0; Fixes RHBZ#1956576

epel9 imports/e9/rust-untrusted-0.9.0-1.el9
Fabio Valentini 1 year ago
parent db674eaa02
commit db09e53340
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/untrusted-0.6.2.crate /untrusted-0.6.2.crate
/untrusted-0.7.0.crate /untrusted-0.7.0.crate
/untrusted-0.7.1.crate /untrusted-0.7.1.crate
/untrusted-0.9.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate untrusted %global crate untrusted
Name: rust-untrusted Name: rust-untrusted
Version: 0.7.1 Version: 0.9.0
Release: %autorelease Release: %autorelease
Summary: Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs Summary: Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs
@ -13,7 +13,7 @@ License: ISC
URL: https://crates.io/crates/untrusted URL: https://crates.io/crates/untrusted
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of
@ -48,10 +48,8 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
# clean up CRLF line endings in license file
sed -i 's/\r$//' LICENSE.txt
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires

@ -1 +1 @@
SHA512 (untrusted-0.7.1.crate) = 5ebe3266912e4e78fdfdd13f9fcc07e9cf489d19d5e9ff346486f47aa58a0aca35278d561612c49eb3cab5a6759ac974d3b92bfabc399e1bc0808428dc347be0 SHA512 (untrusted-0.9.0.crate) = 5929e4079c1c2ff933ae8d8f59a2ecc7a424e71a20d1b8821f75925af68bdf82604b024c008e5464b02e25ff093e561a352b685e755b3d0b27e4c30254689416

Loading…
Cancel
Save