update to version 0.10.3

epel9
Fabio Valentini 4 years ago
parent 596ba50ccd
commit f7baae0805
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/darling_macro-0.8.6.crate
/darling_macro-0.9.0.crate
/darling_macro-0.10.2.crate
/darling_macro-0.10.3.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 11
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate darling_macro
Name: rust-%{crate}
Version: 0.10.2
Release: 4%{?dist}
Version: 0.10.3
Release: 1%{?dist}
Summary: Internal support for a proc-macro library for reading attributes into structs
# Upstream license specification: MIT
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Dec 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.3-1
- Update to version 0.10.3.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (darling_macro-0.10.2.crate) = 43a0e9091fe12ec986e229a73bc41e23b1815fecfe62df8eed74d2ef33f5c329c444f1568d3c966554ff0bb29220146ba8f30d1c2d77ed7dea9adea10dacd152
SHA512 (darling_macro-0.10.3.crate) = 0a6e182e5362d829be2c50db94ec5082dc1912f8bb13057dbe45a3ef88044413315216e704087d7ef9956e751bc3d061cc6f9c03adce86ec4988ce20fba9fc3d

Loading…
Cancel
Save