* [PR PATCH] git-absorb: update to 0.6.16.
@ 2024-11-09 19:45 icp1994
2024-11-09 19:52 ` [PR REVIEW] " tranzystorekk
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2024-11-09 19:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 479 bytes --]
There is a new pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages git-absorb
https://github.com/void-linux/void-packages/pull/52973
git-absorb: update to 0.6.16.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
A patch file from https://github.com/void-linux/void-packages/pull/52973.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-absorb-52973.patch --]
[-- Type: text/x-diff, Size: 1033 bytes --]
From b0e71395509eb0380848efd32900229a15e3546d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 8 Nov 2024 22:57:20 +0530
Subject: [PATCH] git-absorb: update to 0.6.16.
---
srcpkgs/git-absorb/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/git-absorb/template b/srcpkgs/git-absorb/template
index 753d6195c0338b..e3534cdfb00f9b 100644
--- a/srcpkgs/git-absorb/template
+++ b/srcpkgs/git-absorb/template
@@ -1,6 +1,6 @@
# Template file for 'git-absorb'
pkgname=git-absorb
-version=0.6.15
+version=0.6.16
revision=1
build_style=cargo
build_helper="qemu"
@@ -11,7 +11,7 @@ maintainer="icp <pangolin@vivaldi.net>"
license="BSD-3-Clause"
homepage="https://github.com/tummychow/git-absorb"
distfiles="https://github.com/tummychow/git-absorb/archive/refs/tags/${version}.tar.gz"
-checksum=630e61a6edf1e244c38145bda98a522217c34d3ab70a3399af1f29f19e7ced26
+checksum=d0fac448801674a4d4d5d42d6ef2d2e21545ad66755023c531a273a47893a573
pre_build() {
cargo add git2@=0.18.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR REVIEW] git-absorb: update to 0.6.16.
2024-11-09 19:45 [PR PATCH] git-absorb: update to 0.6.16 icp1994
@ 2024-11-09 19:52 ` tranzystorekk
2024-11-10 19:10 ` [PR PATCH] [Updated] " icp1994
2024-11-10 21:32 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-11-09 19:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 211 bytes --]
New review comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/52973#discussion_r1835507963
Comment:
No longer needed, you can use `libgit2-1.8-devel` instead
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] git-absorb: update to 0.6.16.
2024-11-09 19:45 [PR PATCH] git-absorb: update to 0.6.16 icp1994
2024-11-09 19:52 ` [PR REVIEW] " tranzystorekk
@ 2024-11-10 19:10 ` icp1994
2024-11-10 21:32 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2024-11-10 19:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 484 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages git-absorb
https://github.com/void-linux/void-packages/pull/52973
git-absorb: update to 0.6.16.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
A patch file from https://github.com/void-linux/void-packages/pull/52973.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-absorb-52973.patch --]
[-- Type: text/x-diff, Size: 1215 bytes --]
From fad109c9b15c8dd55d346301f37f33c14b790448 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 8 Nov 2024 22:57:20 +0530
Subject: [PATCH] git-absorb: update to 0.6.16.
---
srcpkgs/git-absorb/template | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/srcpkgs/git-absorb/template b/srcpkgs/git-absorb/template
index 753d6195c0338b..529b191a1350d7 100644
--- a/srcpkgs/git-absorb/template
+++ b/srcpkgs/git-absorb/template
@@ -1,21 +1,17 @@
# Template file for 'git-absorb'
pkgname=git-absorb
-version=0.6.15
+version=0.6.16
revision=1
build_style=cargo
build_helper="qemu"
hostmakedepends="pkg-config"
-makedepends="libgit2-devel"
+makedepends="libgit2-1.8-devel"
short_desc="Like git commit --fixup, but automatic"
maintainer="icp <pangolin@vivaldi.net>"
license="BSD-3-Clause"
homepage="https://github.com/tummychow/git-absorb"
distfiles="https://github.com/tummychow/git-absorb/archive/refs/tags/${version}.tar.gz"
-checksum=630e61a6edf1e244c38145bda98a522217c34d3ab70a3399af1f29f19e7ced26
-
-pre_build() {
- cargo add git2@=0.18.3
-}
+checksum=d0fac448801674a4d4d5d42d6ef2d2e21545ad66755023c531a273a47893a573
post_install() {
vlicense LICENSE.md
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: git-absorb: update to 0.6.16.
2024-11-09 19:45 [PR PATCH] git-absorb: update to 0.6.16 icp1994
2024-11-09 19:52 ` [PR REVIEW] " tranzystorekk
2024-11-10 19:10 ` [PR PATCH] [Updated] " icp1994
@ 2024-11-10 21:32 ` classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-11-10 21:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 325 bytes --]
There's a merged pull request on the void-packages repository
git-absorb: update to 0.6.16.
https://github.com/void-linux/void-packages/pull/52973
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-10 21:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-09 19:45 [PR PATCH] git-absorb: update to 0.6.16 icp1994
2024-11-09 19:52 ` [PR REVIEW] " tranzystorekk
2024-11-10 19:10 ` [PR PATCH] [Updated] " icp1994
2024-11-10 21:32 ` [PR PATCH] [Merged]: " classabbyamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).