public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-ego-tree] f43: Update to version 0.11.0; Fixes RHBZ#2331293
@ 2026-06-24  8:51 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-24  8:51 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-ego-tree
Branch : f43
Commit : a692d974cf0aa3932c4378f54a16e3003af44dfc
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-06-20T13:55:32+02:00
Stats  : +17/-7 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-ego-tree/c/a692d974cf0aa3932c4378f54a16e3003af44dfc?branch=f43

Log:
Update to version 0.11.0; Fixes RHBZ#2331293

---
diff --git a/.gitignore b/.gitignore
index 8c75a7c..063778f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ego-tree-0.6.2.crate
 /ego-tree-0.9.0.crate
+/ego-tree-0.11.0.crate

diff --git a/README.md b/README.md
deleted file mode 100644
index 0844117..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-ego-tree
-
-The rust-ego-tree package

diff --git a/rust-ego-tree.spec b/rust-ego-tree.spec
index ed0d188..df1c944 100644
--- a/rust-ego-tree.spec
+++ b/rust-ego-tree.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate ego-tree
 
 Name:           rust-ego-tree
-Version:        0.9.0
+Version:        0.11.0
 Release:        %autorelease
 Summary:        Vec-backed ID-tree
 
@@ -14,6 +14,7 @@ URL:            https://crates.io/crates/ego-tree
 Source:         %{crates_source}
 
 BuildRequires:  cargo-rpm-macros >= 24
+BuildRequires:  dos2unix
 
 %global _description %{expand:
 Vec-backed ID-tree.}
@@ -61,6 +62,8 @@ use the "serde" feature of the "%{crate}" crate.
 %prep
 %autosetup -n %{crate}-%{version} -p1
 %cargo_prep
+dos2unix --keepdate src/sort.rs
+dos2unix --keepdate tests/sort.rs
 
 %generate_buildrequires
 %cargo_generate_buildrequires

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..e991fb8
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,9 @@
+[requires]
+build = ["dos2unix"]
+
+[scripts]
+prep.post = [
+    "dos2unix --keepdate src/sort.rs",
+    "dos2unix --keepdate tests/sort.rs",
+]
+

diff --git a/sources b/sources
index a9f396f..7c62a2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ego-tree-0.9.0.crate) = 3b84f05d4e257298c95a143b89e2c33ea1c9dd088968ca6f6b7d90e844f4d41caf9dd61d9d539b2a850e7e18d177db3016a849709eafb36cccaf5d45a4a7dc7e
+SHA512 (ego-tree-0.11.0.crate) = 1cb01cbb6e1cde347250965df24fc4be3893524be8fb8af6cf7913c5898eb335d8595f46797e7e02287701b7909371ab66599dead0e632b7c9d83e98639e1c7e

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-24  8:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24  8:51 [rpms/rust-ego-tree] f43: Update to version 0.11.0; Fixes RHBZ#2331293 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox