update to version 0.3.15

epel9
Fabio Valentini 4 years ago
parent ec8b44534a
commit a216fc906e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/erased-serde-0.3.11.crate /erased-serde-0.3.11.crate
/erased-serde-0.3.12.crate /erased-serde-0.3.12.crate
/erased-serde-0.3.13.crate /erased-serde-0.3.13.crate
/erased-serde-0.3.15.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
# * test files are not in the published crate # * test files are not in the published crate
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate erased-serde %global crate erased-serde
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.13 Version: 0.3.15
Release: 2%{?dist} Release: 1%{?dist}
Summary: Type-erased Serialize and Serializer traits Summary: Type-erased Serialize and Serializer traits
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -37,8 +37,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%doc README.md
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -108,6 +108,10 @@ which use "unstable-debug" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue May 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.15-1
- Update to version 0.3.15.
- Fixes RHBZ#1964135
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (erased-serde-0.3.13.crate) = 8967d74ef049a73f24ef2bb1b399293a73cb7e24f74e3d70017dda937e5766b22d841095b6ab6462d1f9a9bcf6ae347c71e06e78e8eb1f6be58d0e65c1bcb610 SHA512 (erased-serde-0.3.15.crate) = 2e3c46c10d07aaf57350a22d2a7e12c6a226c4c7134659ee9b0f959f6b783a08520fdd0f21d407456cf6d3c202b2c06f137a5ed4f895dab8d840c1b80865f11f

Loading…
Cancel
Save