Update to version 0.26.0 (rhbz#2233470)

epel9
blinxen 1 year ago
parent 681e80544e
commit 659973f394

1
.gitignore vendored

@ -1,2 +1,3 @@
/gix-actor-0.24.1.crate
/gix-actor-0.24.2.crate
/gix-actor-0.26.0.crate

@ -1,13 +0,0 @@
--- gix-actor-0.24.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-actor-0.24.2/Cargo.toml 2023-08-10T19:40:39.372896+00:00
@@ -46,10 +46,6 @@
[dependencies.btoi]
version = "0.4.2"
-[dependencies.document-features]
-version = "0.2.0"
-optional = true
-
[dependencies.gix-date]
version = "^0.7.1"

@ -7,16 +7,13 @@
%global crate gix-actor
Name: rust-gix-actor
Version: 0.24.2
Version: 0.26.0
Release: %autorelease
Summary: Way to identify git actors
License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-actor
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * Drop documenation feature that is not used in fedora
Patch: gix-actor-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@ -52,6 +49,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%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}+gix-features-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (gix-actor-0.24.2.crate) = 1e184105010efa1747fbbb91501fb9d4f46819c72a158c056ee61ef52ce31d9c3c1a8c20168be8333978f13c6e817483e6c7438bb0c0bb4159e022c9cf029db8
SHA512 (gix-actor-0.26.0.crate) = a9a44df5058f4b0010a931d549cd0f3e684a0c78208dfedccb68b97c21bd4e625001c1481df306ad19cf1e685acbb4a1c716e2ff9ebc0b9ef1f3f5af14907ad8

Loading…
Cancel
Save