Compare commits

..

9 Commits

4
.gitignore vendored

@ -3,3 +3,7 @@
/gix-features-0.34.0.crate /gix-features-0.34.0.crate
/gix-features-0.35.0.crate /gix-features-0.35.0.crate
/gix-features-0.36.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 25 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-features %global crate gix-features
Name: rust-gix-features Name: rust-gix-features
Version: 0.36.0 Version: 0.40.0
Release: %autorelease Release: %autorelease
Summary: Integrate various capabilities using compile-time feature flags Summary: Integrate various capabilities using compile-time feature flags
@ -33,7 +33,6 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -96,6 +95,18 @@ use the "fast-sha1" feature of the "%{crate}" crate.
%files -n %{name}+fast-sha1-devel %files -n %{name}+fast-sha1-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+fs-walkdir-parallel-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -252,6 +263,18 @@ use the "zlib" feature of the "%{crate}" crate.
%files -n %{name}+zlib-devel %files -n %{name}+zlib-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+zlib-rust-backend-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1,5 +1,6 @@
[package] [package]
summary = "Integrate various capabilities using compile-time feature flags" summary = "Integrate various capabilities using compile-time feature flags"
[features] [features]
# flate2/zlib-ng is not available in fedora # The flate2/zlib-ng-compat feature is hidden because not all Fedora releases
hide = ["zlib-ng", "zlib-ng-compat"] # 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.40.0.crate) = 449a42776347b120e729b44af8be66ac75120cd1c769fdab7b97ed0c4a93cabceb702862daa776aabb096fb0dbc33fe00202f72d72e871c74825f8321aa47a38

Loading…
Cancel
Save