Hello community, here is the log from the commit of package jdependency for openSUSE:Factory checked in at 2019-03-14 15:02:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jdependency (Old) and /work/SRC/openSUSE:Factory/.jdependency.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jdependency" Thu Mar 14 15:02:00 2019 rev:2 rq:684778 version:1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/jdependency/jdependency.changes 2019-03-06 15:49:24.160427022 +0100 +++ /work/SRC/openSUSE:Factory/.jdependency.new.28833/jdependency.changes 2019-03-14 15:02:25.955677913 +0100 @@ -1,0 +2,5 @@ +Wed Mar 13 19:09:10 UTC 2019 - Fridrich Strba <[email protected]> + +- Add runtime dependencies as Requires + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jdependency.spec ++++++ --- /var/tmp/diff_new_pack.zDWfJo/_old 2019-03-14 15:02:26.851677636 +0100 +++ /var/tmp/diff_new_pack.zDWfJo/_new 2019-03-14 15:02:26.855677636 +0100 @@ -1,4 +1,4 @@ -# # +# # spec file for package jdependency # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. @@ -26,9 +26,13 @@ URL: http://github.com/tcurdt/%{name} Source0: http://github.com/tcurdt/%{name}/archive/%{name}-%{version}.tar.gz Source1: %{name}-build.xml +BuildRequires: ant +BuildRequires: apache-commons-io BuildRequires: fdupes -BuildRequires: javapackages-local ant -BuildRequires: apache-commons-io objectweb-asm +BuildRequires: javapackages-local +BuildRequires: objectweb-asm +Requires: apache-commons-io +Requires: objectweb-asm BuildArch: noarch %if %{with tests} BuildRequires: ant-junit @@ -56,7 +60,7 @@ build-jar-repository -s lib commons-io objectweb-asm %build -%ant \ +%{ant} \ %if %{without tests} -Dtest.skip=true \ %endif
