|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
%global crate plist
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.5.3
|
|
|
|
|
Version: 1.0.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Rusty plist parser
|
|
|
|
|
|
|
|
|
@ -52,6 +52,18 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+enable_unstable_features_that_may_break_with_minor_version_bumps-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+enable_unstable_features_that_may_break_with_minor_version_bumps-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "enable_unstable_features_that_may_break_with_minor_version_bumps" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+enable_unstable_features_that_may_break_with_minor_version_bumps-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+serde-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -83,6 +95,9 @@ which use "serde" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun May 17 12:44:49 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.0-1
|
|
|
|
|
- Update to 1.0.0
|
|
|
|
|
|
|
|
|
|
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.5.3-1
|
|
|
|
|
- Update to 0.5.3
|
|
|
|
|
|
|
|
|
|