Compare commits

...

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

3
.gitignore vendored

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

@ -1 +0,0 @@
978fe00262c0570251254a84b743f5f536ffc069 SOURCES/gix-hashtable-0.5.2.crate

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

@ -1,21 +1,11 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 2;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate gix-hashtable
Name: rust-gix-hashtable
Version: 0.5.2
Version: 0.4.0
Release: %autorelease
Summary: Hashtable based data structures optimized to utilize ObjectId keys
@ -23,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-hashtable
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A crate that provides hashtable based data structures optimized to
@ -43,6 +33,7 @@ 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
@ -58,7 +49,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
@ -76,22 +67,4 @@ use the "default" feature of the "%{crate}" crate.
%endif
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.5.2-2
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Apr 05 2024 blinxen <h-k-81@hotmail.com> - 0.5.2-1
- Update to version 0.5.2 (rhbz#2253236)
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Sep 13 2023 blinxen <h-k-81@hotmail.com> - 0.4.0-1
- Update to version 0.4.0 (rhbz#2236551)
* Wed Aug 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.4-1
- Initial import (#2228213)
## END: Generated by rpmautospec
%autochangelog

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

@ -0,0 +1 @@
SHA512 (gix-hashtable-0.4.0.crate) = ffaef88820e82ac9c42ad822d35d0e4867c2f448befcf08f039c02b7c89583eef7670203194e4002ea35bffb76341ca86bf365f24c105e5c6657cfecba5ebae7
Loading…
Cancel
Save