Update to 0.3.0

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

1
.gitignore vendored

@ -1 +1,2 @@
/globset-0.2.1.crate /globset-0.2.1.crate
/globset-0.3.0.crate

@ -1,7 +0,0 @@
--- globset-0.2.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ globset-0.2.1/Cargo.toml 2017-11-09T09:09:13.471327+01:00
@@ -43,4 +43,3 @@
version = "0.2"
[features]
-simd-accel = ["regex/simd-accel"]

@ -0,0 +1,7 @@
--- globset-0.3.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ globset-0.3.0/Cargo.toml 2018-02-12T16:19:36.315957+01:00
@@ -43,4 +43,3 @@
version = "0.2"
[features]
-simd-accel = ["regex/simd-accel"]

@ -5,8 +5,8 @@
%global crate globset %global crate globset
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.1 Version: 0.3.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: Single glob and glob set matching Summary: Single glob and glob set matching
License: Unlicense or MIT License: Unlicense or MIT
@ -14,7 +14,7 @@ URL: https://crates.io/crates/globset
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata # Initial patched metadata
# * No simd # * No simd
Patch0: globset-0.2.1-fix-metadata.diff Patch0: globset-0.3.0-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -22,7 +22,7 @@ BuildRequires: rust-packaging
# [dependencies] # [dependencies]
BuildRequires: (crate(aho-corasick) >= 0.6.0 with crate(aho-corasick) < 0.7.0) BuildRequires: (crate(aho-corasick) >= 0.6.0 with crate(aho-corasick) < 0.7.0)
BuildRequires: (crate(fnv) >= 1.0.0 with crate(fnv) < 2.0.0) BuildRequires: (crate(fnv) >= 1.0.0 with crate(fnv) < 2.0.0)
BuildRequires: (crate(log) >= 0.3.0 with crate(log) < 0.4.0) BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0)
BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0) BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0)
BuildRequires: (crate(regex) >= 0.2.1 with crate(regex) < 0.3.0) BuildRequires: (crate(regex) >= 0.2.1 with crate(regex) < 0.3.0)
%if %{with check} %if %{with check}
@ -66,6 +66,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Mon Feb 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Update to 0.3.0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (globset-0.2.1.crate) = 19cdce0b498033a8649006621137dfd1df5cb00b69e5d4ecd4ad34962b7f8ad10df94bbd07a92074b43f6d96b9b49a6b0861072900d1591fb8d64f2ff64c7eb2 SHA512 (globset-0.3.0.crate) = 53cce0854058e70c869c4d7803dc040866028bb91ef2a5be59f3d93de18452898ec958b035961d536821fe967ad52c074114dcf23d62e0d0a5317b32d264e8bf

Loading…
Cancel
Save