Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ubuntu-themes for openSUSE:Factory checked in at 2022-12-28 10:54:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ubuntu-themes (Old) and /work/SRC/openSUSE:Factory/.ubuntu-themes.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ubuntu-themes" Wed Dec 28 10:54:51 2022 rev:22 rq:1045550 version:20.10 Changes: -------- --- /work/SRC/openSUSE:Factory/ubuntu-themes/ubuntu-themes.changes 2022-04-20 16:57:15.854619362 +0200 +++ /work/SRC/openSUSE:Factory/.ubuntu-themes.new.1563/ubuntu-themes.changes 2022-12-28 10:54:54.496230022 +0100 @@ -1,0 +2,7 @@ +Tue Dec 27 16:54:11 UTC 2022 - Jan Ritzerfeld <s...@bugs.jan.ritzerfeld.org> + +- Added missing empty directories, e.g.: + * /usr/share/icons/ubuntu-mono-dark/apps/48/ + * /usr/share/icons/ubuntu-mono-light/apps/48/ + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ubuntu-themes.spec ++++++ --- /var/tmp/diff_new_pack.VMq2Hg/_old 2022-12-28 10:54:54.984233602 +0100 +++ /var/tmp/diff_new_pack.VMq2Hg/_new 2022-12-28 10:54:54.988233631 +0100 @@ -124,10 +124,11 @@ done for i in ubuntu-mono-dark ubuntu-mono-light LoginIcons; do mkdir -p %{buildroot}%{_datadir}/icons/$i + for d in $(find $i -type d); do + mkdir -p %{buildroot}%{_datadir}/icons/${d} + done for icon in $(find $i -type f); do real_icon=$(readlink -f $icon) - d=$(dirname $icon) - mkdir -p %{buildroot}%{_datadir}/icons/${d} cp -r ${real_icon} %{buildroot}%{_datadir}/icons/${icon} done done