Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hollywood for openSUSE:Factory 
checked in at 2026-02-16 13:11:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hollywood (Old)
 and      /work/SRC/openSUSE:Factory/.hollywood.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hollywood"

Mon Feb 16 13:11:04 2026 rev:11 rq:1333180 version:1.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/hollywood/hollywood.changes      2024-02-22 
20:59:52.082129343 +0100
+++ /work/SRC/openSUSE:Factory/.hollywood.new.1977/hollywood.changes    
2026-02-16 13:17:29.650458759 +0100
@@ -1,0 +2,60 @@
+Sun Feb 15 10:15:50 UTC 2026 - Sebastian Wagner <[email protected]>
+
+- remove obsolete patch libexec_fix.patch
+- update to version 1.25:
+ - bin/hollywood:
+   - implement CPU-aware split limiting: default to 2x nproc instead of
+     all available widgets, significantly reducing system resource usage
+     on lower-end systems, Closes: #32, #3
+   - improve process cleanup with proper tmux session termination and
+     enhanced signal trapping (INT, TERM, EXIT), Closes: #44
+   - add fallback to 4 CPUs if nproc is unavailable
+   - maintain backward compatibility with -s|--splits override option
+ - share/man/man1/hollywood.1:
+   - document new CPU-aware default behavior for splits option
+ - lib/hollywood/speedometer:
+   - add graceful error handling for urwid compatibility issues
+   - detect speedometer crashes and display helpful error message
+   - prevent infinite crash loops when urwid 2.4+ is installed, Closes: #72
+- update to version 1.24:
+ - lib/hollywood/bat, debian/control:
+   - add bat plugin for syntax-highlighted code display
+ - lib/hollywood/figlet, debian/control:
+   - add figlet plugin for large ASCII text banners
+ - lib/hollywood/pv, debian/control:
+   - add pv plugin for data transfer progress visualization
+ - share/man/man1/hollywood.1, README:
+   - add security note about running in a container for demos
+- update to version 1.23:
+ - lib/hollywood/sshart:
+   - replace deprecated dsa key type with ed25519 in ssh-keygen
+ - debian/control:
+   - add mplayer to recommends, Closes: #47
+ - lib/hollywood/apg:
+   - add missing ccze command check, consistent with other widgets
+ - lib/wallstreet/w3m:
+   - use relative path to breaks script instead of hardcoded /usr/lib path
+ - bin/hollywood, bin/wallstreet, lib/hollywood/code, lib/hollywood/jp2a,
+   lib/hollywood/mplayer, lib/wallstreet/breaks, lib/wallstreet/img2txt,
+   lib/wallstreet/jp2a, lib/wallstreet/newsboat, lib/wallstreet/rsstail,
+   lib/wallstreet/ticker, lib/wallstreet/w3m:
+   - use #!/usr/bin/env for portable shebang lines
+ - lib/hollywood/mplayer:
+   - always run mplayer with -nosound, Closes: #27
+- update to version 1.22:
+ - debian/control:
+   - depend on bsdextrautils|bsdmainutils, Closes: #963226, #964524
+ - bin/hollywood:
+   - fix situation where -s and -d options do not work
+ - debian/control, lib/hollywood/code, lib/hollywood/jp2a:
+   - use find instead of locate (which is faster, but not always there)
+   - add dependency to get pygmatize command
+- update to version 1.21:
+   - /dev/shm path
+   - man related path
+   - paths for hexdump
+   - Add command-chain for minor workarounds:
+   - BYOBU_PREFIX uses realpath in .byoburc
+   - Link czze plugins to the confined home
+
+-------------------------------------------------------------------

Old:
----
  hollywood-1.21.tar.gz
  libexec_fix.patch

New:
----
  hollywood-1.25.tar.gz

----------(Old B)----------
  Old:
- remove obsolete patch libexec_fix.patch
- update to version 1.25:
----------(Old E)----------

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

Other differences:
------------------
++++++ hollywood.spec ++++++
--- /var/tmp/diff_new_pack.WYjFAn/_old  2026-02-16 13:17:32.214568236 +0100
+++ /var/tmp/diff_new_pack.WYjFAn/_new  2026-02-16 13:17:32.238569261 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hollywood
 #
-# Copyright (c) 2021 SUSE LLC
+# 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
@@ -19,15 +19,14 @@
 #
 
 Name:           hollywood
-Version:        1.21
+Version:        1.25
 Release:        0
 Summary:        Program to fill the console with Hollywood melodrama 
technobabble
 License:        Apache-2.0 AND CC0-1.0
 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
+Source:         
https://github.com/dustinkirkland/hollywood/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # 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
@@ -45,6 +44,7 @@
 Recommends:     speedometer
 Recommends:     tree
 Requires:       %name-data
+Requires:       man
 # for /usr/bin/pygmentize
 Requires:       python3-Pygments
 Requires:       tmux
@@ -87,6 +87,8 @@
 
 %prep
 %autosetup -p0
+sed -i '1s/env //' bin/* lib/*/*
+sed -i 's/lib/libexec/' bin/*
 
 %build
 
@@ -101,17 +103,14 @@
 install -Dm 0644 -t %buildroot/%_datarootdir/wallstreet share/wallstreet/*
 
 %files
-%defattr(-,root,root)
 %_bindir/hollywood
 %_libexecdir/hollywood/
 %_mandir/man1/hollywood.1*
 
 %files data
-%defattr(-,root,root)
 %_datarootdir/hollywood
 
 %files -n wallstreet
-%defattr(-,root,root)
 %_bindir/wallstreet
 %_libexecdir/wallstreet/
 %_datarootdir/wallstreet

++++++ hollywood-1.21.tar.gz -> hollywood-1.25.tar.gz ++++++
/work/SRC/openSUSE:Factory/hollywood/hollywood-1.21.tar.gz 
/work/SRC/openSUSE:Factory/.hollywood.new.1977/hollywood-1.25.tar.gz differ: 
char 5, line 1

Reply via email to