public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-rend] epel9: Update to version 0.5.4; Fixes RHBZ#2496667
@ 2026-07-03 18:14 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-03 18:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-rend
Branch : epel9
Commit : 8ce9c2fbbf5a77e6ed19418420c5a655934fa960
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-03T07:14:41+01:00
Stats : +3/-16 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-rend/c/8ce9c2fbbf5a77e6ed19418420c5a655934fa960?branch=epel9
Log:
Update to version 0.5.4; Fixes RHBZ#2496667
---
diff --git a/.gitignore b/.gitignore
index 8484fca..e430de3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/rend-0.5.1.crate
/rend-0.5.2.crate
/rend-0.5.3.crate
+/rend-0.5.4.crate
diff --git a/rust-rend.spec b/rust-rend.spec
index 779c9f9..ea2b740 100644
--- a/rust-rend.spec
+++ b/rust-rend.spec
@@ -5,7 +5,7 @@
%global crate rend
Name: rust-rend
-Version: 0.5.3
+Version: 0.5.4
Release: %autorelease
Summary: Cross-platform, endian-aware primitives for Rust
@@ -14,7 +14,6 @@ URL: https://crates.io/crates/rend
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
-BuildRequires: dos2unix
%global _description %{expand:
Cross-platform, endian-aware primitives for Rust.}
@@ -85,8 +84,6 @@ use the "zerocopy-0_8" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version} -p1
-# The crate has a mixture of newline styles.
-find . -type f -exec dos2unix --keepdate '{}' '+'
%cargo_prep
%generate_buildrequires
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 460027d..5db7c26 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -6,14 +6,3 @@ doc-files.exclude = [
# documentation is not installed.
"README.md",
]
-
-[requires]
-build = [
- "dos2unix",
-]
-
-[scripts.prep]
-pre = [
- "# The crate has a mixture of newline styles.",
- "find . -type f -exec dos2unix --keepdate '{}' '+'",
-]
diff --git a/sources b/sources
index 34ffaef..20b02c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rend-0.5.3.crate) = e45458ac2c42fbad844c0d1890214386c4f5d783859a317f299730955d4385f1a21e556666de72151b03730c9b892b38654a9e33fe8b6c68af22af937504a01f
+SHA512 (rend-0.5.4.crate) = 26c960b8badb71e128ebe6e43bcbe9e755a244b62249b837385e13a8c5f20d1ff75656bec802108d6ae45d7d82dfbe0c3934b1c7099e88a16f55595819c0660f
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-03 18:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 18:14 [rpms/rust-rend] epel9: Update to version 0.5.4; Fixes RHBZ#2496667 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox