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] f45: Update to version 0.39.6; Fixes RHBZ#2432576
Date: Sun, 06 Sep 2026 19:33:05 GMT	[thread overview]
Message-ID: <178872318562.1.733532105502745840.rpms-rust-sysinfo-05dbdd512629@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sysinfo
Branch : f45
Commit : 05dbdd512629868a37dbb029e2ec6b87857b75fe
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-31T11:44:27+01:00
Stats  : +43/-15 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sysinfo/c/05dbdd512629868a37dbb029e2ec6b87857b75fe?branch=f45

Log:
Update to version 0.39.6; Fixes RHBZ#2432576

---
diff --git a/.gitignore b/.gitignore
index edd30fc..63eebed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@
 /sysinfo-0.33.1.crate
 /sysinfo-0.37.0.crate
 /sysinfo-0.37.2.crate
+/sysinfo-0.39.6.crate

diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec
index f801e16..ee8308b 100644
--- a/rust-sysinfo.spec
+++ b/rust-sysinfo.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 # * many tests don't work when virtualized / containerized
 %bcond check 0
 %global debug_package %{nil}
@@ -6,7 +6,7 @@
 %global crate sysinfo
 
 Name:           rust-sysinfo
-Version:        0.37.2
+Version:        0.39.6
 Release:        %autorelease
 Summary:        Get system information such as processes, CPUs, disks, components and networks
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 0c46257..cc0cd74 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -9,6 +9,6 @@ hide = [
 ]
 
 [tests]
-run = ["none"]
+run = false
 comments = ["many tests don't work when virtualized / containerized"]
 

diff --git a/sources b/sources
index 8b5aa85..4343045 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sysinfo-0.37.2.crate) = 91e7bba8e924df7ecf2a1139383b3b7979958cfe2cef057f40f5e8e62f8c275d0d968d2db65d57435acf5718b671818ad3cd79a93b88ebd875dff7f189d5ac14
+SHA512 (sysinfo-0.39.6.crate) = 3817d4503aa0caa33842a8b56210d5abf94c0071589d2e876875300f4302e0d266eee7324dc58ef534bff88f634e3cd520416ea191ea3e1bab8368b88e3e5c7f

diff --git a/sysinfo-fix-metadata-auto.diff b/sysinfo-fix-metadata-auto.diff
index 46341b2..3824f64 100644
--- a/sysinfo-fix-metadata-auto.diff
+++ b/sysinfo-fix-metadata-auto.diff
@@ -1,9 +1,10 @@
---- sysinfo-0.37.2/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sysinfo-0.37.2/Cargo.toml	2025-10-17T19:53:23.773767+00:00
-@@ -52,20 +52,6 @@
+--- 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 @@
  apple-sandbox = []
  c-interface = ["default"]
  component = [
+-    "dep:windows",
 -    "windows/Win32_Foundation",
 -    "windows/Win32_Security",
 -    "windows/Win32_System_Com",
@@ -11,20 +12,22 @@
 -    "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",
--    "objc2-io-kit",
+-    "dep:objc2-io-kit",
 -    "objc2-io-kit/hidsystem",
  ]
  debug = ["libc/extra_traits"]
  default = [
-@@ -76,65 +62,17 @@
+@@ -78,75 +62,18 @@
      "user",
  ]
  disk = [
+-    "dep:windows",
 -    "windows/Win32_Foundation",
 -    "windows/Win32_Storage_FileSystem",
 -    "windows/Win32_Security",
@@ -32,6 +35,7 @@
 -    "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",
@@ -39,18 +43,21 @@
 -    "objc2-core-foundation/CFNumber",
 -    "objc2-core-foundation/CFString",
 -    "objc2-core-foundation/CFURL",
--    "objc2-io-kit",
+-    "dep: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",
@@ -71,34 +78,39 @@
 -    "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",
--    "objc2-io-kit",
+-    "dep: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]
-@@ -212,28 +150,6 @@
+@@ -224,43 +151,6 @@
  [dev-dependencies.tempfile]
  version = "3.9"
  
 -[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc2-core-foundation]
--version = "0.3.1"
+-version = "0.3.2"
 -features = ["std"]
 -optional = true
 -default-features = false
 -
 -[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc2-io-kit]
--version = "0.3.1"
+-version = "0.3.2"
 -features = [
 -    "std",
 -    "libc",
@@ -109,10 +121,25 @@
  [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
 -
 -[target."cfg(windows)".dependencies.windows]
--version = ">=0.59, <0.62"
+-version = ">=0.62, <0.63"
 -optional = true

                 reply	other threads:[~2026-09-06 19:33 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=178872318562.1.733532105502745840.rpms-rust-sysinfo-05dbdd512629@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