Update to 0.12.4

epel9
Josh Stone 5 years ago
parent 3924c46cb2
commit f22621bf6d

1
.gitignore vendored

@ -6,3 +6,4 @@
/synstructure-0.10.1.crate
/synstructure-0.10.2.crate
/synstructure-0.12.3.crate
/synstructure-0.12.4.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
# * synstructure_test_traits is not packaged
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate synstructure
Name: rust-%{crate}
Version: 0.12.3
Release: 2%{?dist}
Version: 0.12.4
Release: 1%{?dist}
Summary: Helper methods and macros for custom derives
# Upstream license specification: MIT
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.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}+proc-macro-devel
Summary: %{summary}
@ -63,7 +63,7 @@ This package contains library source intended for building other packages
which use "proc-macro" feature of "%{crate}" crate.
%files -n %{name}+proc-macro-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
@ -84,6 +84,9 @@ which use "proc-macro" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jun 11 2020 Josh Stone <jistone@redhat.com> - 0.12.4-1
- Update to 0.12.4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (synstructure-0.12.3.crate) = 919f908c679439cb9c2e60ee8672484504f03781412fd13f5cbd745a86ed794691665bcd7ea995667e89344d0eab725125fb0027c60f240290b300d04be26a59
SHA512 (synstructure-0.12.4.crate) = ab3024644719c4afc9c06a4d3c499fd4934c104409d38197a46d62c9ce30414f88b3e7bcdd7f245cfd207489fb54ba41e5cfc1db94b0dd12fb01e9c00c861c47

Loading…
Cancel
Save