Compare commits

..

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

1
.gitignore vendored

@ -1,3 +1,2 @@
/displaydoc-0.2.3.crate /displaydoc-0.2.3.crate
/displaydoc-0.2.4.crate /displaydoc-0.2.4.crate
/displaydoc-0.2.5.crate

@ -1,11 +0,0 @@
--- displaydoc-0.2.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ displaydoc-0.2.5/Cargo.toml 2024-12-11T12:17:38.790823+00:00
@@ -96,7 +96,7 @@
default-features = false
[dev-dependencies.pretty_assertions]
-version = "0.6.1"
+version = "1.4.0"
[dev-dependencies.rustversion]
version = "1.0.0"

@ -1,23 +1,19 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 24
%bcond check 1 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate displaydoc %global crate displaydoc
Name: rust-displaydoc Name: rust-displaydoc
Version: 0.2.5 Version: 0.2.4
Release: %autorelease Release: %autorelease
Summary: Derive macro for implementing the display Trait Summary: Derive macro for implementing the display Trait
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/displaydoc URL: https://crates.io/crates/displaydoc
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * Bump pretty_assertions dependency to 1.4.0:
# https://github.com/yaahc/displaydoc/pull/53
Patch: displaydoc-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
A derive macro for implementing the display Trait via a doc comment and A derive macro for implementing the display Trait via a doc comment and
@ -66,7 +62,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} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1,5 +0,0 @@
[package]
summary = "Derive macro for implementing the display Trait"
cargo-toml-patch-comments = [
"Bump pretty_assertions dependency to 1.4.0: https://github.com/yaahc/displaydoc/pull/53",
]

@ -1 +1 @@
SHA512 (displaydoc-0.2.5.crate) = 5ca35fa59f263162389c1180331e9df607d9374bcb056cb04bc46c98e4d87277162ddb2335ffa8a8c5f69218abc3eabccdcaa71c21b8dd9081cc4146f266b948 SHA512 (displaydoc-0.2.4.crate) = a1de2c200584bfac640f8b84b5103d8687919cd29f59a14898e98d480f476a8e4dc06e3b929af479d536cd02186e2a9be72e6414338bc117b97bc0d160029592

Loading…
Cancel
Save