Bump regex to 1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel10
Igor Gnatenko 7 years ago
parent cda5ca9816
commit 5353af7fd8
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -6,19 +6,22 @@
Name: rust-%{crate}
Version: 1.0.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Elastic tabstops
License: Unlicense or MIT
URL: https://crates.io/crates/tabwriter
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump regex to 1, https://github.com/BurntSushi/tabwriter/pull/18
Patch0: tabwriter-1.0.4-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
BuildRequires: (crate(regex) >= 0.2.1 with crate(regex) < 0.3.0)
BuildRequires: (crate(regex) >= 1.0.0 with crate(regex) < 2.0.0)
BuildRequires: (crate(unicode-width) >= 0.1.0 with crate(unicode-width) < 0.2.0)
%description
@ -56,6 +59,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,session.vim}
%changelog
* Thu Jun 14 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-2
- Bump regex to 1
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 1.0.4-1
- Update to 1.0.4

@ -0,0 +1,11 @@
--- tabwriter-1.0.4/Cargo.toml 1970-01-01T01:00:00+01:00
+++ tabwriter-1.0.4/Cargo.toml 2018-06-14T08:15:47.566566+02:00
@@ -26,7 +26,7 @@
optional = true
[dependencies.regex]
-version = "^0.2.1"
+version = "1"
optional = true
[dependencies.unicode-width]
Loading…
Cancel
Save