Update to version 0.7.3; Fixes RHBZ#2107822

epel9 imports/e9/rust-palette_derive-0.7.3-1.el9
Fabio Valentini 1 year ago
parent 1e637f4896
commit bba3032445
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/palette_derive-0.5.0.crate /palette_derive-0.5.0.crate
/palette_derive-0.6.0.crate /palette_derive-0.6.0.crate
/palette_derive-0.7.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate palette_derive %global crate palette_derive
Name: rust-palette_derive Name: rust-palette_derive
Version: 0.6.0 Version: 0.7.3
Release: %autorelease Release: %autorelease
Summary: Automatically implement traits from the palette crate Summary: Automatically implement traits from the palette crate
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/palette_derive URL: https://crates.io/crates/palette_derive
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Automatically implement traits from the palette crate.} Automatically implement traits from the palette crate.}
@ -47,8 +47,20 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+find-crate-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+find-crate-devel %{_description}
This package contains library source intended for building other packages which
use the "find-crate" feature of the "%{crate}" crate.
%files -n %{name}+find-crate-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (palette_derive-0.6.0.crate) = 3d29a4c62d88d46322a9ef176de4b6ee80805d19c811899664cd0c1f6589eb8923d01962d57bdef54e20680fa7e57d5c5bcb071ba952f0b902e822fe8944d161 SHA512 (palette_derive-0.7.3.crate) = 6a3d4d056e3f64aad47a547504599e61756ea785a9583d9ef977f974036dc0a1e333380fa5b8abc88d5cc16c3efc18dd93102fd54f86087c8d0694ceafe7426b

Loading…
Cancel
Save