Update to version 0.4.0; Fixes RHBZ#2310853

epel10 imports/epel10/rust-chrono-tz-build-0.4.0-1.el10
Fabio Valentini 1 month ago
parent f0378a409a
commit ac6f3fa50c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/chrono-tz-build-0.2.0.crate
/chrono-tz-build-0.2.1.crate
/chrono-tz-build-0.3.0.crate
/chrono-tz-build-0.4.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate chrono-tz-build
Name: rust-chrono-tz-build
Version: 0.3.0
Version: 0.4.0
Release: %autorelease
Summary: Internal build script for chrono-tz
@ -70,6 +70,18 @@ use the "filter-by-regex" feature of the "%{crate}" crate.
%files -n %{name}+filter-by-regex-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+phf_shared-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+phf_shared-devel %{_description}
This package contains library source intended for building other packages which
use the "phf_shared" feature of the "%{crate}" crate.
%files -n %{name}+phf_shared-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+regex-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (chrono-tz-build-0.3.0.crate) = 4aab68db4cfe816c8de21165858b969cdf8ede3c6f19be5150ebcc3237e40d052716650bb0cded7867e8e6d78e5fcf37e274b961108e3a025dc312078edcb0ba
SHA512 (chrono-tz-build-0.4.0.crate) = 27c3a93acfa71dfab4fb56a6f9206e530253564fc2246ca8927364f60dccf9623b1a8f2c636708e01a7669f03c8a1b9548fb936bfdb4c61bc1ae4a70dc598ce6

Loading…
Cancel
Save