Update to version 0.6.0

epel10 imports/epel10/rust-derive-new-0.6.0-1.el10
Fabio Valentini 4 months ago
parent 4630e9bf70
commit c7e140b2d4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/derive-new-0.5.9.crate
/derive-new-0.6.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate derive-new
Name: rust-derive-new
Version: 0.5.9
Version: 0.6.0
Release: %autorelease
Summary: Derive simple constructor functions for structs and enums
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/derive-new
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
`#[derive(new)]` implements simple constructor functions for structs and
@ -60,7 +60,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 +1 @@
SHA512 (derive-new-0.5.9.crate) = 9ce0991fe63d8339a88d9552fcd8cc744d8bbc2c6525f60959faf519e1ffa84256c773291df2101912483c0d9accd4fe5f7dbb199dbd36d299ceae8f607e0b30
SHA512 (derive-new-0.6.0.crate) = 2f603df3765657e1dc857012610d849705002c8f710136ddf4717cde5d7f827d7d886074a08ec75d4678601c17b8cac83961db25bd10e49840777a4e89c4f7cd

Loading…
Cancel
Save