diff --git a/ant-contrib.changes b/ant-contrib.changes index 605965f..393a100 100644 --- a/ant-contrib.changes +++ b/ant-contrib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 8 08:48:39 UTC 2022 - Fridrich Strba + +- Modified patch: + * local-ivy.patch + + fix build with apache-ivy 2.5.1 + ------------------------------------------------------------------- Tue May 15 05:45:46 UTC 2018 - fstrba@suse.com diff --git a/ant-contrib.spec b/ant-contrib.spec index 1a275f0..e6168de 100644 --- a/ant-contrib.spec +++ b/ant-contrib.spec @@ -1,7 +1,7 @@ # # spec file for package ant-contrib # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # diff --git a/local-ivy.patch b/local-ivy.patch index 114a7ac..dfd0d27 100644 --- a/local-ivy.patch +++ b/local-ivy.patch @@ -1,5 +1,14 @@ --- build.xml.sav 2006-11-02 18:44:02.000000000 +0200 +++ build.xml 2011-12-15 13:36:38.630460824 +0200 +@@ -2,7 +2,7 @@ + name="ant-contrib" + default="dist" + basedir="." +- xmlns:ivy="antlib:fr.jayasoft.ivy.ant"> ++ xmlns:ivy="antlib:org.apache.ivy.ant"> + + + @@ -20,22 +20,7 @@