Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b34ab5ee07 | |||
|
|
f522b5c789 | ||
| fe59579cce | |||
|
|
effd04e6e5 | ||
| e92f793a5b | |||
|
|
0228bd5c11 |
6
_service
6
_service
@@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<service mode="manual" name="obs_scm">
|
||||
<param name="url">https://codeberg.org/smxi/inxi.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="revision">20451ca41fe61723250bb0d8f2ba2ec708719b90</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">inxi</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
@@ -14,5 +14,5 @@
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service mode="manual" name="set_version"/>
|
||||
</services>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://codeberg.org/smxi/inxi.git</param>
|
||||
<param name="changesrevision">c5f89aafd8af72943e2f4271062d92f92253fc9f</param></service></servicedata>
|
||||
<param name="changesrevision">20451ca41fe61723250bb0d8f2ba2ec708719b90</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:752de82ca6798909b83a450be91e68132c0d13b68b8bedaa4d634e4c5df080cd
|
||||
size 2374156
|
||||
3
inxi-3.3.40-1.obscpio
Normal file
3
inxi-3.3.40-1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b47a7659fb412f81851eca981ee5c03ed49e9c790b91f28279dfec5bb69442d3
|
||||
size 2441740
|
||||
43
inxi.changes
43
inxi.changes
@@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 26 00:32:13 UTC 2025 - malcolmlewis@opensuse.org
|
||||
|
||||
- Update to version 3.3.40:
|
||||
* This is a quick release to get the bug fix out for
|
||||
<https://codeberg.org/smxi/inxi/issues/347>.
|
||||
* Refactor and updated of the Battery item.
|
||||
* This release is highlighted by a long overdue rewrite of the
|
||||
-b, -e, and -v[x] man page and help options.
|
||||
* Renamed to inxi.metainfo.xml
|
||||
* Changed id to org.smxi.inxi
|
||||
* Added inxi.metadata.xml. Your welcome.
|
||||
* Phase 2 of the big CPU upgrade a few years back is now done.
|
||||
* Added more Wayland wm/de updates: wm, tools, lockers, etc.
|
||||
- Setup service file for manual run.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 30 03:15:58 UTC 2025 - malcolmlewis@opensuse.org
|
||||
|
||||
- Update to version 3.3.39:
|
||||
* Refactor and updated of the Battery item, that was sorely in
|
||||
need of tightening and better testing and robustness.
|
||||
* Long overdue fixes for CPU Loongson and XhaoXin.
|
||||
* General fixes and updates.
|
||||
- Changes from version 3.3.38:
|
||||
* A small fix/glitch release, nothing exciting.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 09 01:32:27 UTC 2025 - malcolmlewis@opensuse.org
|
||||
|
||||
- Update to version 3.3.37:
|
||||
* This release is highlighted by a long overdue rewrite of the
|
||||
-b, -e, and -v[x] man page and help options. And changing the
|
||||
long incorrect -F/--full to -e/--expanded, which is more
|
||||
accurate. -e expands -b, that is, but is not full. -v8 is full.
|
||||
-F/--full will keep working until this inxi is in the stable
|
||||
repos of the major distros.
|
||||
* Renamed to inxi.metainfo.xml
|
||||
* Changed id to org.smxi.inxi
|
||||
* Added inxi.metadata.xml.
|
||||
- Remove %Check in spec file.
|
||||
- Add installation of metainfo.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 05 21:05:13 UTC 2024 - malcolmlewis@opensuse.org
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: inxi
|
||||
version: 3.3.36-1
|
||||
mtime: 1725487957
|
||||
commit: c5f89aafd8af72943e2f4271062d92f92253fc9f
|
||||
version: 3.3.40-1
|
||||
mtime: 1764102653
|
||||
commit: 20451ca41fe61723250bb0d8f2ba2ec708719b90
|
||||
|
||||
16
inxi.spec
16
inxi.spec
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package inxi
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2011-2024 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2011-2025 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define _version 3.3.36-1
|
||||
%define _version 3.3.40-1
|
||||
Name: inxi
|
||||
Version: 3.3.36
|
||||
Version: 3.3.40
|
||||
Release: 0
|
||||
Summary: A system information script
|
||||
License: GPL-3.0-or-later
|
||||
@@ -62,17 +62,17 @@ sed -i '/^#!/s/env \(.*\)$/\1/' %{name}
|
||||
## Nothing to build.
|
||||
|
||||
%install
|
||||
install -d -m 0755 %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1
|
||||
install -d -m 0755 %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 \
|
||||
%{buildroot}%{_datadir}/metainfo
|
||||
install -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
|
||||
install -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
|
||||
%check
|
||||
## Empty section added as per rpmlint report
|
||||
install -m 0644 %{name}.metainfo.xml %{buildroot}%{_datadir}/metainfo/%{name}.metainfo.xml
|
||||
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
%doc inxi.changelog README.txt
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
%{_datadir}/metainfo/%{name}.metainfo.xml
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user