Update to version 0.8.3; Fixes RHBZ#2253225

epel10
Fabio Valentini 12 months ago
parent 22e814471b
commit d917e67827
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/gix-date-0.7.2.crate
/gix-date-0.7.4.crate
/gix-date-0.8.0.crate
/gix-date-0.8.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate gix-date
Name: rust-gix-date
Version: 0.8.0
Version: 0.8.3
Release: %autorelease
Summary: Parse dates the way git does
@ -32,7 +32,6 @@ 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
@ -72,7 +71,7 @@ use the "serde" 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

@ -1,2 +0,0 @@
[DEFAULT]
summary = Parse dates the way git does

@ -0,0 +1,3 @@
[package]
summary = "Parse dates the way git does"

@ -1 +1 @@
SHA512 (gix-date-0.8.0.crate) = 23f24ed24c0ac09d898fb123d8ddd1c725e6c22c46caf055ab68b1b9314da225b6f11a3151f1b8ee6c02593705789cc022169ac5451139bc9002787f0ea2a81f
SHA512 (gix-date-0.8.3.crate) = e75599be5da56838fae0651c399e6aa503783306faed971894a661b4a474a31713d321ddff7698aeca973f8429302ab929d998314bcb1fc40643839d8eeb4dac

Loading…
Cancel
Save