Update to version 0.3.9; Fixes RHBZ#2249862

epel9 imports/e9/rust-git-version-0.3.9-1.el9
Fabio Valentini 1 year ago
parent 8d727d9323
commit cb5e00b074
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/git-version-0.3.4.crate
/git-version-0.3.5.crate
/git-version-0.3.9.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * tests can only be run inside the upstream git repository
%bcond_with check
%global debug_package %{nil}
@ -6,15 +6,15 @@
%global crate git-version
Name: rust-git-version
Version: 0.3.5
Version: 0.3.9
Release: %autorelease
Summary: Compile the git version and dirty state into your program
Summary: Compile the git version
License: BSD-2-Clause
URL: https://crates.io/crates/git-version
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Compile the git version (tag name, or hash otherwise) and dirty state
@ -49,7 +49,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["tests can only be run inside the upstream git repository"]

@ -1 +1 @@
SHA512 (git-version-0.3.5.crate) = 7017d59ec7eef1d69c333ce8bcdee355dced8e912c4b5eabcb2abb93f6075ef3d1fd9486661d472c29787b75d7866fc49835d1faf5d06e42837c95c856398629
SHA512 (git-version-0.3.9.crate) = 1d44b4f15338b5a415683e5d8d695a192749eff0c63fd79b2cf5d4ca4142b296bc9154c02cfa381dd7062db0a9c652d06a24a027a447a453107e19bcb8047396

Loading…
Cancel
Save