From 02080c2f660d3abaa73a2b700548710bd47e16c3e1dba780643fac32cc43cc8d Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Sun, 13 May 2018 01:04:45 +0000 Subject: [PATCH] Accepting request 605520 from home:bmwiedemann:branches:Education Use convert -strip to make package build reproducible (boo#1047218) OBS-URL: https://build.opensuse.org/request/show/605520 OBS-URL: https://build.opensuse.org/package/show/Education/semantik?expand=0&rev=31 --- semantik.changes | 5 +++++ semantik.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/semantik.changes b/semantik.changes index 444fd65..289567d 100644 --- a/semantik.changes +++ b/semantik.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 9 03:27:32 UTC 2018 - bwiedemann@suse.com + +- Use convert -strip to make package build reproducible (boo#1047218) + ------------------------------------------------------------------- Sat Apr 28 01:44:21 UTC 2018 - i@marguerite.su diff --git a/semantik.spec b/semantik.spec index 3ea9515..e708a17 100644 --- a/semantik.spec +++ b/semantik.spec @@ -58,7 +58,7 @@ to create general-purpose documents through the use of mindmaps. %patch -p1 #wrong-icon-size -convert src/data/hi48-app-semantik-d.png -resize 48x48 src/data/hi48-app-semantik-d.png +convert -strip src/data/hi48-app-semantik-d.png -resize 48x48 src/data/hi48-app-semantik-d.png #env-script-interpreter for i in src/filters/*.py src/sembind.py waf; do sed -i '1s:.*:#!/usr/bin/python:' $i;