Update to 1.0.6

epel9
Josh Stone 6 years ago
parent 2229a1ea0c
commit 8b856e3dbb

1
.gitignore vendored

@ -11,3 +11,4 @@
/regex-1.0.2.crate
/regex-1.0.4.crate
/regex-1.0.5.crate
/regex-1.0.6.crate

@ -1,10 +0,0 @@
--- regex-1.0.5/Cargo.toml 1970-01-01T01:00:00+01:00
+++ regex-1.0.5/Cargo.toml 2018-10-27T23:15:29.284902+02:00
@@ -22,6 +22,7 @@
categories = ["text-processing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/regex"
+exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"]
[profile.test]
debug = true

@ -6,17 +6,14 @@
%global crate regex
Name: rust-%{crate}
Version: 1.0.5
Release: 3%{?dist}
Version: 1.0.6
Release: 1%{?dist}
Summary: Implementation of regular expressions for Rust
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/regex
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Exclude unneeded files, https://github.com/rust-lang/regex/pull/520
Patch0: regex-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -116,6 +113,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Sat Nov 10 2018 Josh Stone <jistone@redhat.com> - 1.0.6-1
- Update to 1.0.6
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.5-3
- Adapt to new packaging

@ -1 +1 @@
SHA512 (regex-1.0.5.crate) = a4ddc78fcae0a2b3c0e041382bc8c85a216ff380212762459637934c863782445cd289f5cd60c2a923ea9161f4dad9891210fe6a86cd6bbc8db8abd98ead34ce
SHA512 (regex-1.0.6.crate) = 4779fe3896c131b418b07ec2622888b2b8dc64172744e6ff91c46a957646c796c46fcc5b1c37b5349f0c7a5adccee2e7af1e07121dfd2b59976bd0fde5b60bb4

Loading…
Cancel
Save