Compare commits

..

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

1
.gitignore vendored

@ -1,2 +1 @@
/faster-hex-0.8.1.crate
/faster-hex-0.9.0.crate

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate faster-hex
Name: rust-faster-hex
Version: 0.9.0
Version: 0.8.1
Release: %autorelease
Summary: Fast hex encoding
@ -17,7 +17,7 @@ Source: %{crates_source}
# * Update hex dependency to version 0.4.x
Patch: faster-hex-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Fast hex encoding.}
@ -89,7 +89,7 @@ use the "std" 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

@ -1 +1 @@
SHA512 (faster-hex-0.9.0.crate) = 7713b0929ffe5596823d001a83a40fe1c4c500b7cc4218921ebb65f69826a9a9fd6e7b948fbd093cb921bea52e9f2cf3285c9d1d11f2a321dcfba0fb3c9aa5d9
SHA512 (faster-hex-0.8.1.crate) = 3bd0ba6fbdc68518e94a9ab937d2e935b07f16eb9a800a5d887c3536d7161ef0a5c77c9a7d184e059d6854fa425ab2f84297db53abe11b68da23bbb663d5a9a0

Loading…
Cancel
Save