Update to 0.11.4

epel9
Josh Stone 5 years ago
parent 7a8d7c3922
commit 9a278b7c65

1
.gitignore vendored

@ -6,3 +6,4 @@
/serde_bytes-0.11.1.crate
/serde_bytes-0.11.2.crate
/serde_bytes-0.11.3.crate
/serde_bytes-0.11.4.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 11
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate serde_bytes
Name: rust-%{crate}
Version: 0.11.3
Release: 2%{?dist}
Version: 0.11.4
Release: 1%{?dist}
Summary: Optimized handling of `&[u8]` and `Vec<u8>` for Serde
# Upstream license specification: MIT OR Apache-2.0
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "alloc" feature of "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -95,6 +95,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Tue May 05 2020 Josh Stone <jistone@redhat.com> - 0.11.4-1
- Update to 0.11.4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (serde_bytes-0.11.3.crate) = 24773d37878ef6e7d0a110c634a0e729d4c7f992b76fdf61e0bae186640ade0dd51a64d2c3527dc612dd9c30ad4670b1b6fe98edb7e988ccdd253c5ef0779004
SHA512 (serde_bytes-0.11.4.crate) = c1e01efc5cf5d86a20c6fba45e4ef1dcdd7aa6182e77e469b2f8cb6030aeb07a7d77a519d464b7d7240e8157d4d765836e640dafc574cb3633583eb4407adb75

Loading…
Cancel
Save