* [PR PATCH] libcpuid: update to 0.7.0.
@ 2024-10-28 4:00 1is7ac3
2024-10-28 4:16 ` [PR PATCH] [Updated] " 1is7ac3
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: 1is7ac3 @ 2024-10-28 4:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1239 bytes --]
There is a new pull request by 1is7ac3 against master on the void-packages repository
https://github.com/1is7ac3/void-packages libcpuid
https://github.com/void-linux/void-packages/pull/52802
libcpuid: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- i686-musl
<!-- - armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/52802.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libcpuid-52802.patch --]
[-- Type: text/x-diff, Size: 1551 bytes --]
From 8eb2335ed64df32d96e331c14e5b6881514d4a15 Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Mon, 28 Oct 2024 00:57:12 -0300
Subject: [PATCH] libcpuid: update to 0.7.0.
---
common/shlibs | 2 +-
srcpkgs/libcpuid/template | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 6d083594e55a51..7ca8dfbf95f6ef 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -679,7 +679,7 @@ libexempi.so.8 exempi-2.5.0_1
libatasmart.so.4 libatasmart-0.17_1
libsgutils2-1.45.so.2 libsgutils-1.45_1
libcpufreq.so.0 libcpufreq-007_1
-libcpuid.so.16 libcpuid-0.6.2_1
+libcpuid.so.17 libcpuid-0.7.0_1
libgucharmap_2_90.so.7 gucharmap-3.0.0_1
libgphoto2.so.6 libgphoto2-2.5.7_1
libgphoto2_port.so.12 libgphoto2-2.5.7_1
diff --git a/srcpkgs/libcpuid/template b/srcpkgs/libcpuid/template
index 6257293e664e12..442d1b0df69b5d 100644
--- a/srcpkgs/libcpuid/template
+++ b/srcpkgs/libcpuid/template
@@ -1,6 +1,6 @@
# Template file for 'libcpuid'
pkgname=libcpuid
-version=0.6.2
+version=0.7.0
revision=1
archs="i686* x86_64*"
build_style=cmake
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
homepage="https://github.com/anrieff/libcpuid"
changelog="https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"
distfiles="https://github.com/anrieff/libcpuid/archive/v${version}.tar.gz"
-checksum=3e7f2fc243a6a68d6c909b701cfa0db6422ec33fccf91ea5ab7beda3eb798672
+checksum=cfd9e6bcda5da3f602273e55f983bdd747cb93dde0b9ec06560e074939314210
post_install() {
vlicense COPYING
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] libcpuid: update to 0.7.0.
2024-10-28 4:00 [PR PATCH] libcpuid: update to 0.7.0 1is7ac3
@ 2024-10-28 4:16 ` 1is7ac3
2024-10-28 14:35 ` 1is7ac3
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: 1is7ac3 @ 2024-10-28 4:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]
There is an updated pull request by 1is7ac3 against master on the void-packages repository
https://github.com/1is7ac3/void-packages libcpuid
https://github.com/void-linux/void-packages/pull/52802
libcpuid: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- i686-musl
<!-- - armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/52802.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libcpuid-52802.patch --]
[-- Type: text/x-diff, Size: 1937 bytes --]
From 5e6410c671bf6db0eae20853cc69833742851b11 Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Mon, 28 Oct 2024 00:57:12 -0300
Subject: [PATCH] libcpuid: update to 0.7.0.
---
common/shlibs | 2 +-
srcpkgs/libcpuid/template | 4 ++--
srcpkgs/nix/template | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 6d083594e55a51..7ca8dfbf95f6ef 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -679,7 +679,7 @@ libexempi.so.8 exempi-2.5.0_1
libatasmart.so.4 libatasmart-0.17_1
libsgutils2-1.45.so.2 libsgutils-1.45_1
libcpufreq.so.0 libcpufreq-007_1
-libcpuid.so.16 libcpuid-0.6.2_1
+libcpuid.so.17 libcpuid-0.7.0_1
libgucharmap_2_90.so.7 gucharmap-3.0.0_1
libgphoto2.so.6 libgphoto2-2.5.7_1
libgphoto2_port.so.12 libgphoto2-2.5.7_1
diff --git a/srcpkgs/libcpuid/template b/srcpkgs/libcpuid/template
index 6257293e664e12..442d1b0df69b5d 100644
--- a/srcpkgs/libcpuid/template
+++ b/srcpkgs/libcpuid/template
@@ -1,6 +1,6 @@
# Template file for 'libcpuid'
pkgname=libcpuid
-version=0.6.2
+version=0.7.0
revision=1
archs="i686* x86_64*"
build_style=cmake
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
homepage="https://github.com/anrieff/libcpuid"
changelog="https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"
distfiles="https://github.com/anrieff/libcpuid/archive/v${version}.tar.gz"
-checksum=3e7f2fc243a6a68d6c909b701cfa0db6422ec33fccf91ea5ab7beda3eb798672
+checksum=cfd9e6bcda5da3f602273e55f983bdd747cb93dde0b9ec06560e074939314210
post_install() {
vlicense COPYING
diff --git a/srcpkgs/nix/template b/srcpkgs/nix/template
index aa2d61286f7b4e..f43a9ea7d2e6ff 100644
--- a/srcpkgs/nix/template
+++ b/srcpkgs/nix/template
@@ -1,7 +1,7 @@
# Template file for 'nix'
pkgname=nix
version=2.11.0
-revision=10
+revision=11
build_style=gnu-configure
build_helper=qemu
# Use /nix/var as suggested by the official Manual.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] libcpuid: update to 0.7.0.
2024-10-28 4:00 [PR PATCH] libcpuid: update to 0.7.0 1is7ac3
2024-10-28 4:16 ` [PR PATCH] [Updated] " 1is7ac3
@ 2024-10-28 14:35 ` 1is7ac3
2024-10-28 14:56 ` classabbyamp
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: 1is7ac3 @ 2024-10-28 14:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]
There is an updated pull request by 1is7ac3 against master on the void-packages repository
https://github.com/1is7ac3/void-packages libcpuid
https://github.com/void-linux/void-packages/pull/52802
libcpuid: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- i686-musl
<!-- - armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/52802.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libcpuid-52802.patch --]
[-- Type: text/x-diff, Size: 2318 bytes --]
From 6b3da96b1289272d356c5196e784bebf6b62bd1d Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Mon, 28 Oct 2024 00:57:12 -0300
Subject: [PATCH] libcpuid: update to 0.7.0.
---
common/shlibs | 2 +-
srcpkgs/CPU-X/template | 2 +-
srcpkgs/libcpuid/template | 4 ++--
srcpkgs/nix/template | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 6d083594e55a51..7ca8dfbf95f6ef 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -679,7 +679,7 @@ libexempi.so.8 exempi-2.5.0_1
libatasmart.so.4 libatasmart-0.17_1
libsgutils2-1.45.so.2 libsgutils-1.45_1
libcpufreq.so.0 libcpufreq-007_1
-libcpuid.so.16 libcpuid-0.6.2_1
+libcpuid.so.17 libcpuid-0.7.0_1
libgucharmap_2_90.so.7 gucharmap-3.0.0_1
libgphoto2.so.6 libgphoto2-2.5.7_1
libgphoto2_port.so.12 libgphoto2-2.5.7_1
diff --git a/srcpkgs/CPU-X/template b/srcpkgs/CPU-X/template
index 9ef7ca7cdef19f..9a5cc8a61637bb 100644
--- a/srcpkgs/CPU-X/template
+++ b/srcpkgs/CPU-X/template
@@ -1,7 +1,7 @@
# Template file for 'CPU-X'
pkgname=CPU-X
version=5.1.0
-revision=1
+revision=2
archs="x86_64* i686*"
build_style=cmake
hostmakedepends="pkg-config nasm gettext"
diff --git a/srcpkgs/libcpuid/template b/srcpkgs/libcpuid/template
index 6257293e664e12..442d1b0df69b5d 100644
--- a/srcpkgs/libcpuid/template
+++ b/srcpkgs/libcpuid/template
@@ -1,6 +1,6 @@
# Template file for 'libcpuid'
pkgname=libcpuid
-version=0.6.2
+version=0.7.0
revision=1
archs="i686* x86_64*"
build_style=cmake
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
homepage="https://github.com/anrieff/libcpuid"
changelog="https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"
distfiles="https://github.com/anrieff/libcpuid/archive/v${version}.tar.gz"
-checksum=3e7f2fc243a6a68d6c909b701cfa0db6422ec33fccf91ea5ab7beda3eb798672
+checksum=cfd9e6bcda5da3f602273e55f983bdd747cb93dde0b9ec06560e074939314210
post_install() {
vlicense COPYING
diff --git a/srcpkgs/nix/template b/srcpkgs/nix/template
index aa2d61286f7b4e..f43a9ea7d2e6ff 100644
--- a/srcpkgs/nix/template
+++ b/srcpkgs/nix/template
@@ -1,7 +1,7 @@
# Template file for 'nix'
pkgname=nix
version=2.11.0
-revision=10
+revision=11
build_style=gnu-configure
build_helper=qemu
# Use /nix/var as suggested by the official Manual.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: libcpuid: update to 0.7.0.
2024-10-28 4:00 [PR PATCH] libcpuid: update to 0.7.0 1is7ac3
2024-10-28 4:16 ` [PR PATCH] [Updated] " 1is7ac3
2024-10-28 14:35 ` 1is7ac3
@ 2024-10-28 14:56 ` classabbyamp
2024-10-28 15:53 ` [PR PATCH] [Updated] " 1is7ac3
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-10-28 14:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 169 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52802#issuecomment-2441825631
Comment:
one commit per package
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] libcpuid: update to 0.7.0.
2024-10-28 4:00 [PR PATCH] libcpuid: update to 0.7.0 1is7ac3
` (2 preceding siblings ...)
2024-10-28 14:56 ` classabbyamp
@ 2024-10-28 15:53 ` 1is7ac3
2024-10-29 2:02 ` [PR PATCH] [Closed]: " classabbyamp
2024-10-29 2:02 ` classabbyamp
5 siblings, 0 replies; 7+ messages in thread
From: 1is7ac3 @ 2024-10-28 15:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]
There is an updated pull request by 1is7ac3 against master on the void-packages repository
https://github.com/1is7ac3/void-packages libcpuid
https://github.com/void-linux/void-packages/pull/52802
libcpuid: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- i686-musl
<!-- - armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/52802.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libcpuid-52802.patch --]
[-- Type: text/x-diff, Size: 2810 bytes --]
From 7d3a8565c66fbaa6728feaa8ce01ddc176583626 Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Mon, 28 Oct 2024 00:57:12 -0300
Subject: [PATCH 1/3] libcpuid: update to 0.7.0.
---
common/shlibs | 2 +-
srcpkgs/libcpuid/template | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 6d083594e55a51..7ca8dfbf95f6ef 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -679,7 +679,7 @@ libexempi.so.8 exempi-2.5.0_1
libatasmart.so.4 libatasmart-0.17_1
libsgutils2-1.45.so.2 libsgutils-1.45_1
libcpufreq.so.0 libcpufreq-007_1
-libcpuid.so.16 libcpuid-0.6.2_1
+libcpuid.so.17 libcpuid-0.7.0_1
libgucharmap_2_90.so.7 gucharmap-3.0.0_1
libgphoto2.so.6 libgphoto2-2.5.7_1
libgphoto2_port.so.12 libgphoto2-2.5.7_1
diff --git a/srcpkgs/libcpuid/template b/srcpkgs/libcpuid/template
index 6257293e664e12..442d1b0df69b5d 100644
--- a/srcpkgs/libcpuid/template
+++ b/srcpkgs/libcpuid/template
@@ -1,6 +1,6 @@
# Template file for 'libcpuid'
pkgname=libcpuid
-version=0.6.2
+version=0.7.0
revision=1
archs="i686* x86_64*"
build_style=cmake
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
homepage="https://github.com/anrieff/libcpuid"
changelog="https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"
distfiles="https://github.com/anrieff/libcpuid/archive/v${version}.tar.gz"
-checksum=3e7f2fc243a6a68d6c909b701cfa0db6422ec33fccf91ea5ab7beda3eb798672
+checksum=cfd9e6bcda5da3f602273e55f983bdd747cb93dde0b9ec06560e074939314210
post_install() {
vlicense COPYING
From 877e0bb88388d60afdb90f436c945bbd7f30df9c Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Mon, 28 Oct 2024 12:51:19 -0300
Subject: [PATCH 2/3] nix: rebuild for libcpuid
---
srcpkgs/nix/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/nix/template b/srcpkgs/nix/template
index aa2d61286f7b4e..f43a9ea7d2e6ff 100644
--- a/srcpkgs/nix/template
+++ b/srcpkgs/nix/template
@@ -1,7 +1,7 @@
# Template file for 'nix'
pkgname=nix
version=2.11.0
-revision=10
+revision=11
build_style=gnu-configure
build_helper=qemu
# Use /nix/var as suggested by the official Manual.
From 78cc713949f34cab9d9ade13a5a748595095f0ef Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Mon, 28 Oct 2024 12:53:03 -0300
Subject: [PATCH 3/3] CPU-X: rebuild for libcpuid
---
srcpkgs/CPU-X/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/CPU-X/template b/srcpkgs/CPU-X/template
index 9ef7ca7cdef19f..9a5cc8a61637bb 100644
--- a/srcpkgs/CPU-X/template
+++ b/srcpkgs/CPU-X/template
@@ -1,7 +1,7 @@
# Template file for 'CPU-X'
pkgname=CPU-X
version=5.1.0
-revision=1
+revision=2
archs="x86_64* i686*"
build_style=cmake
hostmakedepends="pkg-config nasm gettext"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Closed]: libcpuid: update to 0.7.0.
2024-10-28 4:00 [PR PATCH] libcpuid: update to 0.7.0 1is7ac3
` (3 preceding siblings ...)
2024-10-28 15:53 ` [PR PATCH] [Updated] " 1is7ac3
@ 2024-10-29 2:02 ` classabbyamp
2024-10-29 2:02 ` classabbyamp
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-10-29 2:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1087 bytes --]
There's a closed pull request on the void-packages repository
libcpuid: update to 0.7.0.
https://github.com/void-linux/void-packages/pull/52802
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- i686-musl
<!-- - armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: libcpuid: update to 0.7.0.
2024-10-28 4:00 [PR PATCH] libcpuid: update to 0.7.0 1is7ac3
` (4 preceding siblings ...)
2024-10-29 2:02 ` [PR PATCH] [Closed]: " classabbyamp
@ 2024-10-29 2:02 ` classabbyamp
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-10-29 2:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52802#issuecomment-2443010971
Comment:
https://github.com/void-linux/void-packages/commit/c39f5d3496b712d9979a13f960b0c58656cc9461
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-29 2:02 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-28 4:00 [PR PATCH] libcpuid: update to 0.7.0 1is7ac3
2024-10-28 4:16 ` [PR PATCH] [Updated] " 1is7ac3
2024-10-28 14:35 ` 1is7ac3
2024-10-28 14:56 ` classabbyamp
2024-10-28 15:53 ` [PR PATCH] [Updated] " 1is7ac3
2024-10-29 2:02 ` [PR PATCH] [Closed]: " classabbyamp
2024-10-29 2:02 ` classabbyamp
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).