Update to 0.1.2

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

1
.gitignore vendored

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

@ -1,8 +1,8 @@
--- grep-cli-0.1.1/Cargo.toml 1970-01-01T01:00:00+01:00 --- grep-cli-0.1.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ grep-cli-0.1.1/Cargo.toml 2018-10-28T02:54:00.778015+02:00 +++ grep-cli-0.1.2/Cargo.toml 2019-04-16T10:28:22.571015+00:00
@@ -41,5 +41,3 @@ @@ -44,5 +44,3 @@
[dependencies.termcolor] [dependencies.termcolor]
version = "1.0.3" version = "1.0.4"
-[target."cfg(windows)".dependencies.winapi-util] -[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1" -version = "0.1.1"

@ -6,14 +6,14 @@
%global crate grep-cli %global crate grep-cli
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.1 Version: 0.1.2
Release: 5%{?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
License: Unlicense or MIT License: Unlicense or MIT
URL: https://crates.io/crates/grep-cli URL: https://crates.io/crates/grep-cli
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows # * No windows
Patch0: grep-cli-fix-metadata.diff Patch0: grep-cli-fix-metadata.diff
@ -22,12 +22,13 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(atty/default) >= 0.2.11 with crate(atty/default) < 0.3.0) BuildRequires: (crate(atty/default) >= 0.2.11 with crate(atty/default) < 0.3.0)
BuildRequires: (crate(globset/default) >= 0.4.2 with crate(globset/default) < 0.5.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(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(log/default) >= 0.4.5 with crate(log/default) < 0.5.0)
BuildRequires: (crate(regex/default) >= 1.0.5 with crate(regex/default) < 2.0.0) BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0)
BuildRequires: (crate(same-file/default) >= 1.0.3 with crate(same-file/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.3 with crate(termcolor/default) < 2.0.0) BuildRequires: (crate(termcolor/default) >= 1.0.4 with crate(termcolor/default) < 2.0.0)
%global _description \ %global _description \
Utilities for search oriented command line applications. Utilities for search oriented command line applications.
@ -61,7 +62,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%build %build
@ -76,6 +77,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Apr 16 12:28:22 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.2-1
- Update to 0.1.2
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-5 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (grep-cli-0.1.1.crate) = c9f4ccde63e16cfe190786ccae82b4986fecd2d5c1f1c507ecf796d0f8511b79349e0482170bbd92f5865e7cd13655a708fa3b448259e38d8dc5fa215ba1a09c SHA512 (grep-cli-0.1.2.crate) = 1dcfd004cdddd02f4e77e96ca1d75009fb088b3b163c08a484b89d234e5262e655139f5f02c4471f9585e9655423eb7650f68c8ec7f6c316bf63b2e243bd3213

Loading…
Cancel
Save