Update to version 0.14.4; Fixes RHBZ#2253224

epel10
Fabio Valentini 12 months ago
parent 833c8ea929
commit 0b7b849f98
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/gix-config-value-0.12.5.crate
/gix-config-value-0.14.0.crate
/gix-config-value-0.14.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate gix-config-value
Name: rust-gix-config-value
Version: 0.14.0
Version: 0.14.4
Release: %autorelease
Summary: Parser for gix-config values
@ -32,7 +32,6 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/
%package -n %{name}+default-devel
@ -72,7 +71,7 @@ use the "serde" 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

@ -1,2 +0,0 @@
[DEFAULT]
summary = Parser for gix-config values

@ -0,0 +1,3 @@
[package]
summary = "Parser for gix-config values"

@ -1 +1 @@
SHA512 (gix-config-value-0.14.0.crate) = 98c9bb4e40a9278141da20e8eb0e59553c11a35ad1dc0ca27fc61df89846d7d9563b6ad372aacec08464003d719ee5cd924bfcc2ad734f0b456fe0284c024c57
SHA512 (gix-config-value-0.14.4.crate) = c627846c7c02f11165402f6d967c15165ec518fb5606e42b0247d8664a8d7a80af167500fb95fdcf8a9dc962486fad6f88d3f3f04e25357db1d72969024587ba

Loading…
Cancel
Save