Update to version 0.1.46; Fixes RHBZ#2012931

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

1
.gitignore vendored

@ -15,3 +15,4 @@
/cmake-0.1.43.crate
/cmake-0.1.44.crate
/cmake-0.1.45.crate
/cmake-0.1.46.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate cmake
Name: rust-%{crate}
Version: 0.1.45
Version: 0.1.46
Release: %autorelease
Summary: Build dependency for running cmake to build a native library
@ -20,7 +20,6 @@ BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: /usr/bin/cmake
%global _description %{expand:
Build dependency for running `cmake` to build a native library.}
@ -60,6 +59,7 @@ which use "default" feature of "%{crate}" crate.
%generate_buildrequires
%cargo_generate_buildrequires
echo '/usr/bin/cmake'
%build
%cargo_build

@ -1 +1 @@
SHA512 (cmake-0.1.45.crate) = 7de4ae0c3a50806f2b060e145948be6c6dd0db3975b626e0432301f454612fb7bc7fd2f4549529deaf7a1a55063a11dd553efb59a9dd5aa61ede5e63371d6b2d
SHA512 (cmake-0.1.46.crate) = e2749309055c85baa242cef8d0f4a91eb7e694664c5e42339df8ccc6644d1563337b835d3d931f5a0a75351efd299a21fe6eea497941802ea041916d665c7311

Loading…
Cancel
Save