|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
%global crate synstructure
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.10.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.12.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Helper methods and macros for custom derives
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
@ -53,16 +53,16 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+simple-derive-devel
|
|
|
|
|
%package -n %{name}+proc-macro-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
@ -84,6 +84,9 @@ which use "simple-derive" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|