Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hollywood for openSUSE:Factory checked in at 2021-07-12 01:25:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hollywood (Old) and /work/SRC/openSUSE:Factory/.hollywood.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hollywood" Mon Jul 12 01:25:00 2021 rev:9 rq:905639 version:1.21 Changes: -------- --- /work/SRC/openSUSE:Factory/hollywood/hollywood.changes 2020-05-08 23:08:49.354287668 +0200 +++ /work/SRC/openSUSE:Factory/.hollywood.new.2625/hollywood.changes 2021-07-12 01:25:29.209023617 +0200 @@ -1,0 +2,5 @@ +Sun Jul 11 01:51:19 UTC 2021 - Jonathan Papineau <[email protected]> + +- Add libexec_fix.patch to rewrite module paths from /usr/lib/ to /usr/libexec/ + +------------------------------------------------------------------- New: ---- libexec_fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hollywood.spec ++++++ --- /var/tmp/diff_new_pack.XWSyGx/_old 2021-07-12 01:25:29.697019865 +0200 +++ /var/tmp/diff_new_pack.XWSyGx/_new 2021-07-12 01:25:29.697019865 +0200 @@ -1,7 +1,7 @@ # # spec file for package hollywood # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,14 +26,16 @@ Group: Amusements/Toys/Other URL: https://launchpad.net/hollywood Source: https://launchpad.net/hollywood/trunk/%{version}/+download/hollywood_%{version}.orig.tar.gz#/%{name}-%{version}.tar.gz -Recommends: byobu +# PATCH-FIX-OPENSUSE libexec_fix.patch -- rewrite module paths from /usr/lib/ to /usr/libexec/ +Patch0: libexec_fix.patch Recommends: apg Recommends: bmon +Recommends: byobu # in debian: bsdmainutils Recommends: util-linux -Recommends: coreutils Recommends: ccze Recommends: cmatrix +Recommends: coreutils Recommends: htop Recommends: jp2a Recommends: mlocate @@ -85,6 +87,7 @@ %prep %setup -q +%patch0 -p0 %build ++++++ libexec_fix.patch ++++++ Index: bin/hollywood =================================================================== --- bin/hollywood.orig +++ bin/hollywood @@ -43,7 +43,7 @@ spin_up() { done } -WIDGET_DIR="$(dirname $0)/../lib/$PKG" +WIDGET_DIR="$(dirname $0)/../libexec/$PKG" SPLITS=$(ls "$WIDGET_DIR" | wc -l) DELAY=10 while [ ! -z "$1" ]; do
