Update to 1.1.0

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/tabwriter-1.0.3.crate
/tabwriter-1.0.4.crate
/tabwriter-1.1.0.crate

@ -5,16 +5,13 @@
%global crate tabwriter
Name: rust-%{crate}
Version: 1.0.4
Release: 2%{?dist}
Version: 1.1.0
Release: 1%{?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}
@ -59,6 +56,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,session.vim}
%changelog
* Thu Jun 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.0-1
- Update to 1.1.0
* Thu Jun 14 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-2
- Bump regex to 1

@ -1 +1 @@
SHA512 (tabwriter-1.0.4.crate) = 6bfac7e9b5db8fe5447248328bcc6dbccfb80f5893e2d307349cacaecfb5a892702afe02a66365d94d1fdf092c5828009ddba761ba775afefff80fe45ba0e543
SHA512 (tabwriter-1.1.0.crate) = ed80e5e0d31f5941c63bf8f311b71919bf9fe84d872dcd31b37a1eac57a4efe4025b56784fd4083b952c7cae47f08562d10ed679cff0edb8b8dc57ff87ac7ee5

@ -1,11 +0,0 @@
--- 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