Update to version 1.4.1; Fixes RHBZ#2062979

epel9
Fabio Valentini 3 years ago
parent 52e5ec43d8
commit e8a1b4d1a9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/base64ct-1.3.0.crate
/base64ct-1.3.3.crate
/base64ct-1.4.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate base64ct
Name: rust-%{crate}
Version: 1.3.3
Version: 1.4.1
Release: %autorelease
Summary: Pure Rust, constant-time implementation of Base64 (RFC 4648)
@ -16,7 +16,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-
@ -35,9 +35,11 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -49,7 +51,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
@ -61,7 +63,7 @@ This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -73,7 +75,7 @@ This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (base64ct-1.3.3.crate) = 4292cf390ab7ad31e6b41245215b8acde1942fe130a3e6e8cd58b0623ec933787bc1c8ece7972a1d46034b1c283ba75173d7c8ff91edd5f1978be76419bbdd71
SHA512 (base64ct-1.4.1.crate) = 4cf1b32ae35beee8b3d04f4f055704371b1dd91346427495a0584f9e0fa524a6904bdcbb6188d07d757c3ce4011e8e70236ef61964ec07cbd7c27522c1026ae6

Loading…
Cancel
Save