Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] abi-dumper: update to 1.4, add missing deps
@ 2025-01-12 15:41 meator
  2025-01-16 13:26 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: meator @ 2025-01-12 15:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1263 bytes --]

There is a new pull request by meator against master on the void-packages repository

https://github.com/meator/void-packages fixup-api-checker
https://github.com/void-linux/void-packages/pull/53942

abi-dumper: update to 1.4, add missing deps
<!-- Uncomment relevant sections and delete options which are not applicable -->

cc @fosslinux 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/53942.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fixup-api-checker-53942.patch --]
[-- Type: text/x-diff, Size: 2220 bytes --]

From f82c68d51361c375779a5a30a3e40ed8c8184671 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sun, 12 Jan 2025 16:22:55 +0100
Subject: [PATCH 1/2] New package: vtable-dumper-1.2

---
 srcpkgs/vtable-dumper/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/vtable-dumper/template

diff --git a/srcpkgs/vtable-dumper/template b/srcpkgs/vtable-dumper/template
new file mode 100644
index 00000000000000..387c8bd100b6ed
--- /dev/null
+++ b/srcpkgs/vtable-dumper/template
@@ -0,0 +1,12 @@
+# Template file for 'vtable-dumper'
+pkgname=vtable-dumper
+version=1.2
+revision=1
+build_style=gnu-makefile
+makedepends="elfutils-devel"
+short_desc="Tool to list content of virtual tables in a shared library"
+maintainer="meator <meator.dev@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/lvc/vtable-dumper"
+distfiles="https://github.com/lvc/vtable-dumper/archive/refs/tags/${version}.tar.gz"
+checksum=6993781b6a00936fc5f76dc0db4c410acb46b6d6e9836ddbe2e3c525c6dd1fd2

From c3fd4f3edceff9c448bae78a3d2ae14a876d28b8 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sun, 12 Jan 2025 16:39:26 +0100
Subject: [PATCH 2/2] abi-dumper: update to 1.4, add missing deps.

---
 srcpkgs/abi-dumper/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/abi-dumper/template b/srcpkgs/abi-dumper/template
index 2d15bf02ad2eae..7eee018b990a92 100644
--- a/srcpkgs/abi-dumper/template
+++ b/srcpkgs/abi-dumper/template
@@ -1,16 +1,16 @@
 # Template file for 'abi-dumper'
 pkgname=abi-dumper
-version=1.2
+version=1.4
 revision=1
 build_style=gnu-makefile
 hostmakedepends="perl"
-depends="perl elfutils"
+depends="perl elfutils ctags vtable-dumper"
 short_desc="Dump ABI of an ELF object containing DWARF debug info"
 maintainer="fosslinux <fosslinux@aussies.space>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/lvc/abi-dumper"
 distfiles="https://github.com/lvc/abi-dumper/archive/${version}.tar.gz"
-checksum=8a9858c91b4e9222c89b676d59422053ad560fa005a39443053568049bd4d27e
+checksum=aa7a52bf913ab1a64743551d64575f921df3faa4a592a0f6614e047bc228708a
 
 pre_install() {
 	mkdir -p "${DESTDIR}/usr"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: abi-dumper: update to 1.4, add missing deps
  2025-01-12 15:41 [PR PATCH] abi-dumper: update to 1.4, add missing deps meator
@ 2025-01-16 13:26 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2025-01-16 13:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1104 bytes --]

There's a merged pull request on the void-packages repository

abi-dumper: update to 1.4, add missing deps
https://github.com/void-linux/void-packages/pull/53942

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

cc @fosslinux 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-16 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-12 15:41 [PR PATCH] abi-dumper: update to 1.4, add missing deps meator
2025-01-16 13:26 ` [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).