Compare commits

...

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

2
.gitignore vendored

@ -1 +1 @@
/faster-hex-0.8.1.crate SOURCES/faster-hex-0.9.0.crate

@ -0,0 +1 @@
096a94dacf5b25fcfda8db35c5f6b14908a8a8d7 SOURCES/faster-hex-0.9.0.crate

@ -1,5 +1,5 @@
--- faster-hex-0.8.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- faster-hex-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ faster-hex-0.8.1/Cargo.toml 2023-09-08T19:00:18.584955+00:00 +++ faster-hex-0.9.0/Cargo.toml 2024-04-05T15:48:11.335501+00:00
@@ -38,16 +38,10 @@ @@ -38,16 +38,10 @@
[dev-dependencies.bytes] [dev-dependencies.bytes]
version = "1.4.0" version = "1.4.0"
@ -9,7 +9,7 @@
- -
[dev-dependencies.hex] [dev-dependencies.hex]
-version = "0.3.2" -version = "0.3.2"
+version = "0.4.3" +version = "0.4.0"
[dev-dependencies.proptest] [dev-dependencies.proptest]
-version = "1.0" -version = "1.0"

@ -1,11 +1,21 @@
# Generated by rust2rpm 24 ## 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
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate faster-hex %global crate faster-hex
Name: rust-faster-hex Name: rust-faster-hex
Version: 0.8.1 Version: 0.9.0
Release: %autorelease Release: %autorelease
Summary: Fast hex encoding Summary: Fast hex encoding
@ -17,7 +27,7 @@ Source: %{crates_source}
# * Update hex dependency to version 0.4.x # * Update hex dependency to version 0.4.x
Patch: faster-hex-fix-metadata.diff Patch: faster-hex-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Fast hex encoding.} Fast hex encoding.}
@ -89,7 +99,7 @@ use the "std" 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
@ -107,4 +117,19 @@ use the "std" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
%autochangelog * Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.9.0-2
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Apr 05 2024 blinxen <h-k-81@hotmail.com> - 0.9.0-1
- Update to version 0.9.0 (rhbz#2251018)
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Sep 12 2023 blinxen <h-k-81@hotmail.com> - 0.8.1-1
- Initial package (rhbz#2237756)
## END: Generated by rpmautospec

@ -1 +0,0 @@
SHA512 (faster-hex-0.8.1.crate) = 3bd0ba6fbdc68518e94a9ab937d2e935b07f16eb9a800a5d887c3536d7161ef0a5c77c9a7d184e059d6854fa425ab2f84297db53abe11b68da23bbb663d5a9a0
Loading…
Cancel
Save