Compare commits

...

5 Commits

Author SHA1 Message Date
Benjamin A. Beasley 36a2ee23d7 Bump pretty_assertions dependency to 1.4.0
1 month ago
Fedora Release Engineering 2638b0e974 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 0a95fd1fb9
Update to version 0.2.5; Fixes RHBZ#2293522
7 months ago
Fedora Release Engineering a9fdd51d73 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering b4f8443704 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

1
.gitignore vendored

@ -1,2 +1,3 @@
/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

@ -0,0 +1,11 @@
--- 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,19 +1,23 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate displaydoc %global crate displaydoc
Name: rust-displaydoc Name: rust-displaydoc
Version: 0.2.4 Version: 0.2.5
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: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%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
@ -62,7 +66,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

@ -0,0 +1,5 @@
[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.4.crate) = a1de2c200584bfac640f8b84b5103d8687919cd29f59a14898e98d480f476a8e4dc06e3b929af479d536cd02186e2a9be72e6414338bc117b97bc0d160029592 SHA512 (displaydoc-0.2.5.crate) = 5ca35fa59f263162389c1180331e9df607d9374bcb056cb04bc46c98e4d87277162ddb2335ffa8a8c5f69218abc3eabccdcaa71c21b8dd9081cc4146f266b948

Loading…
Cancel
Save