update to version 0.10.2

epel9
Fabio Valentini 4 years ago
parent b454fdae0d
commit 51615e20a8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/derive_builder-0.7.1.crate
/derive_builder-0.7.2.crate
/derive_builder-0.9.0.crate
/derive_builder-0.10.2.crate

@ -1,4 +1,3 @@
[DEFAULT]
unwanted-features =
compiletest_rs
nightlytests
clippy

@ -1,22 +1,18 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate derive_builder
Name: rust-%{crate}
Version: 0.9.0
Release: 7%{?dist}
Version: 0.10.2
Release: 1%{?dist}
Summary: Rust macro to automatically implement the builder pattern for arbitrary structs
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/derive_builder
Source: %{crates_source}
# Initial patched metadata
# * bump to darling 0.12 (already upstream):
# https://github.com/colin-kiegel/rust-derive-builder/commit/ee13c51
Patch0: derive_builder-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -57,64 +53,16 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+env_logger-devel
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+env_logger-devel %{_description}
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "env_logger" feature of "%{crate}" crate.
which use "std" feature of "%{crate}" crate.
%files -n %{name}+env_logger-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+log-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+log-devel %{_description}
This package contains library source intended for building other packages
which use "log" feature of "%{crate}" crate.
%files -n %{name}+log-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+logging-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+logging-devel %{_description}
This package contains library source intended for building other packages
which use "logging" feature of "%{crate}" crate.
%files -n %{name}+logging-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+skeptic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+skeptic-devel %{_description}
This package contains library source intended for building other packages
which use "skeptic" feature of "%{crate}" crate.
%files -n %{name}+skeptic-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+skeptic_tests-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+skeptic_tests-devel %{_description}
This package contains library source intended for building other packages
which use "skeptic_tests" feature of "%{crate}" crate.
%files -n %{name}+skeptic_tests-devel
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
@ -136,6 +84,9 @@ which use "skeptic_tests" feature of "%{crate}" crate.
%endif
%changelog
* Sat May 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.10.2-1
- Update to version 0.10.2.
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.0-7
- Bump to darling 0.12.

@ -1 +1 @@
SHA512 (derive_builder-0.9.0.crate) = e56a01ed13420ac024be394883e5cf148f83ea74d2488931216d84cd2e8f00953e2d61f9b81d34f18be40bda055c02614baeaa89d5fbb9d3defe9ed314f2ef95
SHA512 (derive_builder-0.10.2.crate) = 1d76ced2c6c566eee5bbe44cb437c863396f989d0f850ec2d269fb90621e8a9445e68062ec1d8eabd0fb3dbc5ccb827bc6d13d74023282f82015f84d926eb221

Loading…
Cancel
Save