Update to 1.0.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 7ef35a628c
commit d7056a2053
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -3,3 +3,4 @@
/plist-0.4.2.crate
/plist-0.5.1.crate
/plist-0.5.3.crate
/plist-1.0.0.crate

@ -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

@ -1 +1 @@
SHA512 (plist-0.5.3.crate) = 027668a043c8ae53e9be5ad22cc7e7a8674757f8dd6b79ce10c04d276e9d4dff26bd9995baa315c87982abee47611e5368ad6c65e3a1e3fb3231614da9c1402d
SHA512 (plist-1.0.0.crate) = e8d5e70fe882ce0c471f6a13ea0db897e10594ca28c8113814d7c38a3ed92c90f734ea45646ea12bd6f59c17e060d2269229d191ba9fc3d514e0fa7ce2bfb855

Loading…
Cancel
Save