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.11; Fixes RHBZ#2252020
Date: Mon, 06 Jul 2026 14:48:15 GMT	[thread overview]
Message-ID: <178334929540.1.2907556492418104005.rpms-rust-git-absorb-c42f49e15ccb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-git-absorb
Branch : f44
Commit : c42f49e15ccb54f8a8bffbec25901c672a37fe92
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2023-12-02T13:14:34+01:00
Stats  : +14/-13 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-git-absorb/c/c42f49e15ccb54f8a8bffbec25901c672a37fe92?branch=f44

Log:
Update to version 0.6.11; Fixes RHBZ#2252020

---
diff --git a/.gitignore b/.gitignore
index 7a05083..48e1b45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /git-absorb-0.6.9.crate
 /git-absorb.1
 /git-absorb-0.6.10.crate
+/git-absorb-0.6.11.crate

diff --git a/git-absorb-fix-metadata.diff b/git-absorb-fix-metadata.diff
index db0eb96..d3432b9 100644
--- a/git-absorb-fix-metadata.diff
+++ b/git-absorb-fix-metadata.diff
@@ -1,5 +1,5 @@
---- git-absorb-0.6.10/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ git-absorb-0.6.10/Cargo.toml	2023-07-15T19:33:54.925236+00:00
+--- 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
 @@ -30,26 +30,26 @@
  path = "src/main.rs"
  
@@ -12,8 +12,8 @@
 +version = "2.33"
  
  [dependencies.git2]
--version = "~0.16"
-+version = "0.16"
+-version = "~0.18"
++version = "0.18"
  default-features = false
  
  [dependencies.memchr]

diff --git a/rust-git-absorb.spec b/rust-git-absorb.spec
index 6ef2937..0342988 100644
--- a/rust-git-absorb.spec
+++ b/rust-git-absorb.spec
@@ -1,10 +1,10 @@
-# Generated by rust2rpm 24
+# Generated by rust2rpm 25
 %bcond_without check
 
 %global crate git-absorb
 
 Name:           rust-git-absorb
-Version:        0.6.10
+Version:        0.6.11
 Release:        %autorelease
 Summary:        Git commit --fixup, but automatic
 
@@ -16,7 +16,7 @@ Source:         https://github.com/tummychow/git-absorb/raw/%{version}/Documenta
 # * relax stricter-than-semver version requirements
 Patch:          git-absorb-fix-metadata.diff
 
-BuildRequires:  rust-packaging >= 23
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 Git commit --fixup, but automatic.}
@@ -75,7 +75,7 @@ use the "default" feature of the "%{crate}" crate.
 %ghost %{crate_instdir}/Cargo.toml
 
 %prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
+%autosetup -n %{crate}-%{version} -p1
 %cargo_prep
 
 %generate_buildrequires
@@ -84,12 +84,12 @@ use the "default" feature of the "%{crate}" crate.
 %build
 %cargo_build
 # write license summary and breakdown
-%cargo_license_summary
+%{cargo_license_summary}
 %{cargo_license} > LICENSE.dependencies
 # generate shell completions
-./target/release/git-absorb --gen-completions bash > git-absorb.bash
-./target/release/git-absorb --gen-completions fish > git-absorb.fish
-./target/release/git-absorb --gen-completions zsh > git-absorb.zsh
+./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
 %cargo_install

diff --git a/sources b/sources
index 153a868..dd6486b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (git-absorb-0.6.10.crate) = 184b6da949b37d3fddc8e311c24eea0414c8f019460ba3161e50c024f55d67997da3fc5399bc1319e46ec63641b396e45426c77403998a703d560aefe9c87d7d
+SHA512 (git-absorb-0.6.11.crate) = 2fe018e52eda656f837e3c033f3e524c3c5a3f7a13c611be36b203fb339d948fdbca1c224133a638793508007ad44eae7a8422c996d06b9ddcca0d5dce272286
 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=178334929540.1.2907556492418104005.rpms-rust-git-absorb-c42f49e15ccb@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