From e46b008537142c7375b2a50eef8571da0f8abb2ce0621d744380d4971aa9c7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 29 Sep 2016 11:13:04 +0000 Subject: [PATCH] - Rename from jakarta-commons-pool to apache-commons-pool - Version update to 1.6: * drop the tomcat5 package, we need pool2 to work with new tomcat * Last and final from the pool1 series, new pool2 was introduced for future developement. - Move from jpackage-utils to javapackage-tools - merged with jpackage 1.7 - update to 1.3 - changes in BuildRequires: - java2-deve-packages was substituded by java-devel - added a junit - added a maven build support and maven related BuildRequires - xml-commons-apis was moved to the maven build branch - added a gcj build support - included a maven depmap files - remove a source=1.4 from build and a java14compat patch - provides and obsoletes of main package contains the version - new tomcat5 subpackage - new manual subpackage (build only with maven) - set source=1.4 for java - converted neededforbuild to BuildRequires - Adjustments in the spec file. - Current version 1.2 from JPackage.org OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-pool2?expand=0&rev=2 --- apache-commons-pool.changes => apache-commons-pool2.changes | 0 apache-commons-pool.spec => apache-commons-pool2.spec | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename apache-commons-pool.changes => apache-commons-pool2.changes (100%) rename apache-commons-pool.spec => apache-commons-pool2.spec (96%) diff --git a/apache-commons-pool.changes b/apache-commons-pool2.changes similarity index 100% rename from apache-commons-pool.changes rename to apache-commons-pool2.changes diff --git a/apache-commons-pool.spec b/apache-commons-pool2.spec similarity index 96% rename from apache-commons-pool.spec rename to apache-commons-pool2.spec index 169c455..7fc9b61 100644 --- a/apache-commons-pool.spec +++ b/apache-commons-pool2.spec @@ -18,10 +18,10 @@ %define base_name pool %define short_name commons-%{base_name} -Name: apache-commons-pool -Version: 1.6 +Name: apache-commons-pool2 +Version: 2.4.2 Release: 0 -Summary: Apache Commons Pool +Summary: Apache Commons Pool 2.x series License: Apache-2.0 Group: Development/Libraries/Java Url: https://commons.apache.org/proper/commons-pool/