Hello community,

here is the log from the commit of package cpu-x for openSUSE:Factory checked 
in at 2020-10-13 15:42:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cpu-x (Old)
 and      /work/SRC/openSUSE:Factory/.cpu-x.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cpu-x"

Tue Oct 13 15:42:53 2020 rev:2 rq:841491 version:4.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cpu-x/cpu-x.changes      2020-10-12 
14:00:04.898235283 +0200
+++ /work/SRC/openSUSE:Factory/.cpu-x.new.3486/cpu-x.changes    2020-10-13 
15:44:24.269417563 +0200
@@ -1,0 +2,10 @@
+Tue Oct 13 10:48:54 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Split language files to -lang subpackage.
+
+-------------------------------------------------------------------
+Mon Oct 12 13:20:03 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Make powerpc builds possible. Split shell completions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cpu-x.spec ++++++
--- /var/tmp/diff_new_pack.U747mI/_old  2020-10-13 15:44:26.341418457 +0200
+++ /var/tmp/diff_new_pack.U747mI/_new  2020-10-13 15:44:26.345418459 +0200
@@ -27,13 +27,14 @@
 Patch1:         no-no-pie.patch
 BuildRequires:  cmake
 BuildRequires:  gettext-tools
+%ifarch %ix86 x86_64
 BuildRequires:  nasm
+%endif
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12.0
 BuildRequires:  pkgconfig(libcpuid) >= 0.4.0
 BuildRequires:  pkgconfig(libpci)
 BuildRequires:  pkgconfig(libprocps)
 BuildRequires:  pkgconfig(ncursesw)
-ExclusiveArch:  %ix86 x86_64
 Provides:       bundled(dmidecode) = 3.2.20200417
 
 %description
@@ -42,6 +43,34 @@
 graphical mode by using GTK or in text-based mode by using NCurses. A
 dump mode is present from command line.
 
+%package bash-completion
+Summary:        Bash completion for %name
+Group:          System/Shells
+Supplements:    (%name and bash-completion)
+BuildArch:      noarch
+
+%description bash-completion
+Shell completion definitions from %name for %name.
+
+%package fish-completion
+Summary:        Bash completion for %name
+Group:          System/Shells
+Supplements:    (%name and fish)
+BuildArch:      noarch
+
+%description fish-completion
+Shell completion definitions from %name for %name.
+
+%package zsh-completion
+Summary:        Bash completion for %name
+Group:          System/Shells
+Supplements:    (%name and zsh)
+BuildArch:      noarch
+
+%description zsh-completion
+Shell completion definitions from %name for %name.
+
+%lang_package
 %prep
 %autosetup -p1 -n CPU-X-%version
 
@@ -54,16 +83,24 @@
 rm -Rf "%buildroot/%_datadir/polkit-1" "%buildroot/%_datadir/applications"
 %find_lang %name
 
-%files -f %name.lang
+%files
 %_bindir/cpu-x
 %_libexecdir/cpu-x*
-%_datadir/bash-completion/
 %_datadir/cpu-x/
-%_datadir/fish/
 %_datadir/icons/*
 %_datadir/glib-2.0/
 %_datadir/metainfo/
-%_datadir/zsh/
 %license COPYING
 
+%files bash-completion
+%_datadir/bash-completion/
+
+%files fish-completion
+%_datadir/fish/
+
+%files lang -f %name.lang
+
+%files zsh-completion
+%_datadir/zsh/
+
 %changelog


Reply via email to