update to version 0.10.3

epel9
Fabio Valentini 4 years ago
parent d2b02dfd45
commit 59db0cd9ed
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/darling-0.8.6.crate
/darling-0.9.0.crate
/darling-0.10.2.crate
/darling-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
Name: rust-%{crate}
Version: 0.10.2
Release: 4%{?dist}
Version: 0.10.3
Release: 1%{?dist}
Summary: Proc-macro library for reading attributes into structs
# Upstream license specification: MIT
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md CHANGELOG.md
%{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
%package -n %{name}+diagnostics-devel
Summary: %{summary}
@ -63,7 +63,7 @@ This package contains library source intended for building other packages
which use "diagnostics" feature of "%{crate}" crate.
%files -n %{name}+diagnostics-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+suggestions-devel
Summary: %{summary}
@ -75,7 +75,7 @@ This package contains library source intended for building other packages
which use "suggestions" feature of "%{crate}" crate.
%files -n %{name}+suggestions-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
@ -96,6 +96,9 @@ which use "suggestions" 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-0.10.2.crate) = b312a74e577cb2f889315ae42513c7f26597faff306a40281189be2101339661772016a5e197466bd85ef94c275e811adee1b7c0772458126677d1998ed6fb15
SHA512 (darling-0.10.3.crate) = 81c691fc55a770e1e47ad8ba36cacb2951725b251dd5e6c1e47992f2aae9cf4d863a94b2ac4d41d751ff1044e5f9ede77ca018f2a1f56f43e509b317c69e2179

Loading…
Cancel
Save