Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cpuid: update to 20211031
@ 2021-11-09 18:53 uhohspaghetios
  2021-11-09 19:24 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: uhohspaghetios @ 2021-11-09 18:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uhohspaghetios/void-packages cpuid
https://github.com/void-linux/void-packages/pull/33988

cpuid: update to 20211031
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 8062dc3954fd33f8fc3b92a7a6f677f7445a78de Mon Sep 17 00:00:00 2001
From: uhohspaghetios <rich@servermonkeys.com>
Date: Tue, 9 Nov 2021 13:53:00 -0500
Subject: [PATCH] cpuid: update to 20211031

---
 srcpkgs/cpuid/template | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/cpuid/template b/srcpkgs/cpuid/template
index b9df3bd7f339..a3f8e0038a3b 100644
--- a/srcpkgs/cpuid/template
+++ b/srcpkgs/cpuid/template
@@ -1,6 +1,6 @@
 # Template file for 'cpuid'
 pkgname=cpuid
-version=20201006
+version=20211031
 revision=1
 archs="i686* x86_64*"
 build_style=gnu-makefile
@@ -10,8 +10,4 @@ maintainer="Gerardo Di Iorio  <arete74@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="http://www.etallen.com/cpuid.html"
 distfiles="http://www.etallen.com/cpuid/cpuid-${version}.src.tar.gz"
-checksum=13c53f16408341d11ed489b352f218ec4dbb5bedb796a9d059e924770a9c56a6
-
-post_extract() {
-	vsed -i 's|BUILDROOT=|BUILDROOT=${DESTDIR}|' Makefile
-}
+checksum=765d3336eb2e6f99765322e5f0f4e38c493c1c3c991e44c18ed73f9295585d8f

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

* Re: cpuid: update to 20211031
  2021-11-09 18:53 [PR PATCH] cpuid: update to 20211031 uhohspaghetios
@ 2021-11-09 19:24 ` ericonr
  2021-11-10 19:29 ` arete
  2021-11-11  1:47 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-11-09 19:24 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33988#issuecomment-964463411

Comment:
@arete ok?

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

* Re: cpuid: update to 20211031
  2021-11-09 18:53 [PR PATCH] cpuid: update to 20211031 uhohspaghetios
  2021-11-09 19:24 ` ericonr
@ 2021-11-10 19:29 ` arete
  2021-11-11  1:47 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: arete @ 2021-11-10 19:29 UTC (permalink / raw)
  To: ml

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

New comment by arete on void-packages repository

https://github.com/void-linux/void-packages/pull/33988#issuecomment-965670678

Comment:
ok

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

* Re: [PR PATCH] [Merged]: cpuid: update to 20211031
  2021-11-09 18:53 [PR PATCH] cpuid: update to 20211031 uhohspaghetios
  2021-11-09 19:24 ` ericonr
  2021-11-10 19:29 ` arete
@ 2021-11-11  1:47 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-11-11  1:47 UTC (permalink / raw)
  To: ml

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

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

cpuid: update to 20211031
https://github.com/void-linux/void-packages/pull/33988

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-11-11  1:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 18:53 [PR PATCH] cpuid: update to 20211031 uhohspaghetios
2021-11-09 19:24 ` ericonr
2021-11-10 19:29 ` arete
2021-11-11  1:47 ` [PR PATCH] [Merged]: " ericonr

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