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-git-absorb] f44: Update to version 0.6.12; Fixes RHBZ#2265763
Date: Mon, 06 Jul 2026 14:48:16 GMT [thread overview]
Message-ID: <178334929678.1.17447236316525904420.rpms-rust-git-absorb-ea8972191555@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-git-absorb
Branch : f44
Commit : ea897219155529f2a463985fdf533456c122a430
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2024-02-24T17:31:30+01:00
Stats : +34/-7 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-git-absorb/c/ea897219155529f2a463985fdf533456c122a430?branch=f44
Log:
Update to version 0.6.12; Fixes RHBZ#2265763
---
diff --git a/.gitignore b/.gitignore
index 48e1b45..f11c8c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/git-absorb.1
/git-absorb-0.6.10.crate
/git-absorb-0.6.11.crate
+/git-absorb-0.6.12.crate
diff --git a/git-absorb-fix-metadata.diff b/git-absorb-fix-metadata.diff
index d3432b9..01774b4 100644
--- a/git-absorb-fix-metadata.diff
+++ b/git-absorb-fix-metadata.diff
@@ -1,5 +1,5 @@
---- git-absorb-0.6.11/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ git-absorb-0.6.11/Cargo.toml 2023-12-02T12:06:28.080754+00:00
+--- git-absorb-0.6.12/Cargo.toml 1970-01-01T00:00:01+00:00
++++ git-absorb-0.6.12/Cargo.toml 2024-02-24T16:21:46.732357+00:00
@@ -30,26 +30,26 @@
path = "src/main.rs"
diff --git a/rust-git-absorb.spec b/rust-git-absorb.spec
index 0342988..9fb6511 100644
--- a/rust-git-absorb.spec
+++ b/rust-git-absorb.spec
@@ -1,17 +1,17 @@
-# Generated by rust2rpm 25
+# Generated by rust2rpm 26
%bcond_without check
%global crate git-absorb
Name: rust-git-absorb
-Version: 0.6.11
+Version: 0.6.12
Release: %autorelease
Summary: Git commit --fixup, but automatic
License: BSD-3-Clause
URL: https://crates.io/crates/git-absorb
Source: %{crates_source}
-Source: https://github.com/tummychow/git-absorb/raw/%{version}/Documentation/git-absorb.1
+Source1: https://github.com/tummychow/git-absorb/raw/%{version}/Documentation/git-absorb.1
# Manually created patch for downstream crate metadata changes
# * relax stricter-than-semver version requirements
Patch: git-absorb-fix-metadata.diff
@@ -83,7 +83,6 @@ use the "default" feature of the "%{crate}" crate.
%build
%cargo_build
-# write license summary and breakdown
%{cargo_license_summary}
%{cargo_license} > LICENSE.dependencies
# generate shell completions
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..d55fa9c
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,27 @@
+[package]
+extra-sources = [
+ { number = 1, file = "https://github.com/tummychow/git-absorb/raw/%{version}/Documentation/git-absorb.1" },
+]
+extra-files = [
+ "%{_mandir}/man1/git-absorb.1*",
+ "%{bash_completions_dir}/git-absorb",
+ "%{fish_completions_dir}/git-absorb.fish",
+ "%{zsh_completions_dir}/_git-absorb",
+]
+
+[scripts]
+build.post = [
+ "# generate shell completions",
+ "./target/rpm/git-absorb --gen-completions bash > git-absorb.bash",
+ "./target/rpm/git-absorb --gen-completions fish > git-absorb.fish",
+ "./target/rpm/git-absorb --gen-completions zsh > git-absorb.zsh",
+]
+install.post = [
+ "# install manpage",
+ "install -Dpm 644 %{SOURCE1} -t %{buildroot}/%{_mandir}/man1/",
+ "# install shell completions",
+ "install -Dpm 0644 git-absorb.bash %{buildroot}/%{bash_completions_dir}/git-absorb",
+ "install -Dpm 0644 git-absorb.fish %{buildroot}/%{fish_completions_dir}/git-absorb.fish",
+ "install -Dpm 0644 git-absorb.zsh %{buildroot}/%{zsh_completions_dir}/_git-absorb",
+]
+
diff --git a/sources b/sources
index dd6486b..622f174 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (git-absorb-0.6.11.crate) = 2fe018e52eda656f837e3c033f3e524c3c5a3f7a13c611be36b203fb339d948fdbca1c224133a638793508007ad44eae7a8422c996d06b9ddcca0d5dce272286
+SHA512 (git-absorb-0.6.12.crate) = 6841a64b8facea9378862f61e28ce50505b1676618e4133ba13cadd9d856b6222a66d82c743fc169288ffca1b29c2f4f9d78947d13316edb8eb409a68997ffa2
SHA512 (git-absorb.1) = bc813f538beb4b67f2a0bc42f3da5ffde7233eb355b74d87eccd3d6b2d52d9104614cfdd08081ab9b111c8d0d603eaf70c17c5aa477123f40dcb96add24dcbb2
reply other threads:[~2026-07-06 14:48 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=178334929678.1.17447236316525904420.rpms-rust-git-absorb-ea8972191555@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