Hello community, here is the log from the commit of package joe for openSUSE:Factory checked in at 2019-02-25 17:45:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/joe (Old) and /work/SRC/openSUSE:Factory/.joe.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "joe" Mon Feb 25 17:45:02 2019 rev:32 rq:674903 version:4.6 Changes: -------- --- /work/SRC/openSUSE:Factory/joe/joe.changes 2019-01-08 12:19:02.936893505 +0100 +++ /work/SRC/openSUSE:Factory/.joe.new.28833/joe.changes 2019-02-25 17:45:04.566914439 +0100 @@ -1,0 +2,7 @@ +Wed Feb 13 15:58:00 UTC 2019 - Maurizio Galli <[email protected]> + +- Dropped .desktop files to follow openSUSE guidelines regarding console + applications: https://lists.opensuse.org/opensuse-factory/2019-02/msg00377.html +- Dropped obsolete patch joe-4.6-desktop_files.patch + +------------------------------------------------------------------- Old: ---- joe-4.6-desktop_files.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ joe.spec ++++++ --- /var/tmp/diff_new_pack.WzMj74/_old 2019-02-25 17:45:06.578913612 +0100 +++ /var/tmp/diff_new_pack.WzMj74/_new 2019-02-25 17:45:06.582913610 +0100 @@ -31,7 +31,6 @@ Patch7: joe-3.7-additional_key_mappings.patch Patch8: joe-3.7-spec_association.patch Patch10: joe-sigiot.patch -Patch11: joe-4.6-desktop_files.patch Patch12: joe-4.6-nonvoid-functions.patch BuildRequires: automake BuildRequires: libselinux-devel @@ -48,7 +47,6 @@ %patch7 %patch8 %patch10 -%patch11 -p1 %patch12 -p1 %build @@ -65,6 +63,10 @@ done rm -rf %{buildroot}/%{_datadir}/%{name}/lang +# Remove desktop entries to follow openSUSE guidelines for console applications +# See: https://lists.opensuse.org/opensuse-factory/2019-02/msg00377.html +rm -rf %{buildroot}%{_datadir}/applications/*.desktop + %files %doc %{_defaultdocdir}/%{name} %{_mandir}/man1/* @@ -78,7 +80,6 @@ %{_datadir}/%{name}/charmaps %dir %{_datadir}/%{name}/syntax %config(noreplace) %{_datadir}/%{name}/syntax/* -%{_datadir}/applications/*.desktop %{_datadir}/joe/colors %{_datadir}/joe/colors/*.jcf
