Update to version 0.1.16; Fixes RHBZ#2247386

epel9
Fabio Valentini 1 year ago
parent 6671c5bfd9
commit de74d16e1c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/ghost-0.1.9.crate /ghost-0.1.9.crate
/ghost-0.1.13.crate /ghost-0.1.13.crate
/ghost-0.1.14.crate /ghost-0.1.14.crate
/ghost-0.1.16.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 ghost %global crate ghost
Name: rust-ghost Name: rust-ghost
Version: 0.1.14 Version: 0.1.16
Release: %autorelease Release: %autorelease
Summary: Define your own PhantomData Summary: Define your own PhantomData
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/ghost URL: https://crates.io/crates/ghost
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Define your own PhantomData.} Define your own PhantomData.}
@ -48,7 +48,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 +1 @@
SHA512 (ghost-0.1.14.crate) = a6b2c227704da42f3a9893d2e62742a5b9f3f31ac5700d2d987b9b4036de08364fb74114381bab736ff1214e5d1b6fe9072fc5f9753e661243d527249f746369 SHA512 (ghost-0.1.16.crate) = 30dbef5a7db25f4c77e0996816e777364e1ab9b22293c4b97ec220e2c8a5ee20f9874f1ff5ee2382ed0f9fa07339de87eb9fb4d36d264d186b55379a0e1a9a2c

Loading…
Cancel
Save