Update to version 1.0.0; Fixes RHBZ#1914275

epel9
Fabio Valentini 3 years ago
parent bd4baa878a
commit 739ebdf47b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/quickcheck_macros-0.9.1.crate /quickcheck_macros-0.9.1.crate
/quickcheck_macros-1.0.0.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate quickcheck_macros %global crate quickcheck_macros
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.1 Version: 1.0.0
Release: %autorelease Release: %autorelease
Summary: Macro attribute for quickcheck Summary: Macro attribute for quickcheck
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
# https://github.com/BurntSushi/quickcheck/issues/258
License: Unlicense or MIT License: Unlicense or MIT
URL: https://crates.io/crates/quickcheck_macros URL: https://crates.io/crates/quickcheck_macros
Source: %{crates_source} Source: %{crates_source}
@ -37,6 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license COPYING LICENSE-MIT UNLICENSE
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (quickcheck_macros-0.9.1.crate) = 1b014d1b6c8f8e97dbf00eef7b1bcb78605db609f0878ee9337644cb47d9cad9fd35f6db8475ad840cd172de65b3f448616f407b9b2fa1a7e775992dd3c762d9 SHA512 (quickcheck_macros-1.0.0.crate) = f7de86f76a53fc36063f10f5405979677a2e48a96d13c439a4aa98e89ec7f3c3cae324b8dd789a5236630110ac9a1763f28361442cca08d1a1ef458c7bfadd55

Loading…
Cancel
Save