Github messages for voidlinux
 help / color / mirror / Atom feed
From: olafmersmann <olafmersmann@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] buildah: update to 1.18.0.
Date: Thu, 10 Dec 2020 18:14:21 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27079@inbox.vuxu.org> (raw)

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

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

https://github.com/olafmersmann/void-packages buildah
https://github.com/void-linux/void-packages/pull/27079

buildah: update to 1.18.0.
Also add changelog entry to template and install bash shell completion using `vcompletion`.

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

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

From 62361a1964d9b417de8392b5e8d7827567f4c97f Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Thu, 10 Dec 2020 18:12:39 +0100
Subject: [PATCH] buildah: update to 1.18.0.

---
 srcpkgs/buildah/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/buildah/template b/srcpkgs/buildah/template
index 0859005c6db..d279224ef48 100644
--- a/srcpkgs/buildah/template
+++ b/srcpkgs/buildah/template
@@ -1,6 +1,6 @@
 # Template file for 'buildah'
 pkgname=buildah
-version=1.16.2
+version=1.18.0
 revision=1
 build_style=go
 go_import_path=github.com/containers/buildah
@@ -14,15 +14,16 @@ short_desc="Dockerfile compatible OCI image building tool"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="Apache-2.0"
 homepage="https://github.com/containers/buildah"
+changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=355b7b6c6486be0375d6ac74c43a61f1bed1faa6c90b1f70c389da4a7fc9a03e
+checksum=500c82fb369fd08a9bb9a41f294c5975f17575770dbfaba5cce9a6e09b6a3fb9
 
 post_build() {
 	make -C docs GOMD2MAN=go-md2man
 }
 
 post_install() {
-	vinstall contrib/completions/bash/buildah 644 /usr/share/bash-completion/completions
+	vcompletion contrib/completions/bash/buildah bash buildah
 	for _i in docs/*.1; do
 		vman $_i
 	done

             reply	other threads:[~2020-12-10 17:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-10 17:14 olafmersmann [this message]
2020-12-10 17:48 ` [PR REVIEW] " ericonr
2020-12-10 17:52 ` [PR PATCH] [Updated] " olafmersmann
2020-12-10 17:54 ` [PR REVIEW] " olafmersmann
2020-12-10 21:57 ` CameronNemo
2020-12-10 22:45 ` [PR PATCH] [Merged]: " ericonr

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-27079@inbox.vuxu.org \
    --to=olafmersmann@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).