From 26b107b1dd181aa5d665a65e676a678bc04020e213b5a2b66db243825bd89495 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Thu, 29 Jun 2017 07:40:17 +0000 Subject: [PATCH] Accepting request 506931 from home:bmwiedemann:branches:X11:Utilities Use convert -strip to not embed timestamps in .png files OBS-URL: https://build.opensuse.org/request/show/506931 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/4pane?expand=0&rev=7 --- 4pane.changes | 5 +++++ 4pane.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/4pane.changes b/4pane.changes index d8bc1e5..93ce259 100644 --- a/4pane.changes +++ b/4pane.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 29 05:14:05 UTC 2017 - bwiedemann@suse.com + +- Use convert -strip to not embed timestamps in .png files + ------------------------------------------------------------------- Wed May 31 16:49:09 UTC 2017 - aloisio@gmx.com diff --git a/4pane.spec b/4pane.spec index 600e734..686b6e6 100644 --- a/4pane.spec +++ b/4pane.spec @@ -64,7 +64,7 @@ mkdir -vp %{buildroot}/%{_datadir}/appdata cd %{buildroot}/%{_datadir}/applications ln -s ../4Pane/rc/4Pane.desktop 4Pane.desktop pushd %{buildroot}%{_datadir}/icons/hicolor/48x48/apps -convert -resize 48x48! 4Pane.png 4Pane.png +convert -strip -resize 48x48! 4Pane.png 4Pane.png popd %fdupes -s %{buildroot}/%{_datadir}