Update to 0.3.10

epel9
Josh Stone 5 years ago
parent f1bbb41e3d
commit 35964c395d

1
.gitignore vendored

@ -1 +1,2 @@
/erased-serde-0.3.9.crate /erased-serde-0.3.9.crate
/erased-serde-0.3.10.crate

@ -1,31 +1,28 @@
# Generated by rust2rpm # Generated by rust2rpm 13
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate erased-serde %global crate erased-serde
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.9 Version: 0.3.10
Release: 2%{?dist} Release: 1%{?dist}
Summary: Type-erased Serialize and Serializer traits Summary: Type-erased Serialize and Serializer traits
# Upstream license specification: MIT/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/erased-serde URL: https://crates.io/crates/erased-serde
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
BuildRequires: (crate(serde/default) >= 1.0.63 with crate(serde/default) < 2.0.0)
%if %{with check}
BuildRequires: (crate(serde_cbor/default) >= 0.9.0 with crate(serde_cbor/default) < 0.10.0)
BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0)
BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0)
%endif
%global _description \ %global _description %{expand:
Type-erased Serialize and Serializer traits. Type-erased Serialize and Serializer traits.}
%description %{_description} %description %{_description}
@ -41,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%doc README.md %doc README.md
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -53,7 +50,7 @@ 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
%package -n %{name}+unstable-debug-devel %package -n %{name}+unstable-debug-devel
Summary: %{summary} Summary: %{summary}
@ -65,12 +62,15 @@ This package contains library source intended for building other packages
which use "unstable-debug" feature of "%{crate}" crate. which use "unstable-debug" feature of "%{crate}" crate.
%files -n %{name}+unstable-debug-devel %files -n %{name}+unstable-debug-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
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -83,6 +83,9 @@ which use "unstable-debug" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Jan 07 2020 Josh Stone <jistone@redhat.com> - 0.3.10-1
- Update to 0.3.10
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (erased-serde-0.3.9.crate) = 8226554d5606088dd11f68414e10e822b54caee6ec051fde2267be41de1f06485a47639e910ac1d8a32c72c3212738734dd58aa6958a0f0a96c8c178bf31f3af SHA512 (erased-serde-0.3.10.crate) = 30d51f4a65fd993bf8d6c10cbc8ac9b329dd38ba77e2374a05cc0b2e48708166aa606487ecc18324837739d039c2c4ab62067d5807c6a616049dd2f604bee7b0

Loading…
Cancel
Save