diff --git a/SPECS/apache-commons-jxpath.spec b/SPECS/apache-commons-jxpath.spec index 7448fe9..31e1d01 100644 --- a/SPECS/apache-commons-jxpath.spec +++ b/SPECS/apache-commons-jxpath.spec @@ -1,6 +1,6 @@ Name: apache-commons-jxpath Version: 1.3 -Release: 34%{?dist} +Release: 36%{?dist} Summary: Simple XPath interpreter License: ASL 2.0 URL: http://commons.apache.org/jxpath/ @@ -15,9 +15,7 @@ BuildRequires: mvn(commons-beanutils:commons-beanutils) BuildRequires: mvn(javax.servlet:jsp-api) BuildRequires: mvn(javax.servlet:servlet-api) BuildRequires: mvn(jdom:jdom) -BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.commons:commons-parent:pom:) -BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin) BuildRequires: mvn(xerces:xercesImpl) BuildRequires: mvn(xml-apis:xml-apis) @@ -44,7 +42,7 @@ This package contains the API documentation for %{name}. %build # we are skipping tests because we don't have com.mockrunner in repos yet -%mvn_build -f -- -Dcommons.osgi.symbolicName=org.apache.commons.jxpath +%mvn_build -f -- -Dcommons.osgi.symbolicName=org.apache.commons.jxpath -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 %install %mvn_install @@ -56,6 +54,12 @@ This package contains the API documentation for %{name}. %license LICENSE.txt NOTICE.txt %changelog +* Fri Jul 10 2020 Jiri Vanek - 1.3-36 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + +* Fri May 22 2020 Fabio Valentini - 1.3-35 +- Set javac -source and -target to 1.8. + * Tue Jan 28 2020 Fedora Release Engineering - 1.3-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild @@ -206,4 +210,4 @@ This package contains the API documentation for %{name}. - Upgrade to Ant 1.6.X * Mon Jan 19 2004 Ralph Apel - 0:1.1-1jpp -- First JPackage release +- First JPackage release \ No newline at end of file