Update to version 0.10.0; Fixes RHBZ#2299408

epel10 imports/epel10/rust-enumset_derive-0.10.0-1.el10
Fabio Valentini 7 months ago
parent 2e56974405
commit 6a2e65137b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/enumset_derive-0.5.1.crate
/enumset_derive-0.5.4.crate
/enumset_derive-0.8.1.crate
/enumset_derive-0.10.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate enumset_derive
Name: rust-enumset_derive
Version: 0.8.1
Version: 0.10.0
Release: %autorelease
Summary: Internal helper crate for enumset
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/enumset_derive
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
An internal helper crate for enumset. Not public API.}
@ -72,8 +72,20 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std_deprecation_warning-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std_deprecation_warning-devel %{_description}
This package contains library source intended for building other packages which
use the "std_deprecation_warning" feature of the "%{crate}" crate.
%files -n %{name}+std_deprecation_warning-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1,2 +0,0 @@
[DEFAULT]
summary = Internal helper crate for enumset

@ -0,0 +1,3 @@
[package]
summary = "Internal helper crate for enumset"

@ -1 +1 @@
SHA512 (enumset_derive-0.8.1.crate) = 9ff87a0a5dbee945b58987f9d26200efa5e8d5c085ceda6e44ff9cc1b05bd903cdda632e459b26415e7e2195af79aa51b8e95fb9ee7917fc74a6102f220e5148
SHA512 (enumset_derive-0.10.0.crate) = 614f117894761550be7984b8136542624d9862589e9edeaa7768f187f3be918d857dccea0d40c308f7905c7fe540e42b3e0bbbf9cff97d661526d472da4cfa0a

Loading…
Cancel
Save