Compare commits

...

6 Commits

4
.gitignore vendored

@ -1,3 +1,7 @@
/gix-chunk-0.4.2.crate
/gix-chunk-0.4.3.crate
/gix-chunk-0.4.4.crate
/gix-chunk-0.4.7.crate
/gix-chunk-0.4.8.crate
/gix-chunk-0.4.9.crate
/gix-chunk-0.4.10.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate gix-chunk
Name: rust-gix-chunk
Version: 0.4.4
Version: 0.4.10
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.10.crate) = 1d1f80e1cf204e5107d17ba5f73bc446351ca868fc01d52eb950bc353415de3de01ed953eaeee40def1e0d1d704af4f164bb1f111f26b301f54c73d0d2e8e2b8

Loading…
Cancel
Save