Compare commits

..

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

1
.gitignore vendored

@ -1,2 +1 @@
/human_format-1.0.3.crate /human_format-1.0.3.crate
/human_format-1.1.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 24
# * Deactivate tests because of missing dependency: galvanic-test (rhbz#2224175) # 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.1.0 Version: 1.0.3
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 +14,7 @@ License: MIT
URL: https://crates.io/crates/human_format URL: https://crates.io/crates/human_format
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
BuildRequires: dos2unix BuildRequires: dos2unix
%global _description %{expand: %global _description %{expand:
@ -51,7 +51,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} -p1 %autosetup -n %{crate}-%{version_no_tilde} -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

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

@ -1,8 +0,0 @@
[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 +1 @@
SHA512 (human_format-1.1.0.crate) = 73f092bd89f6db5acdbaca95e5c21fa908dda63183b1f75569fa480fa1f60c816be7b821bf2da900bf71e23027af68e40636ec6b7aad27ecef0c77a323848d12 SHA512 (human_format-1.0.3.crate) = a91357f791c136db826fc4704266b20d7acbbf681cf4b4c7e43ef3ae33f22a31bbbda13feccdddeb33619ceab61ff593ae431ad2816645e8a4d6c6d7b48dde77

Loading…
Cancel
Save