Update to 1.1.2

epel9
Josh Stone 6 years ago
parent 71ce53b60d
commit 3b32c066c9

1
.gitignore vendored

@ -13,3 +13,4 @@
/regex-1.0.5.crate
/regex-1.0.6.crate
/regex-1.1.0.crate
/regex-1.1.2.crate

@ -6,14 +6,14 @@
%global crate regex
Name: rust-%{crate}
Version: 1.1.0
Release: 2%{?dist}
Version: 1.1.2
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
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
@ -98,7 +98,7 @@ which use "use_std" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@ -113,6 +113,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Feb 28 2019 Josh Stone <jistone@redhat.com> - 1.1.2-1
- Update to 1.1.2
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (regex-1.1.0.crate) = f60d9e7c5a8647a1e0d35e995e799335ae695903985cd9f90923ab6483172602e9493005b7c7bd3dee0824de992dcd2f03320d58419206a0d5cfb675c68c4745
SHA512 (regex-1.1.2.crate) = 84d4bc302daf92c71354c53565f55bc931b1a1d9f6a3ca11d1959ba9d6fc9a8cdb6d47ecad2e9edab451574a5159bbb4fe82f344513c56f63f42510cb76b1d16

Loading…
Cancel
Save