Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package econnman for openSUSE:Factory checked in at 2022-06-28 15:22:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/econnman (Old) and /work/SRC/openSUSE:Factory/.econnman.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "econnman" Tue Jun 28 15:22:34 2022 rev:2 rq:985409 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/econnman/econnman.changes 2018-06-20 15:22:23.821577552 +0200 +++ /work/SRC/openSUSE:Factory/.econnman.new.1548/econnman.changes 2022-06-28 15:22:52.305987122 +0200 @@ -1,0 +2,5 @@ +Thu Mar 31 19:32:57 UTC 2022 - Bernhard Wiedemann <bwiedem...@suse.com> + +- Work without network-fixed.png - dropped from adwaita-icon-theme + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ econnman.spec ++++++ --- /var/tmp/diff_new_pack.VCrtEK/_old 2022-06-28 15:22:52.885987987 +0200 +++ /var/tmp/diff_new_pack.VCrtEK/_new 2022-06-28 15:22:52.889987994 +0200 @@ -30,7 +30,6 @@ BuildRequires: python3 BuildRequires: pkgconfig(edje) >= 1.8.0 # SECTION Check list of dependencies -BuildRequires: adwaita-icon-theme BuildRequires: connman BuildRequires: python3-efl Requires: connman @@ -64,19 +63,6 @@ %install %make_install -# Fix: Icon file not found -for _file in $(find %{buildroot} -name \*.desktop); do - _icon=$(sed -ne '/^Icon/s/[^=]*=//p' -ne '/^Icon/s/\..*//p' $_file) - if ! find %{buildroot} -name "${_icon##*/}.??g" | grep -q .; then - for _icon in $(find %{_datadir}/icons -name network-wired.png | sort -r | head -n1); do - install -Dm0644 "$_icon" "%{buildroot}%{_datadir}/pixmaps/${_icon##*/}" - sed -i '/^Icon/s/[^=]*$/network-wired/' $_file - done - else - "$_icon file exists" 2> /dev/null - fi -done - %if 0%{?suse_version} %suse_update_desktop_file -r %{name} Enlightenment Network Settings %suse_update_desktop_file -u -r %{name} Enlightenment Network Settings @@ -88,6 +74,5 @@ %{_bindir}/%{name}-bin %{_datadir}/%{name}/ %{_datadir}/applications/%{name}*.desktop -%{_datadir}/pixmaps/network-wired.??g %changelog