Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] abireport: update to 1.0.11
Date: Fri, 06 Nov 2020 16:34:35 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26173@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2020-11-06 15:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-06 15:34 ndowens [this message]
2020-11-09 18:26 ` [PR PATCH] [Merged]: " ahesford

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26173@inbox.vuxu.org \
    --to=ndowens@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).