diff --git a/inxi-2.3.5.tar.gz b/inxi-2.3.5.tar.gz deleted file mode 100644 index e1ebea7..0000000 --- a/inxi-2.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fb16d81cb2931970a6514a852cd732efc3b5ef43635f5cbb1fb2745231903ac -size 416111 diff --git a/inxi-2.3.8.tar.gz b/inxi-2.3.8.tar.gz new file mode 100644 index 0000000..c71837c --- /dev/null +++ b/inxi-2.3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790f004f74736f77c1c82d218f73365ceeea8598ffe116389f3d5e4b34b224f4 +size 422214 diff --git a/inxi.changes b/inxi.changes index 88810d9..358b442 100644 --- a/inxi.changes +++ b/inxi.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Mar 15 08:23:42 UTC 2017 - sor.alexei@meowr.ru + +- Update to version 2.3.8 (changes since 2.3.5): + * While default configs remain in /etc/inxi.conf, the user + overrides now use $XDG_CONFIG_HOME for the config and + $XDG_DATA_HOME for the log/debugger data, which were previously + in $HOME/.inxi. + If neither of these cases are present, inxi will default to its + legacy user data directory: $HOME/.inxi as before. + In order to make this switch transparent to users, inxi will + move the files to the new location. + * Add some more XDG debugger data to cover this for future + debugger data. + * Fix manual inxi install not putting man pages in + /usr/local/share/man/man1, which had caused an issue with the + Arch linux inxi installer. + * Small text changes and cleanup and updates in man page. + * Fix a sloppy regex removing the BIOS from BIOSTAR. + * Fix a few other sloppy gsub, and a few gensub errors as well. + * Add a sisimedia video driver to the support list. + ------------------------------------------------------------------- Sun Dec 4 19:10:15 UTC 2016 - sor.alexei@meowr.ru diff --git a/inxi.spec b/inxi.spec index d1feb19..7fc42ce 100644 --- a/inxi.spec +++ b/inxi.spec @@ -1,7 +1,7 @@ # # spec file for package inxi # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011-2016 Malcolm J Lewis # # All modifications and additions to the file contributed by third parties @@ -17,9 +17,9 @@ # -%define _rev dedc0bc1cae5e9fade99cd8ddf50a5088566995c +%define _rev af0630e3067c138893e243896e1767c93d2a2856 Name: inxi -Version: 2.3.5 +Version: 2.3.8 Release: 0 Summary: A system information script License: GPL-3.0+