From 264d50a5f03cd23cbf0138623982f440f9777903042b4eda87c68178af23d691 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Thu, 18 Aug 2022 11:10:37 +0000 Subject: [PATCH] Accepting request 997622 from home:dirkmueller:Factory - update to 3.3.20: 1a. More or less completed verification of AMD cpu microarch/built/process, and added more accurate fallback cases for stray model IDs. 1b. Extended Intel cpu data a bit more as well. Thanks linuxdaddy from slackware for the research help there. 2. Tentative support for finit init system (fast init). Runs in /proc/1/comm, uses initctl, which may have been revived from its upstart days, not sure. Added potential support for nosh, linux only, don't know how to detect other bsd init system. 3. Added amd/intel gpu product IDs. 4. Added shortcut --filter-all/--za, activates all filters: -z, --zl, --zu, --zv. Why not? 5. Added support for dm types kdmctl and xdmctl, opensuse and maybe redhat use the latter to start the actual dm running the desktop/wm. You want to see that because you need to do systemctl restart xdm to restart the actual dm. Thanks mrmazda for pointing out this one. 6. Added AlmaLinux, RockyLinux, CentosStream to system base (RHEL derived). 7. Basic Raptor Lake gpu/apu support added, with patterns to detect since few product ids yet. Same applies to Arctic and Alchemist, which still have no product IDs. 8. More disk vendors and disk vendor ids, never stops - the waters flow on, the rain falls, then the sun comes out. Until one day it doesn't. * /usr/share/doc/packages/inxi/inxi.changelog. OBS-URL: https://build.opensuse.org/request/show/997622 OBS-URL: https://build.opensuse.org/package/show/utilities/inxi?expand=0&rev=60 --- 3.3.19-1.tar.gz | 3 --- 3.3.20-1.tar.gz | 3 +++ inxi.changes | 27 +++++++++++++++++++++++++++ inxi.spec | 4 ++-- 4 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 3.3.19-1.tar.gz create mode 100644 3.3.20-1.tar.gz diff --git a/3.3.19-1.tar.gz b/3.3.19-1.tar.gz deleted file mode 100644 index 1e1f0eb..0000000 --- a/3.3.19-1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf8881c140eac6fd266e32db31bcd90d93c5e3d429c426aacfb295d0e57e1bd9 -size 560575 diff --git a/3.3.20-1.tar.gz b/3.3.20-1.tar.gz new file mode 100644 index 0000000..11265cd --- /dev/null +++ b/3.3.20-1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610b7cd60b1ca3df091c51f3ed80d73b1ed57f4be10007f40dc7487bfb2bb4af +size 565689 diff --git a/inxi.changes b/inxi.changes index e286702..3245b76 100644 --- a/inxi.changes +++ b/inxi.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Aug 17 21:38:00 UTC 2022 - Dirk Müller + +- update to 3.3.20: + 1a. More or less completed verification of AMD cpu microarch/built/process, and + added more accurate fallback cases for stray model IDs. + 1b. Extended Intel cpu data a bit more as well. Thanks linuxdaddy from slackware + for the research help there. + 2. Tentative support for finit init system (fast init). Runs in /proc/1/comm, + uses initctl, which may have been revived from its upstart days, not sure. Added + potential support for nosh, linux only, don't know how to detect other bsd init + system. + 3. Added amd/intel gpu product IDs. + 4. Added shortcut --filter-all/--za, activates all filters: -z, --zl, --zu, + --zv. Why not? + 5. Added support for dm types kdmctl and xdmctl, opensuse and maybe redhat use + the latter to start the actual dm running the desktop/wm. You want to see that + because you need to do systemctl restart xdm to restart the actual dm. Thanks + mrmazda for pointing out this one. + 6. Added AlmaLinux, RockyLinux, CentosStream to system base (RHEL derived). + 7. Basic Raptor Lake gpu/apu support added, with patterns to detect since few + product ids yet. Same applies to Arctic and Alchemist, which still have no + product IDs. + 8. More disk vendors and disk vendor ids, never stops - the waters flow on, the + rain falls, then the sun comes out. Until one day it doesn't. + * /usr/share/doc/packages/inxi/inxi.changelog. + ------------------------------------------------------------------- Mon Jun 20 23:55:05 UTC 2022 - malcolmlewis@opensuse.org diff --git a/inxi.spec b/inxi.spec index 93d4d89..2aa5cd5 100644 --- a/inxi.spec +++ b/inxi.spec @@ -17,9 +17,9 @@ # -%define _version 3.3.19-1 +%define _version 3.3.20-1 Name: inxi -Version: 3.3.19 +Version: 3.3.20 Release: 0 Summary: A system information script License: GPL-3.0-or-later