diff --git a/lxqt-common.spec b/lxqt-common.spec index 536ca14..5bb75ec 100644 --- a/lxqt-common.spec +++ b/lxqt-common.spec @@ -1,7 +1,7 @@ Name: lxqt-common Summary: Common resources for LXQt desktop suite Version: 0.10.0 -Release: 8%{?dist} +Release: 9%{?dist} License: LGPLv2+ URL: http://lxqt.org/ @@ -72,6 +72,8 @@ popd %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} for desktop in %{buildroot}%{_sysconfdir}/xdg/autostart/*.desktop; do + echo ${desktop} + cat ${desktop} desktop-file-edit --remove-only-show-in=LXQt --add-only-show-in=X-LXQt ${desktop} done # Fedora theme @@ -120,6 +122,9 @@ fi %changelog +* Tue Feb 09 2016 Rex Dieter 0.10.0-9 +- add some debugging to test workarounds for bug #1305999 + * Tue Feb 02 2016 Raphael Groner - 0.10.0-8 - fix empty panel menu, rhbz#1252581