Update to 0.12.3

epel9
Josh Stone 5 years ago
parent 332b2a0b9f
commit 9c08c1527a

1
.gitignore vendored

@ -5,3 +5,4 @@
/synstructure-0.10.0.crate /synstructure-0.10.0.crate
/synstructure-0.10.1.crate /synstructure-0.10.1.crate
/synstructure-0.10.2.crate /synstructure-0.10.2.crate
/synstructure-0.12.3.crate

@ -6,8 +6,8 @@
%global crate synstructure %global crate synstructure
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.2 Version: 0.12.3
Release: 3%{?dist} Release: 1%{?dist}
Summary: Helper methods and macros for custom derives Summary: Helper methods and macros for custom derives
# Upstream license specification: MIT # Upstream license specification: MIT
@ -53,16 +53,16 @@ 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}/Cargo.toml
%package -n %{name}+simple-derive-devel %package -n %{name}+proc-macro-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+simple-derive-devel %{_description} %description -n %{name}+proc-macro-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages
which use "simple-derive" feature of "%{crate}" crate. which use "proc-macro" feature of "%{crate}" crate.
%files -n %{name}+simple-derive-devel %files -n %{name}+proc-macro-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
@ -84,6 +84,9 @@ which use "simple-derive" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Nov 23 2019 Josh Stone <jistone@redhat.com> - 0.12.3-1
- Update to 0.12.3
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-3 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (synstructure-0.10.2.crate) = 48da0daf778cd18547e51a080f1e86149534527f20026601b21423c9f89cf6adb7a121b01dd9bb0b680403eb728a92e75242e5ae31a725ea5b1f19c5f47f0458 SHA512 (synstructure-0.12.3.crate) = 919f908c679439cb9c2e60ee8672484504f03781412fd13f5cbd745a86ed794691665bcd7ea995667e89344d0eab725125fb0027c60f240290b300d04be26a59

Loading…
Cancel
Save