From 1dd4cb4b7a8f64d5b677eed0d561e65fce902bf9b285ab828f85f6e8d01f28f8 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:26:53 +0000 Subject: [PATCH] - Version update to 2.4.2 release from pool2: * rename to latest 2.x pool series for dbcp and other packages OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-pool2?expand=0&rev=7 --- apache-commons-pool2.changes | 6 ++++++ apache-commons-pool2.spec | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/apache-commons-pool2.changes b/apache-commons-pool2.changes index 42efcaa..4bb8a48 100644 --- a/apache-commons-pool2.changes +++ b/apache-commons-pool2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 29 11:24:32 UTC 2016 - tchvatal@suse.com + +- Version update to 2.4.2 release from pool2: + * rename to latest 2.x pool series for dbcp and other packages + ------------------------------------------------------------------- Thu Sep 29 10:59:24 UTC 2016 - tchvatal@suse.com diff --git a/apache-commons-pool2.spec b/apache-commons-pool2.spec index 7722e23..c987559 100644 --- a/apache-commons-pool2.spec +++ b/apache-commons-pool2.spec @@ -40,24 +40,24 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description -The goal of the Pool package is to create and maintain an object +The goal of the Pool 2.x package is to create and maintain an object (instance) pooling package to be distributed under the ASF license. The package supports a variety of pool implementations, but encourages support of an interface that makes these implementations interchangeable. %package javadoc -Summary: Javadoc for jakarta-commons-pool +Summary: Javadoc for %{name} Group: Development/Libraries/Java %description javadoc -The goal of Pool package it to create and maintain an object (instance) +The goal of Pool 2.x package it to create and maintain an object (instance) pooling package to be distributed under the ASF license. The package should support a variety of pool implementations, but encourage support of an interface that makes these implementations interchangeable. -This package contains the javadoc documentation for the Jakarta Commons -Pool Package. +This package contains the javadoc documentation for the Apache Commons +Pool 2.x Package. %prep %setup -q -n %{short_name}-%{version}-src