Update to version 0.19.0

epel9 imports/e9/rust-gix-refspec-0.19.0-1.el9
blinxen 1 year ago
parent b3aae125bc
commit b372de411b

1
.gitignore vendored

@ -1 +1,2 @@
/gix-refspec-0.17.0.crate
/gix-refspec-0.19.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate gix-refspec
Name: rust-gix-refspec
Version: 0.17.0
Version: 0.19.0
Release: %autorelease
Summary: Gix implementation for parsing and representing refspecs
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-refspec
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A crate of the gitoxide project for parsing and representing refspecs.}
@ -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,2 @@
[package]
summary = "Gix implementation for parsing and representing refspecs"

@ -1 +1 @@
SHA512 (gix-refspec-0.17.0.crate) = 6f0d2182e307624ff5d73a0f682ef1db1199753af57523163cda3341e3c0c78ab5a5fcfaf2576de5511d5d57330f7d42dd8db86a149936be4e292b59e0244682
SHA512 (gix-refspec-0.19.0.crate) = 1031094918672e3a3a177f5d2b52f3b2e71115b1a72ea7d1360a8cc71beae761f4e894f3c00d422d4417014a3dfbe6e26ddd48fa745785de46d74df98d55baed

Loading…
Cancel
Save