Update to 1.0.2

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

1
.gitignore vendored

@ -8,3 +8,4 @@
/regex-0.2.11.crate /regex-0.2.11.crate
/regex-1.0.0.crate /regex-1.0.0.crate
/regex-1.0.1.crate /regex-1.0.1.crate
/regex-1.0.2.crate

@ -1,6 +1,6 @@
--- regex-1.0.0/Cargo.toml 1970-01-01T01:00:00+01:00 --- regex-1.0.2/Cargo.toml 1970-01-01T01:00:00+01:00
+++ regex-1.0.0/Cargo.toml 2018-06-12T09:11:14.376548+02:00 +++ regex-1.0.2/Cargo.toml 2018-07-19T03:37:55.434512+02:00
@@ -90,8 +90,6 @@ @@ -95,8 +95,6 @@
[features] [features]
default = ["use_std"] default = ["use_std"]

@ -6,8 +6,8 @@
%global crate regex %global crate regex
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.1 Version: 1.0.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: Implementation of regular expressions for Rust Summary: Implementation of regular expressions for Rust
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -15,7 +15,7 @@ URL: https://crates.io/crates/regex
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 unstable features # * No unstable features
Patch0: regex-1.0.0-fix-metadata.diff Patch0: regex-1.0.2-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -69,6 +69,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci,scripts} %exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci,scripts}
%changelog %changelog
* Thu Jul 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.2-1
- Update to 1.0.2
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (regex-1.0.1.crate) = 77429a575ecd419521e4abe031d7dc83692d32e36abba7f432f37166b903f5a30e2ffeedd141d7e5d6117932e60c053a34dc7ce07d809739bc7e1a165d0008ae SHA512 (regex-1.0.2.crate) = 546d38e992c4474d6cec812c1b6f57c7a1991f27cc0d5772d814a21f670128ce11f1ea1750a6ade402fba8b31a8485a61891a9ccbccdc8483054316eca84a047

Loading…
Cancel
Save