Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] powertop: update to 2.11.
@ 2019-10-01 18:02 voidlinux-github
  2019-10-03 20:10 ` voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-01 18:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages powertop
https://github.com/void-linux/void-packages/pull/14909

powertop: update to 2.11.


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

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

From 6b0cec4b8815dce31660b9410a50bb13e89cc9b4 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 1 Oct 2019 19:45:43 +0200
Subject: [PATCH] powertop: update to 2.11.

---
 srcpkgs/powertop/template | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/powertop/template b/srcpkgs/powertop/template
index a4628a5d1f4..945e6eefd6d 100644
--- a/srcpkgs/powertop/template
+++ b/srcpkgs/powertop/template
@@ -1,14 +1,17 @@
 # Template file for 'powertop'
 pkgname=powertop
-version=2.10
+version=2.11
 revision=1
-wrksrc="$pkgname-v${version}"
 build_style=gnu-configure
-hostmakedepends="pkg-config"
+hostmakedepends="automake gettext-devel libtool pkg-config"
 makedepends="ncurses-devel pciutils-devel libnl3-devel"
-short_desc="Linux tool to find out what is using power on computer"
+short_desc="Tool to diagnose issues with power consumption and power management"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-only"
 homepage="https://01.org/powertop/"
-distfiles="https://01.org/sites/default/files/downloads/powertop-v${version}.tar.gz"
-checksum=d3b7459eaba7d01c8841dd33a3b4d369416c01e9bd8951b0d88234cf18fe4a75
+distfiles="https://github.com/fenrus75/powertop/archive/v${version}.tar.gz"
+checksum=770d848005ce0b134bb603f3a3ab2e65acc3236675827d47108b13a75e42b66b
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

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

* Re: powertop: update to 2.11.
  2019-10-01 18:02 [PR PATCH] powertop: update to 2.11 voidlinux-github
@ 2019-10-03 20:10 ` voidlinux-github
  2019-10-03 20:28 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-03 20:10 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/14909#issuecomment-538108366

Comment:
Why WIP?

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

* Re: powertop: update to 2.11.
  2019-10-01 18:02 [PR PATCH] powertop: update to 2.11 voidlinux-github
  2019-10-03 20:10 ` voidlinux-github
@ 2019-10-03 20:28 ` voidlinux-github
  2019-10-06  9:36 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-03 20:28 UTC (permalink / raw)
  To: ml

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

New comment by steinex on void-packages repository

https://github.com/void-linux/void-packages/pull/14909#issuecomment-538114760

Comment:
The release was a bit confusing. First, they released the tarball only on github[1] and it was obviously missing things from their regular release process, e.g. version was reported as `RUN-VERSION-SCRIPT-IN-GIT-REPOSITORY-ONLY`.

They fixed this in the meantime, the distfile is on the usual place. Also the configure script is back. But now they appended a git commit hash to the release-tarball.

I want to wait just a bit longer to make sure they sorted things out.

[1] https://github.com/fenrus75/powertop/issues/32

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

* Re: [PR PATCH] [Updated] powertop: update to 2.11.
  2019-10-01 18:02 [PR PATCH] powertop: update to 2.11 voidlinux-github
  2019-10-03 20:10 ` voidlinux-github
  2019-10-03 20:28 ` voidlinux-github
