Update to 1.0.3

epel9
Josh Stone 5 years ago
parent 608a7a6ab0
commit 6f1942cc45

1
.gitignore vendored

@ -5,3 +5,4 @@
/ryu-0.2.8.crate /ryu-0.2.8.crate
/ryu-1.0.0.crate /ryu-1.0.0.crate
/ryu-1.0.2.crate /ryu-1.0.2.crate
/ryu-1.0.3.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ryu %global crate ryu
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.2 Version: 1.0.3
Release: 2%{?dist} Release: 1%{?dist}
Summary: Fast floating point to string conversion Summary: Fast floating point to string conversion
# Upstream license specification: Apache-2.0 OR BSL-1.0 # Upstream license specification: Apache-2.0 OR BSL-1.0
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-BOOST %license LICENSE-APACHE LICENSE-BOOST
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+no-panic-devel %package -n %{name}+no-panic-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "no-panic" feature of "%{crate}" crate. which use "no-panic" feature of "%{crate}" crate.
%files -n %{name}+no-panic-devel %files -n %{name}+no-panic-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+small-devel %package -n %{name}+small-devel
Summary: %{summary} Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "small" feature of "%{crate}" crate. which use "small" feature of "%{crate}" crate.
%files -n %{name}+small-devel %files -n %{name}+small-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -95,6 +95,9 @@ which use "small" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Mar 13 2020 Josh Stone <jistone@redhat.com> - 1.0.3-1
- Update to 1.0.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (ryu-1.0.2.crate) = c681e037f1eea488bad7fb5ecc79af52377bd4b9eeed95eb213201219d7f100702000f81947aff8f18641235fb62c138a30eb20c1f93ae518a4d9960a598bb64 SHA512 (ryu-1.0.3.crate) = 53ee61ef116594829849b417feb02d415305783b08d3e45656a467aaf272899e4ed46ac0415cefdf3102f61faa666f21f3237244b2711ad10b528a3773aa8414

Loading…
Cancel
Save