Github messages for voidlinux
 help / color / mirror / Atom feed
From: 1is7ac3 <1is7ac3@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libcpuid: update to 0.7.0.
Date: Mon, 28 Oct 2024 15:35:09 +0100	[thread overview]
Message-ID: <20241028143509.D93D12FF53@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52802@inbox.vuxu.org>

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

  parent reply	other threads:[~2024-10-28 14:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-28  4:00 [PR PATCH] " 1is7ac3
2024-10-28  4:16 ` [PR PATCH] [Updated] " 1is7ac3
2024-10-28 14:35 ` 1is7ac3 [this message]
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

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=20241028143509.D93D12FF53@inbox.vuxu.org \
    --to=1is7ac3@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).