update to version 0.3.1

epel9
Fabio Valentini 4 years ago
parent 8a87e7743f
commit 2daa0a8241
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/arg_enum_proc_macro-0.1.1.crate /arg_enum_proc_macro-0.1.1.crate
/arg_enum_proc_macro-0.3.0.crate /arg_enum_proc_macro-0.3.0.crate
/arg_enum_proc_macro-0.3.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate arg_enum_proc_macro %global crate arg_enum_proc_macro
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.0 Version: 0.3.1
Release: 4%{?dist} Release: 1%{?dist}
Summary: Procedural macro compatible with clap arg_enum Summary: Procedural macro compatible with clap arg_enum
# Upstream license specification: MIT # Upstream license specification: MIT
@ -36,9 +36,9 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%doc README.md
%license LICENSE %license LICENSE
%{cargo_registry}/%{crate}-%{version}/ %doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %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
@ -67,10 +67,15 @@ which use "default" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test # skip trybuild ui tests - they fail with cosmetic string differences
%cargo_test -- -- --skip ui
%endif %endif
%changelog %changelog
* Tue Jul 20 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
- Update to version 0.3.1.
- Fixes RHBZ#1920144
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (arg_enum_proc_macro-0.3.0.crate) = fe575c5e70c132051d7900885f4aa8c0568efeb383e4f305bb62d69f70f21f1dee9d36e6715d482c594fdbc0e9bfdb445ae55e619d4ab44815b044abad4066da SHA512 (arg_enum_proc_macro-0.3.1.crate) = b4c4472393ca6ee00e5859478caefa011f0fa51acd9072457d02c0dc7a9afbf18871ff1135bfe0ac9a26b8a2c419dfdeb878f2a2cab87f8714101f1a59ea1963

Loading…
Cancel
Save