Compare commits

..

8 Commits

5
.gitignore vendored

@ -1,2 +1,7 @@
/gix-revision-0.21.0.crate
/gix-revision-0.23.0.crate
/gix-revision-0.27.0.crate
/gix-revision-0.27.1.crate
/gix-revision-0.27.2.crate
/gix-revision-0.29.0.crate
/gix-revision-0.32.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate gix-revision
Name: rust-gix-revision
Version: 0.23.0
Version: 0.32.0
Release: %autorelease
Summary: Deal with finding names for revisions and parsing specifications
@ -33,7 +33,6 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
@ -73,6 +72,18 @@ use the "document-features" feature of the "%{crate}" crate.
%files -n %{name}+document-features-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+merge_base-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+merge_base-devel %{_description}
This package contains library source intended for building other packages which
use the "merge_base" feature of the "%{crate}" crate.
%files -n %{name}+merge_base-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (gix-revision-0.23.0.crate) = 67336830c7a2c579a5c9529c45d7d4c0ad8ca55bf9966e801c73e62a22a4972487838794e9704f642ffd27de111b9055448775801471de16f48e94775384fc99
SHA512 (gix-revision-0.32.0.crate) = 7ca1f4339fac3b33d3c984c50f1f2ffb86c1a96b560021aa5d91ae6fa9ea59e05ee80f2181cdf903a794924017d7dca36d927cc0ef9eb884c33f63d89ca70f30

Loading…
Cancel
Save