Update to version 0.7.0; Fixes RHBZ#2016604

epel9
Fabio Valentini 3 years ago
parent cb8a4c452f
commit 4e4163d83f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/ron-0.6.2.crate /ron-0.6.2.crate
/ron-0.6.4.crate /ron-0.6.4.crate
/ron-0.6.5.crate /ron-0.6.5.crate
/ron-0.7.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ron %global crate ron
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.5 Version: 0.7.0
Release: %autorelease Release: %autorelease
Summary: Rusty Object Notation Summary: Rusty Object Notation
@ -15,9 +15,6 @@ URL: https://crates.io/crates/ron
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -32,12 +29,12 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%doc README.md CHANGELOG.md %doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+indexmap-devel %{_description} %description -n %{name}+indexmap-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "indexmap" feature of "%{crate}" crate. use the "indexmap" feature of the "%{crate}" crate.
%files -n %{name}+indexmap-devel %files -n %{name}+indexmap-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (ron-0.6.5.crate) = f21bf816939924a2dc318f3e8cf3ffb9fc841d047c5d150f97bd74611ba20e73fe564c828981d28da4175b61352742fff5f636e5f145f28f0ab401be772802d0 SHA512 (ron-0.7.0.crate) = 1d690def70a47df838c69c042fd183037ca1b6becf2e013d9c30944e2d77b89249c22fdcb286a720c0ee181051b8ea19f62971ef3762f63fc121570d8fdd7fbf

Loading…
Cancel
Save