public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-git-absorb] f44: Update to version 0.6.11; Fixes RHBZ#2252020
@ 2026-07-06 14:48 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-06 14:48 UTC (permalink / raw)
  To: git-commits

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

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

only message in thread, other threads:[~2026-07-06 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 14:48 [rpms/rust-git-absorb] f44: Update to version 0.6.11; Fixes RHBZ#2252020 Fabio Valentini

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