Update to version 0.11.2

epel9
Fabio Valentini 2 years ago
parent f47d111e8a
commit 6347808c6f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/derive_builder_core-0.5.0.crate /derive_builder_core-0.5.0.crate
/derive_builder_core-0.9.0.crate /derive_builder_core-0.9.0.crate
/derive_builder_core-0.10.2.crate /derive_builder_core-0.10.2.crate
/derive_builder_core-0.11.2.crate

@ -1,9 +0,0 @@
--- derive_builder_core-0.10.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ derive_builder_core-0.10.2/Cargo.toml 2021-05-03T22:21:35.074877+00:00
@@ -33,6 +33,3 @@
features = ["full", "extra-traits"]
[dev-dependencies.pretty_assertions]
version = "0.6.1"
-
-[features]
-clippy = []

@ -1,28 +1,20 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate derive_builder_core %global crate derive_builder_core
Name: rust-%{crate} Name: rust-derive_builder_core
Version: 0.10.2 Version: 0.11.2
Release: %autorelease Release: %autorelease
Summary: Internal helper library for the derive_builder crate Summary: Internal helper library for the derive_builder crate
# Upstream license specification: MIT/Apache-2.0 # 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_core URL: https://crates.io/crates/derive_builder_core
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * drop optional clippy feature (clippy is not packaged as a crate)
Patch0: derive_builder_core-fix-metadata.diff
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Internal helper library for the derive_builder crate.} Internal helper library for the derive_builder crate.}
@ -35,13 +27,15 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%doc README.md CHANGELOG.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -49,11 +43,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -0,0 +1,3 @@
[DEFAULT]
unwanted-features =
clippy

@ -1 +1 @@
SHA512 (derive_builder_core-0.10.2.crate) = 4037d4dff2f2ade95135e28f05c0bfd792acd0faf4edb8bcc6f04b4032f222bbe9251910b79735b162101445f5f17264b8e8b9318a30aeb65c9a7ae1b178cc07 SHA512 (derive_builder_core-0.11.2.crate) = 4c77830fe455a826eb566418ff52831997764e3b09a6fb39dc7c351ff7d5d95dabad04f84359d6c8944371f6a44f787f6502dd3a25477d297014d19cfd0b79c3

Loading…
Cancel
Save