update to version 0.1.5

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/grep-matcher-0.1.2.crate /grep-matcher-0.1.2.crate
/grep-matcher-0.1.3.crate /grep-matcher-0.1.3.crate
/grep-matcher-0.1.4.crate /grep-matcher-0.1.4.crate
/grep-matcher-0.1.5.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate grep-matcher %global crate grep-matcher
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.4 Version: 0.1.5
Release: 3%{?dist} Release: 1%{?dist}
Summary: Trait for regular expressions, with a focus on line oriented search Summary: Trait for regular expressions, with a focus on line oriented search
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.5-1
- Update to version 0.1.5.
- Fixes RHBZ#1971142
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (grep-matcher-0.1.4.crate) = 6bb8fa1914cd34e61340d86a0ca09556f117ff638264875800fe2516662b4e8560e8d68e79333a0c19b6bc48e8d453dfc36b901747348c633233ce4b026339e4 SHA512 (grep-matcher-0.1.5.crate) = 7f7bd34a5ff1576131b97e3126fdeb8ca0836f566a18524cf225d36fad3a74e74e6f20e252361e67df133619a628b10cd8170a7ba80747a56b47a86972c45133

Loading…
Cancel
Save