Update to version 0.4.7; Fixes RHBZ#2253231

epel10
Fabio Valentini 12 months ago
parent 1abcd805f7
commit 35486df748
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/gix-chunk-0.4.2.crate
/gix-chunk-0.4.3.crate
/gix-chunk-0.4.4.crate
/gix-chunk-0.4.7.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate gix-chunk
Name: rust-gix-chunk
Version: 0.4.4
Version: 0.4.7
Release: %autorelease
Summary: Interact with the git chunk file format
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-chunk
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Interact with the git chunk file format used in multi-pack index and
@ -33,7 +33,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
@ -49,7 +48,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

@ -1,2 +0,0 @@
[DEFAULT]
summary = Interact with the git chunk file format

@ -0,0 +1,3 @@
[package]
summary = "Interact with the git chunk file format"

@ -1 +1 @@
SHA512 (gix-chunk-0.4.4.crate) = f42a32049c6383f28b9ca941af2cd77e8febb46cb2f9e3435f05c78edcf18eb331f64f4dd7d1d616ec617de0615d267805a1d3aeea2369575b258fc4d590a8e7
SHA512 (gix-chunk-0.4.7.crate) = c0a74c5275e103213ea2a3ed517d7eb9d2a79efa89ee38990f701b17355eb759d8e8dd39cdda733f338338fb790510cfca7a56e53900ab6255dac5066809ffd2

Loading…
Cancel
Save