Update to version 1.5.1; Fixes RHBZ#1968687

epel10
Fabio Valentini 3 years ago
parent a41ab22c85
commit ce3dcfd03c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/serde_with_macros-1.2.2.crate
/serde_with_macros-1.3.0.crate
/serde_with_macros-1.4.1.crate
/serde_with_macros-1.5.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate serde_with_macros
Name: rust-%{crate}
Version: 1.4.1
Version: 1.5.1
Release: %autorelease
Summary: Proc-macro library for serde_with
@ -15,9 +15,6 @@ URL: https://crates.io/crates/serde_with_macros
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,12 +29,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md CHANGELOG.md
%doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (serde_with_macros-1.4.1.crate) = e7aaca8d4b033b9ce7eea4b79fd34018574ad4d1f3a688a20e9a5bcc3f4b1edb0987c0fb848b511b10c8ef90e3f93702ca9d462339b0e2e8a2b6245e5aad6e41
SHA512 (serde_with_macros-1.5.1.crate) = 5999031ec8973f9fa51ebb2920737d9ca043de87ec3ac475d98e0317edcbf673e1b48213edca8338cb80904366f8fd587fc94b1e571bcd773e85bfa21f67a9bd

Loading…
Cancel
Save