Update to 0.9.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 87c9b5a2ca
commit 8c118dce5c
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,3 +1,4 @@
/cargo_metadata-0.7.3.crate /cargo_metadata-0.7.3.crate
/cargo_metadata-0.7.4.crate /cargo_metadata-0.7.4.crate
/cargo_metadata-0.8.1.crate /cargo_metadata-0.8.1.crate
/cargo_metadata-0.9.1.crate

@ -1,11 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 12
# * Tests require network
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate cargo_metadata %global crate cargo_metadata
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.1 Version: 0.9.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Structured access to the output of `cargo metadata` Summary: Structured access to the output of `cargo metadata`
@ -38,7 +39,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT %license LICENSE-MIT
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. 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_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -71,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Dec 15 13:02:18 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.1-1
- Update to 0.9.1
* Wed Jul 31 20:53:08 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.1-1 * Wed Jul 31 20:53:08 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.1-1
- Release 0.8.1 - Release 0.8.1

@ -1 +1 @@
SHA512 (cargo_metadata-0.8.1.crate) = fd0ff1c3d9d7f8308a6377dc9719655dd491daeb85603c86ce5cd54f9eb095009a1774d418a58931d3f693e71042fcc96ed34d09201c824bcb7cabe5f1c845f3 SHA512 (cargo_metadata-0.9.1.crate) = d1c0ff7625d0479764305b33410d8c95d5dcb3c8154cf18f84c7d5b63809dcf6a998e3f511d8245f399701d08ea54864b1f976b40db968eeb094813ff473a01f

Loading…
Cancel
Save