Compare commits

..

7 Commits

5
.gitignore vendored

@ -1 +1,6 @@
/gix-prompt-0.7.0.crate
/gix-prompt-0.8.4.crate
/gix-prompt-0.8.5.crate
/gix-prompt-0.8.6.crate
/gix-prompt-0.8.7.crate
/gix-prompt-0.8.9.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 27
# * Drop tests because a dependency is not packaged yet
# * See https://bugzilla.redhat.com/show_bug.cgi?id=2216297
%bcond_with check
%bcond check 0
%global debug_package %{nil}
%global crate gix-prompt
Name: rust-gix-prompt
Version: 0.7.0
Version: 0.8.9
Release: %autorelease
Summary: Of the gitoxide project for handling prompts in the terminal
@ -15,7 +15,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-prompt
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A crate of the gitoxide project for handling prompts in the terminal.}
@ -34,7 +34,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}/
@ -51,7 +50,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -65,6 +64,7 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check}
%check
%cargo_test
%endif
%changelog

@ -0,0 +1,6 @@
[tests]
run = ["none"]
comments = [
"Drop tests because a dependency is not packaged yet",
"See https://bugzilla.redhat.com/show_bug.cgi?id=2216297"
]

@ -1 +1 @@
SHA512 (gix-prompt-0.7.0.crate) = 8ad2e4790c3b9d414102172b5958d28e3a2ead73909b923ccba5a3b38664f6bfb326d74be15c012db7a22cd579c915bb0356f2a5582970241d2a82fe97c38346
SHA512 (gix-prompt-0.8.9.crate) = 90b5dbf42494d57b13731a40fcd186a2f8b2085e1c599302865c35a05190695163018ab115f516f917dcad717966208c2774f4f6f9f0a144654b1e34f5c162d4

Loading…
Cancel
Save