update to version 2.1.0

epel10
Fabio Valentini 4 years ago
parent 634fbe30f6
commit a59e3b5aa1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/configparser-2.0.1.crate
/configparser-2.1.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate configparser
Name: rust-%{crate}
Version: 2.0.1
Version: 2.1.0
Release: 1%{?dist}
Summary: Simple configuration parsing utility with no dependencies
@ -75,5 +75,9 @@ chmod -x README.md CHANGELOG.md Cargo.toml.orig src/*.rs tests/*.rs
%endif
%changelog
* Tue Jun 22 2021 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
- Update to version 2.1.0.
- Fixes RHBZ#1968589
* Mon Apr 12 2021 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-1
- Initial package

@ -1 +1 @@
SHA512 (configparser-2.0.1.crate) = 272850e6a87860da6ff1cd95983cfb41f042148f3b6fa9d66da471e4210f7db986c6a0e8adcc1bfdeeceaf826988d0ef91324902e23c8e4de0ff5f0e4e9cd95b
SHA512 (configparser-2.1.0.crate) = af459b2a3c228ebff981b1b6a158ab84af44a2037b499abc45c43234ba1014c826407a6212a9c36fc6a7acb6bf6407cfcbf52b72a35176cf7dfec94d0515fd6a

Loading…
Cancel
Save