Compare commits

...

7 Commits

Author SHA1 Message Date
Fabio Valentini 03126d6d20
Update to version 0.20.2; Fixes RHBZ#2317284
4 months ago
Fabio Valentini b454be2733
Bump pretty_assertions dev-dependency from 0.6 to 1
5 months ago
Fabio Valentini 53a67ef7a8
Update to version 0.20.1; Fixes RHBZ#2309034
5 months ago
Fedora Release Engineering d0d1b81cab Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini d7c7908e08
Update to version 0.20.0; Fixes RHBZ#2259681
11 months ago
Fedora Release Engineering 360259f617 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fedora Release Engineering ee2fb1a7dc Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

3
.gitignore vendored

@ -4,3 +4,6 @@
/derive_builder-0.10.2.crate
/derive_builder-0.11.2.crate
/derive_builder-0.12.0.crate
/derive_builder-0.20.0.crate
/derive_builder-0.20.1.crate
/derive_builder-0.20.2.crate

@ -1,8 +1,14 @@
--- derive_builder-0.12.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ derive_builder-0.12.0/Cargo.toml 2023-05-25T16:44:31.340112+00:00
@@ -56,5 +56,3 @@
--- derive_builder-0.20.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ derive_builder-0.20.2/Cargo.toml 2024-10-23T13:48:52.573975+00:00
@@ -196,10 +196,8 @@
default = ["std"]
std = []
std = ["derive_builder_macro/lib_has_std"]
-[target."cfg(compiletests)".dev-dependencies.trybuild]
-version = "1.0.38"
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(compiletests)"]
+

@ -1,22 +1,21 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate derive_builder
Name: rust-derive_builder
Version: 0.12.0
Version: 0.20.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 Apache-2.0
URL: https://crates.io/crates/derive_builder
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
# Automatically generated patch to strip dependencies and normalize metadata
Patch: derive_builder-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Rust macro to automatically implement the builder pattern for arbitrary
@ -52,6 +51,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
@ -65,7 +76,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

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

@ -0,0 +1,3 @@
[features]
hide = ["clippy"]

@ -1 +1 @@
SHA512 (derive_builder-0.12.0.crate) = 3ba06c1d53f69ffca5a56edcd1173e9b5d67b9a5b00025c36fef04fa06a3046188ed503e1c0c8d56b26411b5199c3a152f284965f13ad8b346b6750ca9e00f0f
SHA512 (derive_builder-0.20.2.crate) = 75d08f4c106ee5df795ebc8be3dcf34dada037c7566b20bfb52243e16f288b440c723fd17343a654d2f170c056a4197704b9c6b69c8e0d1b250039bee43fd872

Loading…
Cancel
Save