public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gix-diff] f43: Update to version 0.65.0 (rhbz#2481335)
@ 2026-07-07 18:13 blinxen
0 siblings, 0 replies; only message in thread
From: blinxen @ 2026-07-07 18:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-gix-diff
Branch : f43
Commit : 632ac34cf5a0ca2c82fc0742767afc60ec5e4d6b
Author : blinxen <h-k-81@hotmail.com>
Date : 2026-07-06T19:08:44+02:00
Stats : +25/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gix-diff/c/632ac34cf5a0ca2c82fc0742767afc60ec5e4d6b?branch=f43
Log:
Update to version 0.65.0 (rhbz#2481335)
---
diff --git a/.gitignore b/.gitignore
index 1a94027..e51e9b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/gix-diff-0.53.0.crate
/gix-diff-0.55.0.crate
/gix-diff-0.63.0.crate
+/gix-diff-0.65.0.crate
diff --git a/rust-gix-diff.spec b/rust-gix-diff.spec
index a7cb901..4116ecb 100644
--- a/rust-gix-diff.spec
+++ b/rust-gix-diff.spec
@@ -1,11 +1,13 @@
# Generated by rust2rpm 28
-%bcond check 1
+# * Deactivate tests because of a missing dev-dependency (gix-testtools)
+# * See https://github.com/Byron/gitoxide/discussions/900 for more information
+%bcond check 0
%global debug_package %{nil}
%global crate gix-diff
Name: rust-gix-diff
-Version: 0.63.0
+Version: 0.65.0
Release: %autorelease
Summary: Calculate differences between various git objects
@@ -107,6 +109,18 @@ use the "sha1" feature of the "%{crate}" crate.
%files -n %{name}+sha1-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+sha256-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+sha256-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "sha256" feature of the "%{crate}" crate.
+
+%files -n %{name}+sha256-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version} -p1
# Drop benchmark dependency
diff --git a/rust2rpm.toml b/rust2rpm.toml
index d6a2dc0..27ce32e 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -12,3 +12,10 @@ pre = [
hide = ["wasm"]
# https://github.com/GitoxideLabs/gitoxide/blob/b1102c24055bbf15987a6a8c2e66338aa8a56438/gix-hash/src/lib.rs#L32
enable = ["sha1"]
+
+[tests]
+run = false
+comments = [
+ "Deactivate tests because of a missing dev-dependency (gix-testtools)",
+ "See https://github.com/Byron/gitoxide/discussions/900 for more information"
+]
diff --git a/sources b/sources
index 9c88018..086674a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gix-diff-0.63.0.crate) = 068eb811e0c3a0773e41531f2300b1c469110f0c76ec9b220a75bbd921657c0e3574de1f091e3781b2ce52f2a37ac39a0cd7bcacece4aa969e6b6338dc80f5e4
+SHA512 (gix-diff-0.65.0.crate) = f3103b0564fdcba7b99550e20471725e8a9c455392cfed616e030219ccfaaf4722e6adc2bd83b859119a69766137278f4b7220214f0dd26a8f56fce02fc04178
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 18:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 18:13 [rpms/rust-gix-diff] f43: Update to version 0.65.0 (rhbz#2481335) blinxen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox