Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Valentini 5efab32c16
Update to version 0.2.13
2 months ago
Fabio Valentini bd292ce088
Update to version 0.2.12
2 months ago
Fedora Release Engineering 5dd09a316c Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
blinxen 3940aaa5ef Update to version 0.2.11
10 months ago
Fedora Release Engineering 07e99ce3a7 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago

3
.gitignore vendored

@ -2,3 +2,6 @@
/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
/gix-bitmap-0.2.12.crate
/gix-bitmap-0.2.13.crate

@ -1,3 +0,0 @@
# rust-gix-bitmap
The rust-gix-bitmap package

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%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.13
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.13.crate) = 52b7f61f4ca51d31d127d62bff5fa07493f5bad4ec03d0db58cca3bb83f330c5eb67d93ddce0b8b710714afed9ef0869b9ad48ddafd20055c317236719d63f4d

Loading…
Cancel
Save