update to version 0.1.6

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/grep-cli-0.1.3.crate /grep-cli-0.1.3.crate
/grep-cli-0.1.4.crate /grep-cli-0.1.4.crate
/grep-cli-0.1.5.crate /grep-cli-0.1.5.crate
/grep-cli-0.1.6.crate

@ -1,6 +1,6 @@
--- grep-cli-0.1.5/Cargo.toml 2020-05-29T13:14:18+00:00 --- grep-cli-0.1.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ grep-cli-0.1.5/Cargo.toml 2020-05-29T14:50:21.017787+00:00 +++ grep-cli-0.1.6/Cargo.toml 2021-06-18T10:46:55.405106+00:00
@@ -44,5 +44,3 @@ @@ -45,5 +45,3 @@
[dependencies.termcolor] [dependencies.termcolor]
version = "1.0.4" version = "1.0.4"

@ -1,12 +1,12 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate grep-cli %global crate grep-cli
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.5 Version: 0.1.6
Release: 3%{?dist} Release: 1%{?dist}
Summary: Utilities for search oriented command line applications Summary: Utilities for search oriented command line applications
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -14,7 +14,7 @@ License: Unlicense or MIT
URL: https://crates.io/crates/grep-cli URL: https://crates.io/crates/grep-cli
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows # * drop windows-specific dependencies
Patch0: grep-cli-fix-metadata.diff Patch0: grep-cli-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -74,6 +74,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.6-1
- Update to version 0.1.6.
- Fixes RHBZ#1971132
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-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-cli-0.1.5.crate) = 8d248cc84ad169931938e848aa371929dacb0850adc65254ab5e26355623ff9b23298eb73e5b1dd28b4792b8fb98fbed62fdd9e312d48439bae2c9cb99778b2f SHA512 (grep-cli-0.1.6.crate) = ffacb90586bb28afc3ab2a780be10c78f32b83c5ef5b28c7729ed61353ff5197bdafa485e87371d5ea10198bc9c28c46a22172a9fdb0adad0119274c503214ab

Loading…
Cancel
Save