Update to version 3.0.4; Fixes RHBZ#2256450

epel10
Fabio Valentini 1 year ago
parent e56df7eb60
commit 27dacab6ea
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/configparser-2.1.0.crate /configparser-2.1.0.crate
/configparser-3.0.2.crate /configparser-3.0.2.crate
/configparser-3.0.3.crate /configparser-3.0.3.crate
/configparser-3.0.4.crate

@ -5,7 +5,7 @@
%global crate configparser %global crate configparser
Name: rust-configparser Name: rust-configparser
Version: 3.0.3 Version: 3.0.4
Release: %autorelease Release: %autorelease
Summary: Simple configuration parsing utility with no dependencies Summary: Simple configuration parsing utility with no dependencies
@ -75,6 +75,18 @@ use the "indexmap" feature of the "%{crate}" crate.
%files -n %{name}+indexmap-devel %files -n %{name}+indexmap-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tokio-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-devel %{_description}
This package contains library source intended for building other packages which
use the "tokio" feature of the "%{crate}" crate.
%files -n %{name}+tokio-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep

@ -1 +1 @@
SHA512 (configparser-3.0.3.crate) = 14e678c0617a5a95444964291fce9492f8e2c7117c3c93272d79572548dc89e8d2bea088d0dfc49481f777ce6da4e8773359de5d6f26e21f21af7ae220ded0d4 SHA512 (configparser-3.0.4.crate) = aef273f5ce927a137294b3a6f1c505720ff9029d3c163785287a43a551ffeeebadd4b7212075524a836dafd9d2eb740046b3eb4d33535d20a98cb77372010d4b

Loading…
Cancel
Save