Compare commits

..

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

4
.gitignore vendored

@ -3,7 +3,3 @@
/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
/gix-features-0.40.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 27
%bcond check 1
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate gix-features
Name: rust-gix-features
Version: 0.40.0
Version: 0.36.0
Release: %autorelease
Summary: Integrate various capabilities using compile-time feature flags
@ -33,6 +33,7 @@ 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
@ -95,18 +96,6 @@ 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
@ -263,18 +252,6 @@ 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,6 +1,5 @@
[package]
summary = "Integrate various capabilities using compile-time feature flags"
[features]
# 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"]
# flate2/zlib-ng is not available in fedora
hide = ["zlib-ng", "zlib-ng-compat"]

@ -1 +1 @@
SHA512 (gix-features-0.40.0.crate) = 449a42776347b120e729b44af8be66ac75120cd1c769fdab7b97ed0c4a93cabceb702862daa776aabb096fb0dbc33fe00202f72d72e871c74825f8321aa47a38
SHA512 (gix-features-0.36.0.crate) = 4795f5a168427b9b1b5db3d8cfec41771d9b7b349b6b3ced929798ac200febf56d0be12d1c97560d4c78756ecb0e284941e35beb41ecc866b4b1124f5e124b8c

Loading…
Cancel
Save