bump to darling 0.12

epel9
Fabio Valentini 4 years ago
parent 06789372ce
commit 50ba2e3d71
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,11 @@
--- derive_builder_core-0.9.0/Cargo.toml 2019-11-07T20:52:44+00:00
+++ derive_builder_core-0.9.0/Cargo.toml 2021-02-27T20:26:31.888507+00:00
@@ -20,7 +20,7 @@
license = "MIT/Apache-2.0"
repository = "https://github.com/colin-kiegel/rust-derive-builder"
[dependencies.darling]
-version = "0.10.2"
+version = "0.12"
[dependencies.log]
version = "0.4"

@ -1,4 +1,4 @@
# Generated by rust2rpm 11 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,13 +6,17 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.0 Version: 0.9.0
Release: 5%{?dist} Release: 6%{?dist}
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 ASL 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
# * bump to darling 0.12 (already upstream):
# https://github.com/colin-kiegel/rust-derive-builder/commit/ee13c51
Patch0: derive_builder_core-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -38,7 +42,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +54,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+log-devel %package -n %{name}+log-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +66,7 @@ This package contains library source intended for building other packages
which use "log" feature of "%{crate}" crate. which use "log" feature of "%{crate}" crate.
%files -n %{name}+log-devel %files -n %{name}+log-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+logging-devel %package -n %{name}+logging-devel
Summary: %{summary} Summary: %{summary}
@ -74,7 +78,7 @@ This package contains library source intended for building other packages
which use "logging" feature of "%{crate}" crate. which use "logging" feature of "%{crate}" crate.
%files -n %{name}+logging-devel %files -n %{name}+logging-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -95,6 +99,9 @@ which use "logging" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.0-6
- Bump to darling 0.12.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-5 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save