From f53908f29aa1cc3868779ce5632a5540d69e33d77dfb5b423e01844e759b3f6a Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 8 Nov 2022 08:49:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant-contrib?expand=0&rev=33 --- ant-contrib.changes | 7 +++++++ ant-contrib.spec | 4 ++-- local-ivy.patch | 9 +++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) 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 @@