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
This commit is contained in:
Marguerite Su 2018-05-13 01:04:45 +00:00 committed by Git OBS Bridge
parent 95941c3877
commit 02080c2f66
2 changed files with 6 additions and 1 deletions

View File

@ -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 Sat Apr 28 01:44:21 UTC 2018 - i@marguerite.su

View File

@ -58,7 +58,7 @@ to create general-purpose documents through the use of mindmaps.
%patch -p1 %patch -p1
#wrong-icon-size #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 #env-script-interpreter
for i in src/filters/*.py src/sembind.py waf; do for i in src/filters/*.py src/sembind.py waf; do
sed -i '1s:.*:#!/usr/bin/python:' $i; sed -i '1s:.*:#!/usr/bin/python:' $i;