Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fastfetch for openSUSE:Factory 
checked in at 2023-12-25 19:05:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fastfetch (Old)
 and      /work/SRC/openSUSE:Factory/.fastfetch.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fastfetch"

Mon Dec 25 19:05:03 2023 rev:11 rq:1134713 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fastfetch/fastfetch.changes      2023-11-22 
18:55:06.716684446 +0100
+++ /work/SRC/openSUSE:Factory/.fastfetch.new.28375/fastfetch.changes   
2023-12-25 19:05:13.973334723 +0100
@@ -1,0 +2,30 @@
+Sat Dec 23 08:15:55 UTC 2023 - Soc Virnyl Estela 
<[email protected]>
+
+- update to version 2.4.0:
+  **BREAKING** 
+  We are deprecating flags based config files (will be removed in v3.0.0). 
+  We suggest you migrate to json based config files. 
+  One may use `-c /path/to/config.conf --gen-config` to migrate existing flag 
+  based config files.
+
+  Changes:
+    * All flag based presets are removed
+  Features:
+    * Improve performance of detecting rpm and pkg package count (Packages, 
Linux / FreeBSD)
+    * Support Apple M3X temperature detection (CPU / GPU, macOS)
+    * `--ds-force-drm` support a new option `sysfs-only`
+    * Improve xfce4 version detection
+    * Detect WM and DE by enumerating running processes (WM / DE, FreeBSD)
+    * Add a new module `Physical Disk`, which detects product name, full size, 
serial number and so on.
+  Bugfixes:
+    * Fix crashes sometimes when `--logo-padding-top` is not set (Logo)
+    * Fix memory usage counting algorithm (Memory, macOS)
+    * Fix the behavior of `--no-buffer` in Windows
+    * Fix possible segfault in some devices (Display, Linux)
+    * Fix segfaults on first use of new images with Sixel flag (Image) 
+- update specfile:
+  * add bash completion subpackage.
+  * add fish completion subpackage.
+  * add manpage for fastfetch for package.
+
+-------------------------------------------------------------------

Old:
----
  fastfetch-2.2.3.tar.gz

New:
----
  fastfetch-2.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fastfetch.spec ++++++
--- /var/tmp/diff_new_pack.8NW58k/_old  2023-12-25 19:05:14.533355146 +0100
+++ /var/tmp/diff_new_pack.8NW58k/_new  2023-12-25 19:05:14.537355292 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           fastfetch
-Version:        2.2.3
+Version:        2.4.0
 Release:        0
 Summary:        Neofetch-like tool written in C
 License:        MIT
@@ -63,10 +63,31 @@
 customizability in mind. Currently Linux, Android, FreeBSD,
 MacOS and Windows 7+ are supported.
 
+%package        fish-completion
+Summary:        Fish Completion for %{name}
+Group:          System/Shells
+Supplements:    (%{name} and fish)
+Requires:       fish
+BuildArch:      noarch
+
+%description    fish-completion
+Fish command-line completion support for %{name}.
+
+%package        bash-completion
+Summary:        Bash Completion for %{name}
+Group:          System/Shells
+Supplements:    (%{name} and bash-completion)
+Requires:       bash-completion
+BuildArch:      noarch
+
+%description    bash-completion
+Bash command-line completion support for %{name}.
+
 %prep
 %setup -q
 
 sed -i "s|\#\!\/usr\/bin\/env bash||g" completions/bash
+sed -i "s|\#\!\/usr\/bin\/env fish||g" completions/fish
 
 %build
 %cmake
@@ -80,6 +101,16 @@
 %doc README.md CHANGELOG.md
 %{_bindir}/flashfetch
 %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 %{_datadir}/%{name}/
-%{_datadir}/bash-completion/
+
+%files bash-completion
+%dir %{_datadir}/bash-completion
+%dir %{_datadir}/bash-completion/completions
+%{_datadir}/bash-completion/completions/fastfetch
+
+%files fish-completion
+%dir %{_datadir}/fish
+%dir %{_datadir}/fish/vendor_completions.d
+%{_datadir}/fish/vendor_completions.d/fastfetch.fish
 

++++++ fastfetch-2.2.3.tar.gz -> fastfetch-2.4.0.tar.gz ++++++
++++ 12398 lines of diff (skipped)

Reply via email to