Update to version 0.1.7; Fixes RHBZ#2246261

epel9
Fabio Valentini 1 year ago
parent c8dd68b1af
commit 9f811b4d26
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/basic-toml-0.1.2.crate
/basic-toml-0.1.3.crate
/basic-toml-0.1.4.crate
/basic-toml-0.1.7.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate basic-toml
Name: rust-basic-toml
Version: 0.1.4
Version: 0.1.7
Release: %autorelease
Summary: Minimal TOML library with few dependencies
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/basic-toml
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Minimal TOML library with few dependencies.}
@ -48,7 +48,7 @@ use the "default" 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 (basic-toml-0.1.4.crate) = 03f0aa90b948edd943d924a33b83370703139de0c4d08e8eb4af8429f0a5b7df35c5b7027b7d5bca0ca332151fc5b7567e29ac8357efea8cd855e0e6fb094fee
SHA512 (basic-toml-0.1.7.crate) = e466a9c2e738fd2d5e5029559d4e320fa69a72d52843d9713444c657b45c06932c283acad27e515e39be063ca5a914c22841222f4d7ac944419e25aedc851d48

Loading…
Cancel
Save