Update to version 0.20.0 (rhbz#2236549)

epel9
blinxen 1 year ago
parent e64f7351c0
commit e46fc7dc0c

1
.gitignore vendored

@ -1 +1,2 @@
/gix-commitgraph-0.18.1.crate /gix-commitgraph-0.18.1.crate
/gix-commitgraph-0.20.0.crate

@ -1,13 +0,0 @@
--- gix-commitgraph-0.18.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-commitgraph-0.18.1/Cargo.toml 2023-08-01T18:19:29.936921+00:00
@@ -44,10 +44,6 @@
features = ["std"]
default-features = false
-[dependencies.document-features]
-version = "0.2.0"
-optional = true
-
[dependencies.gix-chunk]
version = "^0.4.4"

@ -5,16 +5,13 @@
%global crate gix-commitgraph %global crate gix-commitgraph
Name: rust-gix-commitgraph Name: rust-gix-commitgraph
Version: 0.18.1 Version: 0.20.0
Release: %autorelease Release: %autorelease
Summary: Read-only access to the git commitgraph file format Summary: Read-only access to the git commitgraph file format
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-commitgraph URL: https://crates.io/crates/gix-commitgraph
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused optional dependency that is only useful for building docs
Patch: gix-commitgraph-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24
@ -50,6 +47,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+document-features-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+document-features-devel %{_description}
This package contains library source intended for building other packages which
use the "document-features" feature of the "%{crate}" crate.
%files -n %{name}+document-features-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (gix-commitgraph-0.18.1.crate) = 87cf72345f24c53587628e6c52b8a9672e390c0595cd2c92070324b28572ee51cf9edc07545e272c7152d7824dc004d1fed67956716912b66bb47a4f438ea0f3 SHA512 (gix-commitgraph-0.20.0.crate) = 9c29f3a6c6b38b4cc6e2cf9810a989a244dd005d6ab1a8d8e80399b2e3a42edde44a1012395b0b1e0c9febbabd3cfd36b3d03df2af267c7befc99c1cbb173e5b

Loading…
Cancel
Save