update to version 0.10.2

epel9
Fabio Valentini 4 years ago
parent fbfe5efea3
commit b0ad66543f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/semver-parser-0.7.0.crate /semver-parser-0.7.0.crate
/semver-parser-0.9.0.crate /semver-parser-0.9.0.crate
/semver-parser-0.10.1.crate /semver-parser-0.10.1.crate
/semver-parser-0.10.2.crate

@ -1,10 +1,10 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global crate semver-parser %global crate semver-parser
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.1 Version: 0.10.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Parsing of the semver spec Summary: Parsing of the semver spec
@ -83,6 +83,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 11 2021 Fabio Valentini <decathorpe@gmail.com> - 0.10.2-1
- Update to version 0.10.2.
- Fixes RHBZ#1913088
* Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.1-1 * Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.1-1
- Update to version 0.10.1. - Update to version 0.10.1.

@ -1 +1 @@
SHA512 (semver-parser-0.10.1.crate) = 9778f1810d6fb37842bb0502dcfd7432c23459d07aec5557bcd025db9bbf642180f99e2f5784589c58c4382ff8ea455bf277574335c1b61422043cc7de1fa705 SHA512 (semver-parser-0.10.2.crate) = 154a6905eb5fb854450a0bd00381f93ededd6f1a992103a53464429195102eb266c7e8681e89cf952223a51427fa17c0a36e3b7c2eb6d375b309e5fd3d721f1a

Loading…
Cancel
Save