Hello community, here is the log from the commit of package ant-contrib for openSUSE:Factory checked in at 2015-03-18 13:01:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ant-contrib (Old) and /work/SRC/openSUSE:Factory/.ant-contrib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ant-contrib" Changes: -------- --- /work/SRC/openSUSE:Factory/ant-contrib/ant-contrib.changes 2014-07-16 16:49:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ant-contrib.new/ant-contrib.changes 2015-03-18 13:01:18.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Mar 12 22:39:50 UTC 2015 - [email protected] + +- Add back patch enabling the <antcontrib:for> task (boo#922324) + * ant-contrib-1.0b3-enable-for-task.patch + +------------------------------------------------------------------- New: ---- ant-contrib-1.0b3-enable-for-task.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ant-contrib.spec ++++++ --- /var/tmp/diff_new_pack.dFIbui/_old 2015-03-18 13:01:19.000000000 +0100 +++ /var/tmp/diff_new_pack.dFIbui/_new 2015-03-18 13:01:19.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package ant-contrib # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,6 +31,7 @@ Patch0: local-ivy.patch Patch1: ant-contrib-antservertest.patch Patch2: ant-contrib-pom.patch +Patch3: ant-contrib-1.0b3-enable-for-task.patch BuildRequires: ant >= 1.7.1 BuildRequires: apache-ivy BuildRequires: bcel >= 5.1 @@ -72,6 +73,7 @@ %patch0 %patch1 %patch2 -p1 +%patch3 -p1 find . -name '*.jar' -or -name '*.class' -exec rm -rf {} + ++++++ ant-contrib-1.0b3-enable-for-task.patch ++++++ diff -ur ant-contrib-1.0b3.orig/src/java/net/sf/antcontrib/antcontrib.properties ant-contrib-1.0b3/src/java/net/sf/antcontrib/antcontrib.properties --- ant-contrib-1.0b3.orig/src/java/net/sf/antcontrib/antcontrib.properties 2006-10-28 06:57:56.000000000 -0500 +++ ant-contrib-1.0b3/src/java/net/sf/antcontrib/antcontrib.properties 2015-03-12 17:33:48.000000000 -0500 @@ -14,6 +14,7 @@ # Logic tasks if=net.sf.antcontrib.logic.IfTask +for=net.sf.antcontrib.logic.ForTask foreach=net.sf.antcontrib.logic.ForEach throw=net.sf.antcontrib.logic.Throw trycatch=net.sf.antcontrib.logic.TryCatchTask -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
