Compare commits

...

4 Commits

Author SHA1 Message Date
Fabio Valentini 7facd29b5a
Bump base64 dev-dependency from 0.21 to 0.22
4 months ago
Fedora Release Engineering f392f7bf13 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering 6c2a9d0d56 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering 5669a49067 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

@ -0,0 +1,11 @@
--- base64ct-1.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ base64ct-1.6.0/Cargo.toml 2024-09-19T14:05:44.299614+00:00
@@ -45,7 +45,7 @@
]
[dev-dependencies.base64]
-version = "0.21"
+version = "0.22"
[dev-dependencies.proptest]
version = "1"

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -7,13 +7,16 @@
Name: rust-base64ct Name: rust-base64ct
Version: 1.6.0 Version: 1.6.0
Release: %autorelease Release: %autorelease
Summary: Pure Rust, constant-time implementation of Base64 (RFC 4648) Summary: Pure Rust implementation of Base64
License: Apache-2.0 OR MIT License: Apache-2.0 OR MIT
URL: https://crates.io/crates/base64ct URL: https://crates.io/crates/base64ct
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump base64 dev-dependency from 0.21 to 0.22
Patch: base64ct-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of
@ -75,7 +78,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

Loading…
Cancel
Save