@ 2019-10-06  9:36 ` voidlinux-github
  2019-10-06  9:36 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-06  9:36 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages powertop
https://github.com/void-linux/void-packages/pull/14909

powertop: update to 2.11.


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

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

From 346be586bcf7cc8b6a1cd1181f571389e5601f0d Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 1 Oct 2019 19:45:43 +0200
Subject: [PATCH] powertop: update to 2.11.

---
 srcpkgs/powertop/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/powertop/template b/srcpkgs/powertop/template
index a4628a5d1f4..83ebe8ecf21 100644
--- a/srcpkgs/powertop/template
+++ b/srcpkgs/powertop/template
@@ -1,14 +1,15 @@
 # Template file for 'powertop'
 pkgname=powertop
-version=2.10
+version=2.11
 revision=1
-wrksrc="$pkgname-v${version}"
+_githash=g7ef7f79
+wrksrc="${pkgname}-v${version}-1-${_githash}"
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="ncurses-devel pciutils-devel libnl3-devel"
-short_desc="Linux tool to find out what is using power on computer"
+short_desc="Tool to diagnose issues with power consumption and power management"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-only"
 homepage="https://01.org/powertop/"
-distfiles="https://01.org/sites/default/files/downloads/powertop-v${version}.tar.gz"
-checksum=d3b7459eaba7d01c8841dd33a3b4d369416c01e9bd8951b0d88234cf18fe4a75
+distfiles="https://01.org/sites/default/files/downloads/powertop-v${version}-1-${_githash}.tar.gz"
+checksum=ae68c913784f78b497076e0b1d588f59854a66c074690d545dae7956e4f5d64f

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

* Re: [PR PATCH] [Updated] powertop: update to 2.11.
  2019-10-01 18:02 [PR PATCH] powertop: update to 2.11 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-06  9:36 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-06  9:36 ` voidlinux-github
  2019-10-06  9:49 ` voidlinux-github
  2019-10-06 16:56 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-06  9:36 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages powertop
https://github.com/void-linux/void-packages/pull/14909

powertop: update to 2.11.


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

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

From 346be586bcf7cc8b6a1cd1181f571389e5601f0d Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 1 Oct 2019 19:45:43 +0200
Subject: [PATCH] powertop: update to 2.11.

---
 srcpkgs/powertop/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/powertop/template b/srcpkgs/powertop/template
index a4628a5d1f4..83ebe8ecf21 100644
--- a/srcpkgs/powertop/template
+++ b/srcpkgs/powertop/template
@@ -1,14 +1,15 @@
 # Template file for 'powertop'
 pkgname=powertop
-version=2.10
+version=2.11
 revision=1
-wrksrc="$pkgname-v${version}"
+_githash=g7ef7f79
+wrksrc="${pkgname}-v${version}-1-${_githash}"
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="ncurses-devel pciutils-devel libnl3-devel"
-short_desc="Linux tool to find out what is using power on computer"
+short_desc="Tool to diagnose issues with power consumption and power management"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-only"
 homepage="https://01.org/powertop/"
-distfiles="https://01.org/sites/default/files/downloads/powertop-v${version}.tar.gz"
-checksum=d3b7459eaba7d01c8841dd33a3b4d369416c01e9bd8951b0d88234cf18fe4a75
+distfiles="https://01.org/sites/default/files/downloads/powertop-v${version}-1-${_githash}.tar.gz"
+checksum=ae68c913784f78b497076e0b1d588f59854a66c074690d545dae7956e4f5d64f

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

* Re: powertop: update to 2.11.
  2019-10-01 18:02 [PR PATCH] powertop: update to 2.11 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-06  9:36 ` voidlinux-github
@ 2019-10-06  9:49 ` voidlinux-github
  2019-10-06 16:56 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-06  9:49 UTC (permalink / raw)
  To: ml

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

New comment by steinex on void-packages repository

https://github.com/void-linux/void-packages/pull/14909#issuecomment-538729215

Comment:
I handled the tarball name in the template now. Ready to merge.

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

* Re: [PR PATCH] [Merged]: powertop: update to 2.11.
  2019-10-01 18:02 [PR PATCH] powertop: update to 2.11 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-06  9:49 ` voidlinux-github
@ 2019-10-06 16:56 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-06 16:56 UTC (permalink / raw)
  To: ml

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

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

powertop: update to 2.11.
https://github.com/void-linux/void-packages/pull/14909

Description:


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

end of thread, other threads:[~2019-10-06 16:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 18:02 [PR PATCH] powertop: update to 2.11 voidlinux-github
2019-10-03 20:10 ` voidlinux-github
2019-10-03 20:28 ` voidlinux-github
2019-10-06  9:36 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-06  9:36 ` voidlinux-github
2019-10-06  9:49 ` voidlinux-github
2019-10-06 16:56 ` [PR PATCH] [Merged]: " voidlinux-github

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