Hello community, here is the log from the commit of package armagetron for openSUSE:Factory checked in at 2015-03-18 13:08:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/armagetron (Old) and /work/SRC/openSUSE:Factory/.armagetron.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "armagetron" Changes: -------- --- /work/SRC/openSUSE:Factory/armagetron/armagetron.changes 2012-09-23 19:30:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.armagetron.new/armagetron.changes 2015-03-18 13:08:38.000000000 +0100 @@ -1,0 +2,8 @@ +Tue Mar 17 12:52:09 UTC 2015 - [email protected] + +- Change the file system layout: have the icon in /usr/share/pixmap + as being the REAL file instead of being the symlink. This works + around a current flaw in appstream-builder, which does not follow + symlinks when extracting/finding icons. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ armagetron.spec ++++++ --- /var/tmp/diff_new_pack.mHXPPW/_old 2015-03-18 13:08:39.000000000 +0100 +++ /var/tmp/diff_new_pack.mHXPPW/_new 2015-03-18 13:08:39.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package armagetron # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -70,7 +70,8 @@ install armagetron_add/*.desktop %{buildroot}%{_datadir}/applications/ mkdir -p %{buildroot}%{_datadir}/pixmaps/ pushd %buildroot -ln -s %{_datadir}/armagetronad/desktop/icons/large/armagetronad.png usr/share/pixmaps/%{name}.png +mv %{buildroot}%{_datadir}/armagetronad/desktop/icons/large/armagetronad.png %{buildroot}%{_datadir}/pixmaps/%{name}.png +ln -s %{_datadir}/pixmaps/%{name}.png %{buildroot}%{_datadir}/armagetronad/desktop/icons/large/armagetronad.png popd # some cleanups chmod 644 %{buildroot}%{_sysconfdir}/armagetronad/rc.config -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
