Update to 0.4.1

epel9
Josh Stone 5 years ago
parent 20b37afb71
commit 6379628255

1
.gitignore vendored

@ -1,2 +1,3 @@
/owning_ref-0.3.3.crate
/owning_ref-0.4.0.crate
/owning_ref-0.4.1.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm
# Generated by rust2rpm 13
# * Tests are run in infrastructure
%bcond_with check
%global debug_package %{nil}
@ -6,21 +6,24 @@
%global crate owning_ref
Name: rust-%{crate}
Version: 0.4.0
Release: 4%{?dist}
Version: 0.4.1
Release: 1%{?dist}
Summary: Library for creating references that carry their owner with them
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/owning_ref
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: (crate(stable_deref_trait/default) >= 1.0.0 with crate(stable_deref_trait/default) < 2.0.0)
%global _description \
A library for creating references that carry their owner with them.
%global _description %{expand:
A library for creating references that carry their owner with them.}
%description %{_description}
@ -36,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -48,12 +51,15 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -66,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Feb 27 2020 Josh Stone <jistone@redhat.com> - 0.4.1-1
- Update to 0.4.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (owning_ref-0.4.0.crate) = 51bb1cb259452f7395bce0ac4e7d2d6f3733dfe7a8a1a46d50179516ef921924f745a248e4816da5e434b589b5956a20ca554f9a93790b2ed1c55451b9b885ba
SHA512 (owning_ref-0.4.1.crate) = 15ecf5c53a675f7c96f850f54bea5fde63f8cfe22ad5c01941f67695154a39950087bd72bbd9a2f9e76825a3fb8dd1d20ba92335f265f4aa273e1086773b918c

Loading…
Cancel
Save