Update to 1.2.1

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

1
.gitignore vendored

@ -1 +1,2 @@
/rust_decimal-1.0.3.crate /rust_decimal-1.0.3.crate
/rust_decimal-1.2.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 11 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rust_decimal %global crate rust_decimal
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.3 Version: 1.2.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: Decimal Implementation written in pure Rust suitable for financial calculations Summary: Decimal Implementation written in pure Rust suitable for financial calculations
# Upstream license specification: MIT # Upstream license specification: MIT
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md VERSION.md %doc README.md VERSION.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}
@ -51,7 +51,19 @@ 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}+diesel-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+diesel-devel %{_description}
This package contains library source intended for building other packages
which use "diesel" feature of "%{crate}" crate.
%files -n %{name}+diesel-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+postgres-devel %package -n %{name}+postgres-devel
Summary: %{summary} Summary: %{summary}
@ -63,7 +75,7 @@ This package contains library source intended for building other packages
which use "postgres" feature of "%{crate}" crate. which use "postgres" feature of "%{crate}" crate.
%files -n %{name}+postgres-devel %files -n %{name}+postgres-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -75,7 +87,43 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate. which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-float-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-float-devel %{_description}
This package contains library source intended for building other packages
which use "serde-float" feature of "%{crate}" crate.
%files -n %{name}+serde-float-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tokio-pg-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-pg-devel %{_description}
This package contains library source intended for building other packages
which use "tokio-pg" feature of "%{crate}" crate.
%files -n %{name}+tokio-pg-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tokio-postgres-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-postgres-devel %{_description}
This package contains library source intended for building other packages
which use "tokio-postgres" feature of "%{crate}" crate.
%files -n %{name}+tokio-postgres-devel
%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
@ -96,6 +144,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Feb 11 09:58:57 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.2.1-1
- Update to 1.2.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (rust_decimal-1.0.3.crate) = 672582c58b2c87a186733e9f3f3056e1689bbd9637eb30f00afbd47189883af47ea65f05c346fa21a697d7ddfbcf426c61ca1141187616ce922efe1254a04614 SHA512 (rust_decimal-1.2.1.crate) = bd20fbd5446043414924bdb54c3f9cfef1e7636c0b61b2d978ddb25053ade5d75ccc46511841a46cc8dd1b8d61c8b83374dc5557f0ec1d8d7fdd87ae85dfd8b7

Loading…
Cancel
Save