Update to 0.7.0

epel9
Josh Stone 5 years ago
parent b111360055
commit f88289c24e

1
.gitignore vendored

@ -1,3 +1,4 @@
/untrusted-0.6.0.crate /untrusted-0.6.0.crate
/untrusted-0.6.1.crate /untrusted-0.6.1.crate
/untrusted-0.6.2.crate /untrusted-0.6.2.crate
/untrusted-0.7.0.crate

@ -1,25 +1,29 @@
# Generated by rust2rpm # Generated by rust2rpm 12
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate untrusted %global crate untrusted
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.2 Version: 0.7.0
Release: 5%{?dist} Release: 1%{?dist}
Summary: Safe and fast parsing of untrusted inputs in Rust Summary: Safe and fast parsing of untrusted inputs in Rust
# Upstream license specification: ISC
License: ISC License: ISC
URL: https://crates.io/crates/untrusted URL: https://crates.io/crates/untrusted
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description \ %global _description %{expand:
Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted\ Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted
inputs in Rust. inputs in Rust.}
%description %{_description} %description %{_description}
@ -33,8 +37,9 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%doc README.md
%license LICENSE.txt %license LICENSE.txt
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -46,13 +51,16 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
sed -i 's/\r$//' LICENSE.txt sed -i 's/\r$//' LICENSE.txt
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -65,6 +73,9 @@ sed -i 's/\r$//' LICENSE.txt
%endif %endif
%changelog %changelog
* Tue Dec 17 2019 Josh Stone <jistone@redhat.com> - 0.7.0-1
- Update to 0.7.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-5 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (untrusted-0.6.2.crate) = 45ef8c556a13868a13d5bc6aac26281677edc7bc647b03b51a1294cf83d7699c712c1bc0a1453dbea643207f9aede11550aa7b16750d83048f88ac7a8c93b574 SHA512 (untrusted-0.7.0.crate) = 8551775e5af867bf46e3c9bdf14a0cd394700e40eabd2f8f8494732176814dc40c3de4ac101035434ffcfc593d056559868f7372471a27e4f73dcc1979ec3aea

Loading…
Cancel
Save