Compare commits

..

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

2
.gitignore vendored

@ -1 +1 @@
/human_format-1.0.3.crate SOURCES/human_format-1.1.0.crate

@ -0,0 +1 @@
8c444cfc77d3a91c7852c0145144f1bb98c7c94a SOURCES/human_format-1.1.0.crate

@ -0,0 +1,8 @@
[package]
summary = "Converts a number to/from a human readable string"
[tests]
run = ["none"]
comments = [
"Deactivate tests because of missing dependency: galvanic-test (rhbz#2224175)",
]

@ -1,12 +1,22 @@
# Generated by rust2rpm 24 ## START: Set by rpmautospec
# Deactivate tests because of missing dependency: galvanic-test (rhbz#2224175) ## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
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 25
# * Deactivate tests because of missing dependency: galvanic-test (rhbz#2224175)
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate human_format %global crate human_format
Name: rust-human_format Name: rust-human_format
Version: 1.0.3 Version: 1.1.0
Release: %autorelease Release: %autorelease
Summary: Converts a number to/from a human readable string Summary: Converts a number to/from a human readable string
@ -14,7 +24,7 @@ License: MIT
URL: https://crates.io/crates/human_format URL: https://crates.io/crates/human_format
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
BuildRequires: dos2unix BuildRequires: dos2unix
%global _description %{expand: %global _description %{expand:
@ -51,7 +61,7 @@ use the "default" 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
# Fix EOL encodings # Fix EOL encodings
for f in src/lib.rs changelog.md README.md; do for f in src/lib.rs changelog.md README.md; do
# Keep timestamp of the old file # Keep timestamp of the old file
@ -77,4 +87,16 @@ done
%endif %endif
%changelog %changelog
%autochangelog * Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.1.0-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sun Feb 18 2024 blinxen <h-k-81@hotmail.com> - 1.1.0-1
- Update to version 1.1.0 (rhbz#2264639)
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 blinxen <h-k-81@hotmail.com> - 1.0.3-1
- Initial package (rhbz#2224327)
## END: Generated by rpmautospec

@ -1,2 +0,0 @@
[DEFAULT]
summary = Converts a number to/from a human readable string

@ -1 +0,0 @@
SHA512 (human_format-1.0.3.crate) = a91357f791c136db826fc4704266b20d7acbbf681cf4b4c7e43ef3ae33f22a31bbbda13feccdddeb33619ceab61ff593ae431ad2816645e8a4d6c6d7b48dde77
Loading…
Cancel
Save