Compare commits

...

No commits in common. 'epel9' and 'i10ce' have entirely different histories.
epel9 ... i10ce

2
.gitignore vendored

@ -1 +1 @@
/base64-0.13.1.crate SOURCES/base64-0.13.1.crate

@ -0,0 +1 @@
03876bf3566d383fe199bf53005b28145ffde08b SOURCES/base64-0.13.1.crate

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["outdated dev-dependencies: rand ^0.6, structopt"]

@ -1,5 +1,16 @@
# Generated by rust2rpm 24 ## START: Set by rpmautospec
%bcond_without check ## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 5;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 26
# * outdated dev-dependencies: rand ^0.6, structopt
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate base64 %global crate base64
@ -13,11 +24,8 @@ Summary: Encodes and decodes base64 as bytes or utf8
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/base64 URL: https://crates.io/crates/base64
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
Patch: base64-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Encodes and decodes base64 as bytes or utf8.} Encodes and decodes base64 as bytes or utf8.}
@ -77,7 +85,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
@ -95,4 +103,22 @@ use the "std" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
%autochangelog * Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.13.1-5
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sun Sep 01 2024 Fabio Valentini <decathorpe@gmail.com> - 0.13.1-5
- Disable tests to avoid pulling in outdated dev-dependencies
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Feb 24 2023 Fabio Valentini <decathorpe@gmail.com> - 0.13.1-1
- Initial import (base64 0.13 compat package)
## END: Generated by rpmautospec

@ -1,12 +0,0 @@
--- base64-0.13.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ base64-0.13.1/Cargo.toml 2023-02-23T15:49:25.031941+00:00
@@ -38,9 +38,6 @@
name = "benchmarks"
harness = false
-[dev-dependencies.criterion]
-version = "=0.3.2"
-
[dev-dependencies.rand]
version = "0.6.1"

@ -1 +0,0 @@
SHA512 (base64-0.13.1.crate) = 1eb76aff9a84057f2ccb7082e9c57b015c2d71a28173089b02e7aacd09a7d311bedf0a943529611ada29f8d7b536d7ae4de256d98eee8450003a3a9a652bda4b
Loading…
Cancel
Save