Update to 0.8.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent a27827f47a
commit b06ed5d296
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -5,3 +5,4 @@
/quickcheck-0.6.2.crate /quickcheck-0.6.2.crate
/quickcheck-0.7.1.crate /quickcheck-0.7.1.crate
/quickcheck-0.7.2.crate /quickcheck-0.7.2.crate
/quickcheck-0.8.2.crate

@ -6,24 +6,23 @@
%global crate quickcheck %global crate quickcheck
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.2 Version: 0.8.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: Automatic property based testing with shrinking Summary: Automatic property based testing with shrinking
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
License: Unlicense or MIT License: Unlicense or MIT
URL: https://crates.io/crates/quickcheck URL: https://crates.io/crates/quickcheck
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(env_logger) >= 0.5.0 with crate(env_logger) < 0.6.0) BuildRequires: (crate(env_logger) >= 0.6.0 with crate(env_logger) < 0.7.0)
BuildRequires: (crate(env_logger/regex) >= 0.5.0 with crate(env_logger/regex) < 0.6.0) BuildRequires: (crate(env_logger/regex) >= 0.6.0 with crate(env_logger/regex) < 0.7.0)
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0) BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
BuildRequires: (crate(rand/default) >= 0.5.0 with crate(rand/default) < 0.6.0) BuildRequires: (crate(rand/default) >= 0.6.5 with crate(rand/default) < 0.7.0)
BuildRequires: (crate(rand/i128_support) >= 0.5.0 with crate(rand/i128_support) < 0.6.0) BuildRequires: (crate(rand_core/default) >= 0.4.0 with crate(rand_core/default) < 0.5.0)
BuildRequires: (crate(rand_core/default) >= 0.2.1 with crate(rand_core/default) < 0.3.0)
%global _description \ %global _description \
Automatic property based testing with shrinking. Automatic property based testing with shrinking.
@ -68,18 +67,6 @@ which use "env_logger" feature of "%{crate}" crate.
%files -n %{name}+env_logger-devel %files -n %{name}+env_logger-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+i128-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+i128-devel %{_description}
This package contains library source intended for building other packages
which use "i128" feature of "%{crate}" crate.
%files -n %{name}+i128-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+log-devel %package -n %{name}+log-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -129,7 +116,7 @@ which use "use_logging" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%build %build
@ -144,6 +131,9 @@ which use "use_logging" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.2-1
- Update to 0.8.2
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-2 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (quickcheck-0.7.2.crate) = 95157bc6a3a607a47b9356a9201bf93a44678be624651c06a1546c763055bef05dfec8099241214a5c9036c3807d61611778c798a6ad7a0efe149c098f5c2a69 SHA512 (quickcheck-0.8.2.crate) = 29bc33d1ae0e0ac285f632807a7bd4118c7f7d787ef23af1236a7085f8ebd0c34e1c39a300c97e83707a3f82cc766c3501bde5b54de6aceb4af10d34ab4dd36d

Loading…
Cancel
Save