Update to 0.4.4

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

1
.gitignore vendored

@ -1 +1,2 @@
/string_cache_codegen-0.4.2.crate
/string_cache_codegen-0.4.4.crate

@ -5,12 +5,11 @@
%global crate string_cache_codegen
Name: rust-%{crate}
Version: 0.4.2
Release: 3%{?dist}
Version: 0.4.4
Release: 1%{?dist}
Summary: Codegen library for string-cache, developed as part of the Servo project
# Upstream license specification: MIT / Apache-2.0
# https://github.com/servo/string-cache/issues/214
License: MIT or ASL 2.0
URL: https://crates.io/crates/string_cache_codegen
Source: %{crates_source}
@ -37,6 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel
@ -70,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Sep 14 14:17:18 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.4-1
- Update to 0.4.4
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (string_cache_codegen-0.4.2.crate) = 1d0d91a6766a4985a833d5d0931b3331a37e1c97c82ccd4c85a92a8d338b3dfb6202a1a7c6c132e976a49f173d4fdbe5ff903120d20e6493d1be76af167b1026
SHA512 (string_cache_codegen-0.4.4.crate) = 59a92121f4e0967da13c6a2f40cfefb0451c734af6555f014dfd885ef8b478a803253f0c36c7ec95cd78032f2f50d3614daa3828cdc85e28acb6f588472aca44

Loading…
Cancel
Save