Update to 0.5.3

epel9
Josh Stone 7 years ago
parent 7d8d4cb49d
commit 74ce3fd31e

2
.gitignore vendored

@ -1,2 +1,4 @@
/regex-syntax-0.4.1.crate /regex-syntax-0.4.1.crate
/regex-syntax-0.4.2.crate /regex-syntax-0.4.2.crate
/regex-syntax-0.5.0.crate
/regex-syntax-0.5.3.crate

@ -1,16 +1,14 @@
# Generated by rust2rpm # Generated by rust2rpm
# regex-syntax -> quickcheck(dev) -> env_logger -> regex(opt) -> regex-syntax %bcond_without check
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate regex-syntax %global crate regex-syntax
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.2 Version: 0.5.3
Release: 3%{?dist} Release: 1%{?dist}
Summary: Regular expression parser Summary: Regular expression parser
# https://github.com/rust-lang/regex/issues/342
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/regex-syntax URL: https://crates.io/crates/regex-syntax
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
@ -18,11 +16,8 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if %{with check} # [dependencies]
# [dev-dependencies] BuildRequires: (crate(ucd-util) >= 0.1.0 with crate(ucd-util) < 0.2.0)
BuildRequires: (crate(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0)
BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0)
%endif
%description %description
%{summary}. %{summary}.
@ -53,9 +48,13 @@ which use %{crate} from crates.io.
%endif %endif
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Wed Mar 14 2018 Josh Stone <jistone@redhat.com> - 0.5.3-1
- Update to 0.5.3
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-3 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (regex-syntax-0.4.2.crate) = 9b37814ab8bf8ba9d0ad125ea4038f505a0d232084faacbc4fa4126afefb3b8bdee03bfb55ee6f29c518a28f25021a31a8eb35d69999c48c739b1c30c2dba98d SHA512 (regex-syntax-0.5.3.crate) = 03034432b2a27c5b7e79ca072405ce4639e097843fe9861f0b8a0f289b37ff28e03c2454be0e815181882da7590ac1e8a356beefccc2bac57d02dfdd1f404d65

Loading…
Cancel
Save