Update to version 0.2.1; Fixes RHBZ#2255246

epel10
Fabio Valentini 7 months ago
parent e294a23810
commit 9ced5765f8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-cfg_aliases
The rust-cfg_aliases package

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate cfg_aliases %global crate cfg_aliases
Name: rust-cfg_aliases Name: rust-cfg_aliases
Version: 0.1.1 Version: 0.2.1
Release: %autorelease Release: %autorelease
Summary: Tiny utility to help with long winded #[cfg()] checks Summary: Tiny utility to help with long winded #[cfg()] checks
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/cfg_aliases URL: https://crates.io/crates/cfg_aliases
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A tiny utility to help save you a lot of effort with long winded A tiny utility to help save you a lot of effort with long winded
@ -50,7 +50,7 @@ use the "default" 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,2 +0,0 @@
[DEFAULT]
summary = Tiny utility to help with long winded #[cfg()] checks

@ -0,0 +1,3 @@
[package]
summary = "Tiny utility to help with long winded #[cfg()] checks"

@ -1 +1 @@
SHA512 (cfg_aliases-0.1.1.crate) = 238828445c5b48ca41ff88825af0a1ad30494e423bb6f89b6d5e4d26042afaa1ceb0e32041f7cddd79c3e15c6c82a1ddb9469c4b63a1ac52d4bcc1174900f880 SHA512 (cfg_aliases-0.2.1.crate) = 74969d12d5d24002a29e08d52e30fbce014dd481a7c35ee0162e69333c5f2d7755f3b02439b31522e12444cf1ac8e65880ce33fe6778dac03757e362cbf8a72c

Loading…
Cancel
Save