Update to 0.4.4

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 9098f0f9e8
commit 03ad510212
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -1 +1,2 @@
/arbitrary-0.2.0.crate /arbitrary-0.2.0.crate
/arbitrary-0.4.4.crate

@ -1,21 +1,15 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 13
# * https://github.com/rust-fuzz/rust_arbitrary/issues/10
%if 0%{?__isa_bits} == 32
%bcond_with check
%else
%bcond_without check %bcond_without check
%endif
%global debug_package %{nil} %global debug_package %{nil}
%global crate arbitrary %global crate arbitrary
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.0 Version: 0.4.4
Release: 2%{?dist} Release: 1%{?dist}
Summary: Arbitrary trait for generating structured data from unstructured data Summary: Trait for generating structured data from unstructured data
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
# * https://github.com/rust-fuzz/rust_arbitrary/issues/9
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/arbitrary URL: https://crates.io/crates/arbitrary
Source: %{crates_source} Source: %{crates_source}
@ -28,7 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Arbitrary trait for generating structured data from unstructured data.} Trait for generating structured data from unstructured data.}
%description %{_description} %description %{_description}
@ -42,7 +36,8 @@ 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-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -57,6 +52,30 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+derive-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+derive-devel %{_description}
This package contains library source intended for building other packages
which use "derive" feature of "%{crate}" crate.
%files -n %{name}+derive-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+derive_arbitrary-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+derive_arbitrary-devel %{_description}
This package contains library source intended for building other packages
which use "derive_arbitrary" feature of "%{crate}" crate.
%files -n %{name}+derive_arbitrary-devel
%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
@ -76,6 +95,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon May 18 10:26:58 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.4-1
- Update to 0.4.4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (arbitrary-0.2.0.crate) = 995e99bdea49ccd2bc153569cfc24c0e936e719a1cbd32471abbaf9d2a148daa76b735576c5dc802c6eb6eb0b913ddb6a1431e8b1d05eac4674786be07435677 SHA512 (arbitrary-0.4.4.crate) = 2f04b28409baadfa5ecb07fbbe014fdb45502af3d8c7bde654959d0400783db1f145d43bd0ee458288a46e32a3319bbc8b51c3936963450532325fda8d9505cd

Loading…
Cancel
Save