Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fastfetch for openSUSE:Factory checked in at 2026-01-06 17:44:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fastfetch (Old) and /work/SRC/openSUSE:Factory/.fastfetch.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fastfetch" Tue Jan 6 17:44:38 2026 rev:84 rq:1325449 version:2.56.1 Changes: -------- --- /work/SRC/openSUSE:Factory/fastfetch/fastfetch.changes 2025-12-22 22:51:00.093379032 +0100 +++ /work/SRC/openSUSE:Factory/.fastfetch.new.1928/fastfetch.changes 2026-01-06 17:46:03.129249970 +0100 @@ -1,0 +2,11 @@ +Mon Jan 5 14:57:12 UTC 2026 - RN <[email protected]> + +- Add libdrm as build requirement +- Drop libxfconf-0 due no longer needed + +------------------------------------------------------------------- +Tue Dec 30 14:55:53 UTC 2025 - Ana Guerrero <[email protected]> + +- spec cleanup, remove all unneded recommends. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fastfetch.spec ++++++ --- /var/tmp/diff_new_pack.bFJPxz/_old 2026-01-06 17:46:03.973284684 +0100 +++ /var/tmp/diff_new_pack.bFJPxz/_new 2026-01-06 17:46:03.973284684 +0100 @@ -1,7 +1,7 @@ # # spec file for package fastfetch # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,6 @@ Source: %{name}-%{version}.tar.gz BuildRequires: Mesa-devel BuildRequires: cmake -BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: opencl-headers BuildRequires: vulkan-headers @@ -40,9 +39,9 @@ BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dconf) BuildRequires: pkgconfig(ddcutil) +BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libelf) BuildRequires: pkgconfig(libpulse) -BuildRequires: pkgconfig(libxfconf-0) BuildRequires: pkgconfig(ocl-icd) BuildRequires: pkgconfig(rpm) BuildRequires: pkgconfig(sqlite3) @@ -51,25 +50,13 @@ BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xrandr) BuildRequires: pkgconfig(zlib) -Recommends: ImageMagick -Recommends: Mesa -Recommends: chafa -Recommends: dbus-1 -Recommends: dconf -Recommends: glib2-tools -Recommends: pciutils -Recommends: rpm -Recommends: sqlite3 -Recommends: vulkan-tools -Recommends: xfconf -Recommends: xrandr -Recommends: zlib + +Recommends: hwdata %description Fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and -customizability in mind. Currently Linux, Android, FreeBSD, -MacOS and Windows 7+ are supported. +customizability in mind. %package fish-completion Summary: Fish Completion for %{name}
