Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] abireport: update to 1.0.11
@ 2020-11-06 15:34 ndowens
  2020-11-09 18:26 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: ndowens @ 2020-11-06 15:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages abireport
https://github.com/void-linux/void-packages/pull/26173

abireport: update to 1.0.11


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-abireport-26173.patch --]
[-- Type: text/x-diff, Size: 2738 bytes --]

From 406a9f701a02de5fd85bdda1e499b1eb1538dc67 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Fri, 6 Nov 2020 09:28:23 -0600
Subject: [PATCH] abireport: update to 1.0.11

---
 .../fix-compilation-with-newer-go.patch       | 47 -------------------
 srcpkgs/abireport/template                    |  8 ++--
 2 files changed, 4 insertions(+), 51 deletions(-)
 delete mode 100644 srcpkgs/abireport/patches/fix-compilation-with-newer-go.patch

diff --git a/srcpkgs/abireport/patches/fix-compilation-with-newer-go.patch b/srcpkgs/abireport/patches/fix-compilation-with-newer-go.patch
deleted file mode 100644
index 107f17a565a..00000000000
--- a/srcpkgs/abireport/patches/fix-compilation-with-newer-go.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- src/abireport/main.go
-+++ src/abireport/main.go
-@@ -17,7 +17,7 @@
- package main
- 
- import (
--	"abireport/cmd"
-+	"github.com/clearlinux/abireport/src/abireport/cmd"
- 	"os"
- )
-
---- src/abireport/cmd/root.go
-+++ src/abireport/cmd/root.go
-@@ -18,7 +18,7 @@ package cmd
- 
- import (
- 	"github.com/spf13/cobra"
--	"libabi"
-+	"github.com/clearlinux/abireport/src/libabi"
- )
- 
- var (
---- src/abireport/cmd/scan_packages.go
-+++ src/abireport/cmd/scan_packages.go
-@@ -17,10 +17,10 @@
- package cmd
- 
- import (
--	"explode"
-+	"github.com/clearlinux/abireport/src/explode"
- 	"fmt"
- 	"github.com/spf13/cobra"
--	"libabi"
-+	"github.com/clearlinux/abireport/src/libabi"
- 	"os"
- 	"path/filepath"
- )
---- src/abireport/cmd/scan_tree.go
-+++ src/abireport/cmd/scan_tree.go
-@@ -19,7 +19,7 @@ package cmd
- import (
- 	"fmt"
- 	"github.com/spf13/cobra"
--	"libabi"
-+	"github.com/clearlinux/abireport/src/libabi"
- 	"os"
- )
diff --git a/srcpkgs/abireport/template b/srcpkgs/abireport/template
index b23ea4d8565..16ab6032c25 100644
--- a/srcpkgs/abireport/template
+++ b/srcpkgs/abireport/template
@@ -1,16 +1,16 @@
 # Template file for 'abireport'
 pkgname=abireport
-version=1.0.7
+version=1.0.11
 revision=1
 build_style=go
 go_import_path=github.com/clearlinux/abireport
-go_package="${go_import_path}/src/abireport"
+go_package="${go_import_path}/abi-report"
 short_desc="Tool to create ABI reports from ELF binaries"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/clearlinux/abireport"
-distfiles="https://github.com/clearlinux/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
-checksum=c46c46bff3dc873cb84a66c639c38b2df14f095d95a4bb77e3b96904b8219399
+distfiles="https://github.com/clearlinux/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
+checksum=2cf4c6cbb14e9d8839d11158142f44589779483c29433d8c422ed9cfa818e7d1
 
 post_install() {
 	vman man/abireport.1

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

* Re: [PR PATCH] [Merged]: abireport: update to 1.0.11
  2020-11-06 15:34 [PR PATCH] abireport: update to 1.0.11 ndowens
@ 2020-11-09 18:26 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2020-11-09 18:26 UTC (permalink / raw)
  To: ml

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

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

abireport: update to 1.0.11
https://github.com/void-linux/void-packages/pull/26173

Description:


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

end of thread, other threads:[~2020-11-09 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-06 15:34 [PR PATCH] abireport: update to 1.0.11 ndowens
2020-11-09 18:26 ` [PR PATCH] [Merged]: " ahesford

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).