update to version 0.1.45

epel9
Fabio Valentini 4 years ago
parent 7bc0d6104e
commit 0a78164d0b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/cmake-0.1.42.crate
/cmake-0.1.43.crate
/cmake-0.1.44.crate
/cmake-0.1.45.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate cmake
Name: rust-%{crate}
Version: 0.1.44
Release: 2%{?dist}
Summary: Build dependency for running `cmake` to build a native library
Version: 0.1.45
Release: 1%{?dist}
Summary: Build dependency for running cmake to build a native library
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
@ -20,6 +20,7 @@ BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: /usr/bin/cmake
%global _description %{expand:
Build dependency for running `cmake` to build a native library.}
@ -59,9 +60,6 @@ which use "default" feature of "%{crate}" crate.
%generate_buildrequires
%cargo_generate_buildrequires
%if %{with check}
echo '/usr/bin/cmake'
%endif
%build
%cargo_build
@ -75,6 +73,10 @@ echo '/usr/bin/cmake'
%endif
%changelog
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.45-1
- Update to version 0.1.45.
- Fixes RHBZ#1898177
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.44-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (cmake-0.1.44.crate) = 7adeb6289fb1072aa739b4f6bbe91f612fbab730c3ea67b6024a31ebfe3fadb2da798495ddabd5cbaaa1106bc4ae185b350f618eca3a72de4ea0a4d526664657
SHA512 (cmake-0.1.45.crate) = 7de4ae0c3a50806f2b060e145948be6c6dd0db3975b626e0432301f454612fb7bc7fd2f4549529deaf7a1a55063a11dd553efb59a9dd5aa61ede5e63371d6b2d

Loading…
Cancel
Save