~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] main/procps: fix wrong version in libprocps.pc

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20191113213314.79A096C86F@mx12.valuehost.ru>
DKIM signature
missing
Download raw message
Patch: +7 -1
---
 main/procps/APKBUILD | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/main/procps/APKBUILD b/main/procps/APKBUILD
index 616b7a1e02..0440389251 100644
--- a/main/procps/APKBUILD
+++ b/main/procps/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=procps
pkgver=3.3.15
pkgrel=0
pkgrel=1
pkgdesc="Utilities for monitoring your system and processes on your system"
url="https://gitlab.com/procps-ng/procps"
arch="all"
@@ -19,6 +19,12 @@ prepare() {
	default_prepare

	cd "$builddir"
	# force misc/git-version-gen use the correct version (instead of UNKNOWN);
	# however only do it if the upstream tarball really misses it.
	if test ! -f .tarball_version ; then
		rm -f .version
		echo "$pkgver" > .tarball-version
	fi
	./autogen.sh
}

-- 
2.23.0
Details
Message ID
<20191116195741.GA456781@alpha>
In-Reply-To
<20191113213314.79A096C86F@mx12.valuehost.ru> (view parent)
DKIM signature
missing
Download raw message
On Wed, Nov 13, 2019 at 08:14:14PM +0000, alpine-mips-patches wrote:
> ---
>  main/procps/APKBUILD | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/main/procps/APKBUILD b/main/procps/APKBUILD
> index 616b7a1e02..0440389251 100644
> --- a/main/procps/APKBUILD
> +++ b/main/procps/APKBUILD
> @@ -1,7 +1,7 @@
>  # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
>  pkgname=procps
>  pkgver=3.3.15
> -pkgrel=0
> +pkgrel=1
>  pkgdesc="Utilities for monitoring your system and processes on your system"
>  url="https://gitlab.com/procps-ng/procps"
>  arch="all"
> @@ -19,6 +19,12 @@ prepare() {
>  	default_prepare
>  
>  	cd "$builddir"
> +	# force misc/git-version-gen use the correct version (instead of UNKNOWN);
> +	# however only do it if the upstream tarball really misses it.
> +	if test ! -f .tarball_version ; then
> +		rm -f .version
> +		echo "$pkgver" > .tarball-version
> +	fi
>  	./autogen.sh
>  }
>  
> -- 
> 2.23.0
> 

Thanks, this has been pushed.

Kevin
Reply to thread Export thread (mbox)