Update to version 0.2.1; Fixes RHBZ#2246960

epel10
Fabio Valentini 1 year ago
parent 3fe8e8b08a
commit e61f1ef99e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/chrono-tz-build-0.2.0.crate /chrono-tz-build-0.2.0.crate
/chrono-tz-build-0.2.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate chrono-tz-build %global crate chrono-tz-build
Name: rust-chrono-tz-build Name: rust-chrono-tz-build
Version: 0.2.0 Version: 0.2.1
Release: %autorelease Release: %autorelease
Summary: Internal build script for chrono-tz Summary: Internal build script for chrono-tz
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/chrono-tz-build URL: https://crates.io/crates/chrono-tz-build
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Internal build script for chrono-tz.} Internal build script for chrono-tz.}
@ -95,7 +95,7 @@ use the "uncased" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (chrono-tz-build-0.2.0.crate) = f530438c9e68eea5b3b26f7bd47437eefbfb65d3bd6ce267575df9147498ab34b4b96dd7a3df883b6e35129fa350361d49fb89ff1a2c895c0ce3ee07b6809d74 SHA512 (chrono-tz-build-0.2.1.crate) = bfdaf9255d6402c8c257bbca8e21de20c002362e60c7b73c59c29775076468a0223b5701d1f8273bb0ec61a31dccd7909d1ad8241001c8da2d65960fbe2d6241

Loading…
Cancel
Save