Update to version 0.2.16; Fixes RHBZ#2255216

epel9 imports/e9/rust-time-macros-0.2.16-1.el9
Fabio Valentini 1 year ago
parent b527d45564
commit 24a8adc828
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/time-macros-0.2.10.crate
/time-macros-0.2.14.crate
/time-macros-0.2.15.crate
/time-macros-0.2.16.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate time-macros
Name: rust-time-macros
Version: 0.2.15
Version: 0.2.16
Release: %autorelease
Summary: Procedural macros for the time crate
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/time-macros
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Procedural macros for the time crate.}
@ -95,7 +95,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 +1 @@
SHA512 (time-macros-0.2.15.crate) = d6da54996ab99a46b2b2cef83cec62eca2462490db439ba9814502f7d5ecc3018eb266b29453d601677a0ef39797da77a106d407e0e5de3b110ec1c5ae2f3c6b
SHA512 (time-macros-0.2.16.crate) = 19345f2bdf626cdc8c44bc11fbe9e13466cb7223cae89228c20ae83e7e9d71e8fe6a037b0461c289f9ceb6c8f08885458bc1db09adeeaddbbb0fbfb0dbfbf6c5

Loading…
Cancel
Save