public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-ego-tree] f44: Update to version 0.11.0; Fixes RHBZ#2331293
Date: Wed, 24 Jun 2026 08:51:10 GMT [thread overview]
Message-ID: <178229107021.1.5401572663029430100.rpms-rust-ego-tree-a692d974cf0a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-ego-tree
Branch : f44
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=f44
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
reply other threads:[~2026-06-24 8:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178229107021.1.5401572663029430100.rpms-rust-ego-tree-a692d974cf0a@fedoraproject.org \
--to=decathorpe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox