Hello community, here is the log from the commit of package imagej for openSUSE:Factory checked in at 2016-03-17 16:33:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/imagej (Old) and /work/SRC/openSUSE:Factory/.imagej.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "imagej" Changes: -------- --- /work/SRC/openSUSE:Factory/imagej/imagej.changes 2013-04-17 18:22:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.imagej.new/imagej.changes 2016-03-17 16:47:24.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Mar 8 17:11:26 UTC 2016 - [email protected] + +- drop build time from png file to fix build-compare + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ imagej.spec ++++++ --- /var/tmp/diff_new_pack.WtgaKT/_old 2016-03-17 16:47:25.000000000 +0100 +++ /var/tmp/diff_new_pack.WtgaKT/_new 2016-03-17 16:47:25.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package imagej # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -13,22 +13,24 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + %define SrcVersion 147n Name: imagej Version: 1.47n Release: 0 -License: SUSE-Public-Domain Summary: Public domain Java image processing program -Url: http://rsbweb.nih.gov/ij/ +License: SUSE-Public-Domain Group: Productivity/Graphics/Convertors +Url: http://rsbweb.nih.gov/ij/ Source: http://rsbweb.nih.gov/ij/download/src/ij%{SrcVersion}-src.zip Source1: %{name}.in Source2: %{name}.desktop +BuildRequires: ImageMagick BuildRequires: ant BuildRequires: java-devel -BuildRequires: ImageMagick BuildRequires: unzip BuildRequires: update-desktop-files Requires: java >= 1.6.0 @@ -71,7 +73,7 @@ install -m 755 %{name} %{buildroot}%{_bindir}/ # Icon -convert build/microscope.gif build/%{name}.png +convert -strip build/microscope.gif build/%{name}.png install -Dm 644 build/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png # Desktop menu entry
