Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package foot for openSUSE:Factory checked in at 2022-03-22 19:39:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/foot (Old) and /work/SRC/openSUSE:Factory/.foot.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "foot" Tue Mar 22 19:39:37 2022 rev:14 rq:963768 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/foot/foot.changes 2022-02-06 23:55:42.554243302 +0100 +++ /work/SRC/openSUSE:Factory/.foot.new.25692/foot.changes 2022-03-22 19:39:38.567054826 +0100 @@ -1,0 +2,11 @@ +Thu Mar 17 08:18:45 UTC 2022 - Soc Virnyl Estela <[email protected]> + +- Add "Requires: foot" for foot-themes package + +------------------------------------------------------------------- +Thu Mar 17 08:15:10 UTC 2022 - Soc Virnyl Estela <[email protected]> + +- Make foot-themes a subpackage of foot. +- Fix foot-themes summary and description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ foot.spec ++++++ --- /var/tmp/diff_new_pack.cUG2jo/_old 2022-03-22 19:39:39.179055467 +0100 +++ /var/tmp/diff_new_pack.cUG2jo/_new 2022-03-22 19:39:39.183055472 +0100 @@ -55,11 +55,20 @@ Set term=foot-extra or term=foot-extra-direct in foot.ini to take advantage of the files in this package. +%package themes + +Summary: Community-contributed themes for the foot terminal emulator +Requires: foot + +%description themes +This package contains popular themes for the foot terminal emulator providing +users an easy way to theme foot. + %prep %autosetup -n %{name} -p1 %build -%meson -Db_lto=true +%meson -Db_lto=true -Dthemes=true %meson_build %install @@ -79,7 +88,8 @@ %{_datadir}/doc/%{name}/ %{_datadir}/fish/ %{_datadir}/zsh/ -%{_datadir}/%{name}/ +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/foot.ini %{_datadir}/icons/hicolor/ %{_mandir}/man1/foot.1.gz %{_mandir}/man1/footclient.1.gz @@ -90,4 +100,8 @@ %{_datadir}/terminfo/f/foot-extra %{_datadir}/terminfo/f/foot-extra-direct +%files themes +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/themes + %changelog
