public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Aleksei Bavshin <alebastr@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-just] f44: Update to 1.51.0 (#2468581)
Date: Sun, 31 May 2026 21:31:41 GMT [thread overview]
Message-ID: <178026310151.1.15877357021551498416.rpms-rust-just-01112a19261c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-just
Branch : f44
Commit : 01112a19261cdb0d8c4ac0c2a9d2e9332d740cfb
Author : Aleksei Bavshin <alebastr@fedoraproject.org>
Date : 2026-05-31T13:28:09-07:00
Stats : +15/-15 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-just/c/01112a19261cdb0d8c4ac0c2a9d2e9332d740cfb?branch=f44
Log:
Update to 1.51.0 (#2468581)
---
diff --git a/.gitignore b/.gitignore
index aa1c259..cc31b9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
/*.src.rpm
/results_*/
-/just-1.50.0.crate
+/just-1.51.0.crate
diff --git a/just-fix-metadata-auto.diff b/just-fix-metadata-auto.diff
index 290da86..bb4d6e5 100644
--- a/just-fix-metadata-auto.diff
+++ b/just-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- just-1.50.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ just-1.50.0/Cargo.toml 2026-04-20T04:46:14.537827+00:00
-@@ -190,10 +190,6 @@
+--- just-1.51.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ just-1.51.0/Cargo.toml 2026-05-31T20:24:41.174252+00:00
+@@ -184,10 +184,6 @@
"user",
"fs",
]
@@ -11,7 +11,7 @@
[lints.clippy]
arbitrary_source_item_ordering = "deny"
-@@ -231,3 +227,4 @@
+@@ -225,3 +221,4 @@
[profile.release]
lto = true
codegen-units = 1
diff --git a/just-fix-metadata.diff b/just-fix-metadata.diff
index d8c252b..831efd5 100644
--- a/just-fix-metadata.diff
+++ b/just-fix-metadata.diff
@@ -1,11 +1,11 @@
---- just-1.50.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ just-1.50.0/Cargo.toml 2026-04-20T04:46:28.395559+00:00
+--- just-1.51.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ just-1.51.0/Cargo.toml 2026-05-31T20:25:55.412221+00:00
@@ -86,11 +86,11 @@
]
[dependencies.clap_complete]
--version = "=4.6.2"
-+version = "4.5.66"
+-version = "=4.6.4"
++version = "4.6.0"
features = ["unstable-dynamic"]
[dependencies.clap_mangen]
@@ -14,12 +14,12 @@
[dependencies.dirs]
version = "6.0.0"
-@@ -152,7 +152,7 @@
+@@ -146,7 +146,7 @@
features = ["unicode"]
[dependencies.snafu]
-version = "0.9.0"
+version = ">=0.8,<0.10"
- [dependencies.strum]
- version = "0.28.0"
+ [dependencies.strsim]
+ version = "0.11.1"
diff --git a/rust-just.spec b/rust-just.spec
index e36f387..117d62a 100644
--- a/rust-just.spec
+++ b/rust-just.spec
@@ -4,7 +4,7 @@
%global crate just
Name: rust-just
-Version: 1.50.0
+Version: 1.51.0
Release: %autorelease
Summary: Just a command runner
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 9b26e28..78c4a36 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -9,7 +9,7 @@ extra-files = [
"%{zsh_completions_dir}/_just"
]
cargo-toml-patch-comments = [
- "Relax 'clap_mangen' dependency from 0.3.0 to >=0.2,<0.4"
+ "Relax 'clap_mangen' dependency from 0.3.0 to >=0.2,<0.4",
"Relax 'snafu' dependency from 0.9.0 to >=0.8,<0.10",
"Unpin 'clap_complete'",
]
diff --git a/sources b/sources
index 020afaf..74c2e5d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (just-1.50.0.crate) = 5ac1d86bb188d8ded61e34742b321c7bf757f1b3977e85b1802be5781cd7e4a5ef13e5084de51a50ecd0322ec09b429030b74d8d4022810fd090e228cd28a9f0
+SHA512 (just-1.51.0.crate) = d86540bbcb9f4e9bc45d67507c44df9ebd48219dddc7fd811901a21641ca8cf29d45a39f9b1226d20bc555888b135d27a925c9cedf7ebc4d492c6ddda5b991fe
reply other threads:[~2026-05-31 21:31 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=178026310151.1.15877357021551498416.rpms-rust-just-01112a19261c@fedoraproject.org \
--to=alebastr@fedoraproject.org \
--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