Update to 0.1.3

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent e94f4ac1f4
commit 6f70a7ef2a
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/grep-cli-0.1.1.crate
/grep-cli-0.1.2.crate
/grep-cli-0.1.3.crate

@ -1,5 +1,5 @@
--- grep-cli-0.1.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ grep-cli-0.1.2/Cargo.toml 2019-04-16T10:28:22.571015+00:00
--- grep-cli-0.1.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ grep-cli-0.1.3/Cargo.toml 2019-06-27T05:44:52.936596+00:00
@@ -44,5 +44,3 @@
[dependencies.termcolor]

@ -1,12 +1,12 @@
# Generated by rust2rpm 9
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
%global crate grep-cli
Name: rust-%{crate}
Version: 0.1.2
Release: 2%{?dist}
Version: 0.1.3
Release: 1%{?dist}
Summary: Utilities for search oriented command line applications
# Upstream license specification: Unlicense/MIT
@ -23,16 +23,6 @@ BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(atty/default) >= 0.2.11 with crate(atty/default) < 0.3.0)
BuildRequires: (crate(bstr/default) >= 0.1.2 with crate(bstr/default) < 0.2.0)
BuildRequires: (crate(globset/default) >= 0.4.3 with crate(globset/default) < 0.5.0)
BuildRequires: (crate(lazy_static/default) >= 1.1.0 with crate(lazy_static/default) < 2.0.0)
BuildRequires: (crate(log/default) >= 0.4.5 with crate(log/default) < 0.5.0)
BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0)
BuildRequires: (crate(same-file/default) >= 1.0.4 with crate(same-file/default) < 2.0.0)
BuildRequires: (crate(termcolor/default) >= 1.0.4 with crate(termcolor/default) < 2.0.0)
%endif
%global _description %{expand:
Utilities for search oriented command line applications.}
@ -69,6 +59,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -81,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jun 27 07:44:53 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.3-1
- Update to 0.1.3
* Sun Jun 09 10:05:25 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.2-2
- Regenerate

@ -1 +1 @@
SHA512 (grep-cli-0.1.2.crate) = 1dcfd004cdddd02f4e77e96ca1d75009fb088b3b163c08a484b89d234e5262e655139f5f02c4471f9585e9655423eb7650f68c8ec7f6c316bf63b2e243bd3213
SHA512 (grep-cli-0.1.3.crate) = 5867afd60939e24b7baa848f72342fc7cf927f198b7c945a00a93c8c504f18fdc75adbb1f28ad559dd7bb301ace6bd2641a79d138c5f742c366d9cd7a3452da9

Loading…
Cancel
Save