Update to version 0.2.11

epel10
blinxen 10 months ago
parent 07e99ce3a7
commit 3940aaa5ef

1
.gitignore vendored

@ -2,3 +2,4 @@
/gix-bitmap-0.2.5.crate /gix-bitmap-0.2.5.crate
/gix-bitmap-0.2.6.crate /gix-bitmap-0.2.6.crate
/gix-bitmap-0.2.7.crate /gix-bitmap-0.2.7.crate
/gix-bitmap-0.2.11.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-bitmap %global crate gix-bitmap
Name: rust-gix-bitmap Name: rust-gix-bitmap
Version: 0.2.7 Version: 0.2.11
Release: %autorelease Release: %autorelease
Summary: Implementation of the standard git bitmap format Summary: Implementation of the standard git bitmap format
@ -13,11 +13,11 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-bitmap URL: https://crates.io/crates/gix-bitmap
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A WIP crate of the gitoxide project dedicated implementing the standard A crate of the gitoxide project dedicated implementing the standard git
git bitmap format.} bitmap format.}
%description %{_description} %description %{_description}
@ -33,7 +33,6 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -49,7 +48,7 @@ use the "default" 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

@ -1,2 +0,0 @@
[DEFAULT]
summary = Implementation of the standard git bitmap format

@ -0,0 +1,2 @@
[package]
summary = "Implementation of the standard git bitmap format"

@ -1 +1 @@
SHA512 (gix-bitmap-0.2.7.crate) = c32d63e46c484d7b2e9c19919cb1be95fe9d1e60e0e8013a083fa8df422827f6ba18d2a0f41dfc65be6702bfef08dba1c3dcdcb9ae3387c8a3742975d21c68d2 SHA512 (gix-bitmap-0.2.11.crate) = 889e0195b9c16f6cafe6d66a7d18da1dcc5f3aaebeb63415665102d838bf702eabe142fcbbebc28f3b69372eec5f51a9dace3d333caa6f5fe8158df89eddc40b

Loading…
Cancel
Save