Compare commits

..

7 Commits

3
.gitignore vendored

@ -3,3 +3,6 @@
/gix-features-0.34.0.crate
/gix-features-0.35.0.crate
/gix-features-0.36.0.crate
/gix-features-0.36.1.crate
/gix-features-0.38.1.crate
/gix-features-0.38.2.crate

@ -0,0 +1,11 @@
--- gix-features-0.38.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-features-0.38.2/Cargo.toml 2024-09-15T12:55:50.061759+00:00
@@ -88,7 +88,7 @@
default-features = false
[dependencies.prodash]
-version = "28.0.0"
+version = "29.0.0"
optional = true
default-features = false

@ -1,17 +1,20 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate gix-features
Name: rust-gix-features
Version: 0.36.0
Version: 0.38.2
Release: %autorelease
Summary: Integrate various capabilities using compile-time feature flags
License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-features
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * Bump prodash to 0.29.0 to match it with the version used in the gix crate
Patch: gix-features-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@ -33,7 +36,6 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/
%package -n %{name}+default-devel
@ -96,6 +98,18 @@ use the "fast-sha1" feature of the "%{crate}" crate.
%files -n %{name}+fast-sha1-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fs-read-dir-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fs-read-dir-devel %{_description}
This package contains library source intended for building other packages which
use the "fs-read-dir" feature of the "%{crate}" crate.
%files -n %{name}+fs-read-dir-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fs-walkdir-parallel-devel
Summary: %{summary}
BuildArch: noarch
@ -252,6 +266,18 @@ use the "zlib" feature of the "%{crate}" crate.
%files -n %{name}+zlib-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+zlib-ng-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+zlib-ng-devel %{_description}
This package contains library source intended for building other packages which
use the "zlib-ng" feature of the "%{crate}" crate.
%files -n %{name}+zlib-ng-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+zlib-rust-backend-devel
Summary: %{summary}
BuildArch: noarch

@ -1,5 +1,6 @@
[package]
summary = "Integrate various capabilities using compile-time feature flags"
[features]
# flate2/zlib-ng is not available in fedora
hide = ["zlib-ng", "zlib-ng-compat"]
# The flate2/zlib-ng-compat feature is hidden because not all Fedora releases
# have both zlib-ng and zlib-compat libraries included.
hide = ["zlib-ng-compat"]

@ -1 +1 @@
SHA512 (gix-features-0.36.0.crate) = 4795f5a168427b9b1b5db3d8cfec41771d9b7b349b6b3ced929798ac200febf56d0be12d1c97560d4c78756ecb0e284941e35beb41ecc866b4b1124f5e124b8c
SHA512 (gix-features-0.38.2.crate) = d82f70bd8831701b2c17a761b306e4b630fd5b558e4b936aa8b2f87440e53127b48f024c392b487af23e0c541de4b064c27c35ee57005a81352eba0e6bcf79a1

Loading…
Cancel
Save