public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sysinfo] epel9: Only update to 0.38.4 for now in EPEL9 due to MSRV
Date: Sun, 06 Sep 2026 20:50:30 GMT	[thread overview]
Message-ID: <178872783080.1.8241764934035198044.rpms-rust-sysinfo-2df931773810@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sysinfo
Branch : epel9
Commit : 2df931773810f0ee170e392a68e5adfaacb01f87
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-06T21:41:49+01:00
Stats  : +11/-37 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sysinfo/c/2df931773810f0ee170e392a68e5adfaacb01f87?branch=epel9

Log:
Only update to 0.38.4 for now in EPEL9 due to MSRV

---
diff --git a/.gitignore b/.gitignore
index 63eebed..3b4e81e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,4 @@
 /sysinfo-0.37.0.crate
 /sysinfo-0.37.2.crate
 /sysinfo-0.39.6.crate
+/sysinfo-0.38.4.crate

diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec
index ee8308b..312f5af 100644
--- a/rust-sysinfo.spec
+++ b/rust-sysinfo.spec
@@ -6,7 +6,7 @@
 %global crate sysinfo
 
 Name:           rust-sysinfo
-Version:        0.39.6
+Version:        0.38.4
 Release:        %autorelease
 Summary:        Get system information such as processes, CPUs, disks, components and networks
 

diff --git a/sources b/sources
index 4343045..8b5bbaf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sysinfo-0.39.6.crate) = 3817d4503aa0caa33842a8b56210d5abf94c0071589d2e876875300f4302e0d266eee7324dc58ef534bff88f634e3cd520416ea191ea3e1bab8368b88e3e5c7f
+SHA512 (sysinfo-0.38.4.crate) = ba0a7656e8dc409273ed89e024cbadd063f6ba36a6ed36f8fc6ae5f8628d82f10eab3e19944f55a58b93829fa1c501ba5fc68501eeb168dc62c2a61f8f239b92

diff --git a/sysinfo-fix-metadata-auto.diff b/sysinfo-fix-metadata-auto.diff
index 3824f64..df311dd 100644
--- a/sysinfo-fix-metadata-auto.diff
+++ b/sysinfo-fix-metadata-auto.diff
@@ -1,10 +1,9 @@
---- sysinfo-0.39.6/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ sysinfo-0.39.6/Cargo.toml	2026-08-31T10:42:39.905189+00:00
-@@ -52,22 +52,6 @@
+--- sysinfo-0.38.4/Cargo.toml	2006-07-24T01:21:28+00:00
++++ sysinfo-0.38.4/Cargo.toml	2026-09-06T20:40:31.991143+00:00
+@@ -52,20 +52,6 @@
  apple-sandbox = []
  c-interface = ["default"]
  component = [
--    "dep:windows",
 -    "windows/Win32_Foundation",
 -    "windows/Win32_Security",
 -    "windows/Win32_System_Com",
@@ -12,22 +11,20 @@
 -    "windows/Win32_System_Rpc",
 -    "windows/Win32_System_Variant",
 -    "windows/Win32_System_Wmi",
--    "dep:objc2-core-foundation",
 -    "objc2-core-foundation/CFArray",
 -    "objc2-core-foundation/CFBase",
 -    "objc2-core-foundation/CFDictionary",
 -    "objc2-core-foundation/CFNumber",
 -    "objc2-core-foundation/CFString",
--    "dep:objc2-io-kit",
+-    "objc2-io-kit",
 -    "objc2-io-kit/hidsystem",
  ]
  debug = ["libc/extra_traits"]
  default = [
-@@ -78,75 +62,18 @@
+@@ -76,65 +62,17 @@
      "user",
  ]
  disk = [
--    "dep:windows",
 -    "windows/Win32_Foundation",
 -    "windows/Win32_Storage_FileSystem",
 -    "windows/Win32_Security",
@@ -35,7 +32,6 @@
 -    "windows/Win32_System_Ioctl",
 -    "windows/Win32_System_SystemServices",
 -    "windows/Win32_System_WindowsProgramming",
--    "dep:objc2-core-foundation",
 -    "objc2-core-foundation/CFArray",
 -    "objc2-core-foundation/CFBase",
 -    "objc2-core-foundation/CFDictionary",
@@ -43,21 +39,18 @@
 -    "objc2-core-foundation/CFNumber",
 -    "objc2-core-foundation/CFString",
 -    "objc2-core-foundation/CFURL",
--    "dep:objc2-io-kit",
+-    "objc2-io-kit",
  ]
  linux-netdevs = []
  linux-tmpfs = []
  multithread = ["dep:rayon"]
  network = [
--    "dep:windows",
 -    "windows/Win32_Foundation",
 -    "windows/Win32_NetworkManagement_IpHelper",
 -    "windows/Win32_NetworkManagement_Ndis",
 -    "windows/Win32_Networking_WinSock",
  ]
- serde = ["dep:serde"]
  system = [
--    "dep:windows",
 -    "windows/Win32_Foundation",
 -    "windows/Win32_System_Diagnostics_ToolHelp",
 -    "windows/Wdk_System_SystemInformation",
@@ -78,28 +71,23 @@
 -    "windows/Win32_UI_Shell",
 -    "dep:ntapi",
      "dep:memchr",
--    "dep:objc2-core-foundation",
 -    "objc2-core-foundation/CFBase",
 -    "objc2-core-foundation/CFData",
 -    "objc2-core-foundation/CFDictionary",
 -    "objc2-core-foundation/CFString",
--    "dep:objc2-io-kit",
+-    "objc2-io-kit",
  ]
  unknown-ci = []
  user = [
--    "dep:windows",
 -    "windows/Win32_Foundation",
 -    "windows/Win32_NetworkManagement_NetManagement",
 -    "windows/Win32_Security",
 -    "windows/Win32_Security_Authentication_Identity",
 -    "windows/Win32_Security_Authorization",
--    "dep:objc2-core-foundation",
--    "objc2-core-foundation/CFString",
--    "dep:objc2-open-directory",
  ]
  
  [lib]
-@@ -224,43 +151,6 @@
+@@ -212,28 +150,6 @@
  [dev-dependencies.tempfile]
  version = "3.9"
  
@@ -121,21 +109,6 @@
  [target.'cfg(not(any(target_os = "unknown", target_arch = "wasm32")))'.dependencies.libc]
  version = "^0.2.173"
  
--[target.'cfg(target_os = "macos")'.dependencies.objc2-open-directory]
--version = "0.3.2"
--features = [
--    "objc2-core-foundation",
--    "std",
--    "CFODNode",
--    "CFODSession",
--    "CFODQuery",
--    "CFODRecord",
--    "CFOpenDirectory",
--    "CFOpenDirectoryConstants",
--]
--optional = true
--default-features = false
--
 -[target."cfg(windows)".dependencies.ntapi]
 -version = "0.4"
 -optional = true

                 reply	other threads:[~2026-09-06 20:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178872783080.1.8241764934035198044.rpms-rust-sysinfo-2df931773810@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.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