Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

2
.gitignore vendored

@ -1,4 +1,2 @@
/gix-hashtable-0.2.4.crate /gix-hashtable-0.2.4.crate
/gix-hashtable-0.4.0.crate /gix-hashtable-0.4.0.crate
/gix-hashtable-0.5.2.crate
/gix-hashtable-0.7.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 24
%bcond check 1 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-hashtable %global crate gix-hashtable
Name: rust-gix-hashtable Name: rust-gix-hashtable
Version: 0.7.0 Version: 0.4.0
Release: %autorelease Release: %autorelease
Summary: Hashtable based data structures optimized to utilize ObjectId keys Summary: Hashtable based data structures optimized to utilize ObjectId keys
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-hashtable URL: https://crates.io/crates/gix-hashtable
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
A crate that provides hashtable based data structures optimized to A crate that provides hashtable based data structures optimized to
@ -33,6 +33,7 @@ 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
@ -48,7 +49,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} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,2 @@
[DEFAULT]
summary = Hashtable based data structures optimized to utilize ObjectId keys

@ -1,2 +0,0 @@
[package]
summary = "Hashtable based data structures optimized to utilize ObjectId keys"

@ -1 +1 @@
SHA512 (gix-hashtable-0.7.0.crate) = 42bfe73cbaa3a17b4a617ab587640f70723d184d258263003691d6a26e3326a7e76e3ff68a95cb21f41b699e4bf53958f34f9776f4690bb9bcc9e9f17ff16b62 SHA512 (gix-hashtable-0.4.0.crate) = ffaef88820e82ac9c42ad822d35d0e4867c2f448befcf08f039c02b7c89583eef7670203194e4002ea35bffb76341ca86bf365f24c105e5c6657cfecba5ebae7

Loading…
Cancel
Save