Update to version 0.2.3; Fixes RHBZ#2181899

epel10
Fabio Valentini 2 years ago
parent 05e185d6d0
commit 5711aa852d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/foreign-types-macros-0.2.1.crate
/foreign-types-macros-0.2.2.crate
/foreign-types-macros-0.2.3.crate

@ -1,25 +1,23 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate foreign-types-macros
Name: rust-%{crate}
Version: 0.2.2
Name: rust-foreign-types-macros
Version: 0.2.3
Release: %autorelease
Summary: Internal crate used by foreign-types
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/foreign-types-macros
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Internal crate used by foreign-types.}
An internal crate used by foreign-types.}
%description %{_description}

@ -1 +1 @@
SHA512 (foreign-types-macros-0.2.2.crate) = b5ce7599bfa9342f7586dbc0c7124ad19d560afe75cfbd758eb17ebfe7ac8c7f8f5515c4b527df4e8bfe812a8ac9df1a921d40df6d0e6e371a0be3795a36da05
SHA512 (foreign-types-macros-0.2.3.crate) = c3965e058d15159f789a8ab1597770ff6325e8ac9e6914c98450225ce27af849698646d53326e07b13eb3a9730452d926b73fd76e5a1fbd8ae4a6083bdce3367

Loading…
Cancel
Save