update to version 0.4.1

epel10
Fabio Valentini 4 years ago
parent a87876ebc1
commit 52b48ab3fc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/mktemp-0.4.0.crate
/mktemp-0.4.1.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm
%bcond_with check
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate mktemp
Name: rust-%{crate}
Version: 0.4.0
Release: 5%{?dist}
Summary: mktemp files and directories
Version: 0.4.1
Release: 1%{?dist}
Summary: Mktemp files and directories
# Upstream license specification: MPL-2.0
License: MPLv2.0
@ -15,13 +15,14 @@ URL: https://crates.io/crates/mktemp
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: (crate(uuid/default) >= 0.7.0 with crate(uuid/default) < 0.8.0)
BuildRequires: (crate(uuid/v4) >= 0.7.0 with crate(uuid/v4) < 0.8.0)
%global _description \
mktemp files and directories.
%global _description %{expand:
Mktemp files and directories.}
%description %{_description}
@ -37,7 +38,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}
@ -49,12 +50,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_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -67,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jan 12 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.1-1
- Update to version 0.4.1.
- Fixes RHBZ#1912715
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-5
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (mktemp-0.4.0.crate) = 3f660b9f1732daa186416560ea04d14c7411abc6ed9e8cf92752ff07a4a7c3ccd2b91f3fcc7473f55d54fcb17903a66380abb285aeea455a460104c102c3a15d
SHA512 (mktemp-0.4.1.crate) = cea41f8bbd6252b8ed342bbf93753c624e068fc9792e459a79e2ccee4c1a735e0159117de39e050ee671ef1c6503b9ca1f04315ca8ab6f38b4e80a56ebc6a130

Loading…
Cancel
Save