update to version 0.10.2

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/derive_builder_core-0.4.1.crate
/derive_builder_core-0.5.0.crate
/derive_builder_core-0.9.0.crate
/derive_builder_core-0.10.2.crate

@ -1,11 +1,9 @@
--- 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"
--- 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,12 +1,12 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate derive_builder_core
Name: rust-%{crate}
Version: 0.9.0
Release: 6%{?dist}
Version: 0.10.2
Release: 1%{?dist}
Summary: Internal helper library for the derive_builder crate
# Upstream license specification: MIT/Apache-2.0
@ -14,8 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/derive_builder_core
Source: %{crates_source}
# Initial patched metadata
# * bump to darling 0.12 (already upstream):
# https://github.com/colin-kiegel/rust-derive-builder/commit/ee13c51
# * drop optional clippy feature (clippy is not packaged as a crate)
Patch0: derive_builder_core-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -56,30 +55,6 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -99,6 +74,9 @@ which use "logging" feature of "%{crate}" crate.
%endif
%changelog
* Mon May 03 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-6
- Bump to darling 0.12.

@ -1 +1 @@
SHA512 (derive_builder_core-0.9.0.crate) = 432e17868ffbbf6e776ae885eac33617ce06e5f1cb9610e2ced4f17a0d2aa46d3576ec3249f92275379d875cd90dd86ba4de882089ad620fe6497fcd301e4fdf
SHA512 (derive_builder_core-0.10.2.crate) = 4037d4dff2f2ade95135e28f05c0bfd792acd0faf4edb8bcc6f04b4032f222bbe9251910b79735b162101445f5f17264b8e8b9318a30aeb65c9a7ae1b178cc07

Loading…
Cancel
Save