Update to version 0.11.2

epel9
Fabio Valentini 2 years ago
parent fcea7eff37
commit 289ab41df3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/derive_builder-0.7.2.crate
/derive_builder-0.9.0.crate
/derive_builder-0.10.2.crate
/derive_builder-0.11.2.crate

@ -1,11 +0,0 @@
--- derive_builder-0.9.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ derive_builder-0.9.0/Cargo.toml 2021-02-27T20:28:21.467216+00:00
@@ -30,7 +30,7 @@
optional = true
[dependencies.darling]
-version = "0.10.2"
+version = "0.12"
[dependencies.derive_builder_core]
version = "=0.9.0"

@ -1,25 +1,20 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate derive_builder
Name: rust-%{crate}
Version: 0.10.2
Name: rust-derive_builder
Version: 0.11.2
Release: %autorelease
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
License: MIT OR Apache-2.0
URL: https://crates.io/crates/derive_builder
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Rust macro to automatically implement the builder pattern for arbitrary
@ -33,13 +28,15 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -47,11 +44,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -59,11 +56,11 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (derive_builder-0.10.2.crate) = 1d76ced2c6c566eee5bbe44cb437c863396f989d0f850ec2d269fb90621e8a9445e68062ec1d8eabd0fb3dbc5ccb827bc6d13d74023282f82015f84d926eb221
SHA512 (derive_builder-0.11.2.crate) = 53c7cbaa1e95aa45cbaf5a97c440471ff7f6ffbddedf580eccdb4f8518195c582c09943eb96e698e6aa3c4794fc416da75fa0058a2dc9ec6aa10def8c65b9ac5

Loading…
Cancel
Save