Update to 1.0.105

epel9
Josh Stone 5 years ago
parent b5c44045c2
commit 4253317530

1
.gitignore vendored

@ -63,3 +63,4 @@
/serde_test-1.0.102.crate
/serde_test-1.0.103.crate
/serde_test-1.0.104.crate
/serde_test-1.0.105.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 11
# Generated by rust2rpm 13
# * RUSTC_BOOTSTRAP breaks tests
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate serde_test
Name: rust-%{crate}
Version: 1.0.104
Release: 2%{?dist}
Version: 1.0.105
Release: 1%{?dist}
Summary: Token De/Serializer for testing De/Serialize implementations
# Upstream license specification: MIT OR Apache-2.0
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md crates-io.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Mar 18 2020 Josh Stone <jistone@redhat.com> - 1.0.105-1
- Update to 1.0.105
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.104-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (serde_test-1.0.104.crate) = 35b73c1afcd18a5ae9c52bd5cc9b35679f0786c88b666811da641f4d77950ee58d37da8ce6d20931015a7f376e7062780eafe02c301a909d5263f16e3cdbb93d
SHA512 (serde_test-1.0.105.crate) = 74b8da52ae916793f17b0bed06a2520c82f7a83c46055e242f0ef80cdfb0c3e91c6ae92c53876991448789dd335f146602aaf667bbcf6b37ce045b3c4f88ccf3

Loading…
Cancel
Save