diff --git a/apache-ivy.changes b/apache-ivy.changes index 446eb22..78d0c33 100644 --- a/apache-ivy.changes +++ b/apache-ivy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Mar 19 13:22:59 UTC 2022 - Fridrich Strba + +- Upgrade to upstream version 2.5.0 +- Force building with JDK < 14, since it imports statically a class + removed in JDK14 +- Change dependencies for the httpclient to httpcomponents-client + instead of apache-commons-httpclient + ------------------------------------------------------------------- Tue Dec 10 22:39:53 UTC 2019 - Fridrich Strba diff --git a/apache-ivy.spec b/apache-ivy.spec index a5fcef1..88464c1 100644 --- a/apache-ivy.spec +++ b/apache-ivy.spec @@ -38,6 +38,7 @@ BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: jsch BuildRequires: oro +BuildConflicts: java-devel >= 14 Provides: ivy = %{version}-%{release} Obsoletes: ivy < %{version}-%{release} BuildArch: noarch