Update to version 0.6.0; Fixes RHBZ#1981484

epel9
Rémi Lauzier 4 years ago
parent 94ec180a16
commit add501b59c
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/palette_derive-0.5.0.crate /palette_derive-0.5.0.crate
/palette_derive-0.6.0.crate

@ -0,0 +1,3 @@
# rust-palette_derive
The rust-palette_derive package

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate palette_derive %global crate palette_derive
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.0 Version: 0.6.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Automatically implement traits from the palette crate Summary: Automatically implement traits from the palette crate
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -36,7 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -52,18 +52,6 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+strict-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+strict-devel %{_description}
This package contains library source intended for building other packages
which use "strict" feature of "%{crate}" crate.
%files -n %{name}+strict-devel
%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
%cargo_prep %cargo_prep
@ -83,6 +71,10 @@ which use "strict" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jul 19 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.6.0-1
- Update to version 0.6.0.
- Fixes RHBZ#1981484
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (palette_derive-0.5.0.crate) = b26a69d74720d0ff4cccb5c3f72fc5a6123c429040c49fa2983ef7c64e8e81a47cad239be4968944367178e3d9badbb072a484fe7313542617e377eb7af57dec SHA512 (palette_derive-0.6.0.crate) = 3d29a4c62d88d46322a9ef176de4b6ee80805d19c811899664cd0c1f6589eb8923d01962d57bdef54e20680fa7e57d5c5bcb071ba952f0b902e822fe8944d161

Loading…
Cancel
Save