From b5511c68e89b02b0fd33f56281f073649632846d205fe67b9decb40e4ddeea5e Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Tue, 2 May 2017 17:12:23 +0000 Subject: [PATCH] Accepting request 492481 from home:bmwiedemann:branches:X11:Utilities Use convert -strip to not have timestamps in png files to make build fully reproducible OBS-URL: https://build.opensuse.org/request/show/492481 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/qhexedit2?expand=0&rev=19 --- qhexedit2.changes | 6 ++++++ qhexedit2.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/qhexedit2.changes b/qhexedit2.changes index e921b8a..4b3e82d 100644 --- a/qhexedit2.changes +++ b/qhexedit2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 2 12:48:42 UTC 2017 - bwiedemann@suse.com + +- Use convert -strip to not have timestamps in png files + to make build fully reproducible + ------------------------------------------------------------------- Mon Jan 9 21:18:59 UTC 2017 - aloisio@gmx.com diff --git a/qhexedit2.spec b/qhexedit2.spec index 64e49a9..85bc8be 100644 --- a/qhexedit2.spec +++ b/qhexedit2.spec @@ -113,7 +113,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE1} # Install icon install -d %{buildroot}%{_datadir}/pixmaps -convert doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/qhexedit.png +convert -strip doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/qhexedit.png %post %desktop_database_post