Update to version 0.3.9; Fixes RHBZ#2249861

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/git-version-macro-0.3.4.crate /git-version-macro-0.3.4.crate
/git-version-macro-0.3.5.crate /git-version-macro-0.3.5.crate
/git-version-macro-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 # * tests can only be run inside the upstream git repository
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate git-version-macro %global crate git-version-macro
Name: rust-git-version-macro Name: rust-git-version-macro
Version: 0.3.5 Version: 0.3.9
Release: %autorelease Release: %autorelease
Summary: Internal macro crate for git-version Summary: Internal macro crate for git-version
@ -14,7 +14,7 @@ License: BSD-2-Clause
URL: https://crates.io/crates/git-version-macro URL: https://crates.io/crates/git-version-macro
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Internal macro crate for git-version.} Internal macro crate for git-version.}
@ -59,7 +59,7 @@ use the "nightly" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %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-macro-0.3.5.crate) = 319729646469ab6508e16e6f3b88f588580fe7089479f70522edd6ac7eadb3c4576f0a57863bd3927d1ada693c3fe3706dc6a75e6cd75723db7f23199dc69ae0 SHA512 (git-version-macro-0.3.9.crate) = e0b1d8ef1bf2c9b5c981a4c0f6a6610a04d1552ad5eca493357f392dfdb5ebc651f1846d5ba1d847208956f5e364972851de83ddd440a855df5f8b4891ba2f5d

Loading…
Cancel
Save