Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package stellarium for openSUSE:Factory checked in at 2021-02-22 14:40:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stellarium (Old) and /work/SRC/openSUSE:Factory/.stellarium.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stellarium" Mon Feb 22 14:40:54 2021 rev:49 rq:874281 version:0.20.4 Changes: -------- --- /work/SRC/openSUSE:Factory/stellarium/stellarium.changes 2021-01-02 21:30:56.223432479 +0100 +++ /work/SRC/openSUSE:Factory/.stellarium.new.2378/stellarium.changes 2021-02-22 14:41:10.704672087 +0100 @@ -1,0 +2,6 @@ +Mon Feb 15 13:05:41 UTC 2021 - Paolo Stivanin <[email protected]> + +- Remove duplicated desktop file +- Remove zero length files + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stellarium.spec ++++++ --- /var/tmp/diff_new_pack.BLA9eE/_old 2021-02-22 14:41:13.160674811 +0100 +++ /var/tmp/diff_new_pack.BLA9eE/_new 2021-02-22 14:41:13.164674815 +0100 @@ -1,7 +1,7 @@ # # spec file for package stellarium # -# 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 @@ -84,6 +84,10 @@ %suse_update_desktop_file -c stellarium Stellarium "Planetarium in your computer" stellarium stellarium Science Astronomy mkdir -p %{buildroot}%{_datadir}/%{name}/data/script_internet_update %fdupes %{buildroot}%{_datadir}/%{name} +# remove duplicated desktop file +rm -f %{buildroot}%{_datadir}/applications/stellarium.desktop +# remove all zero size files +find %{buildroot}%{_datadir}/%{name}/skycultures -type f -size 0 -delete #%%find_lang %%{name} #%%find_lang %%{name}-skycultures
