Compare commits

..

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

6
.gitignore vendored

@ -1,8 +1,2 @@
/gix-config-value-0.12.5.crate
/gix-config-value-0.14.0.crate
/gix-config-value-0.14.4.crate
/gix-config-value-0.14.6.crate
/gix-config-value-0.14.7.crate
/gix-config-value-0.14.8.crate
/gix-config-value-0.14.10.crate
/gix-config-value-0.14.11.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 27
%bcond check 1
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate gix-config-value
Name: rust-gix-config-value
Version: 0.14.11
Version: 0.14.0
Release: %autorelease
Summary: Parser for gix-config values
@ -32,6 +32,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
@ -71,7 +72,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,2 @@
[DEFAULT]
summary = Parser for gix-config values

@ -1,3 +0,0 @@
[package]
summary = "Parser for gix-config values"

@ -1 +1 @@
SHA512 (gix-config-value-0.14.11.crate) = 6553c2741801f13cc5d744815315036509ff7e3e97cd9650397797dc653a7665ada1d4b401d983521dcdb5b7da8073b9a239b8476f99763c2060d934e2097a49
SHA512 (gix-config-value-0.14.0.crate) = 98c9bb4e40a9278141da20e8eb0e59553c11a35ad1dc0ca27fc61df89846d7d9563b6ad372aacec08464003d719ee5cd924bfcc2ad734f0b456fe0284c024c57

Loading…
Cancel
Save