1
0

- 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
This commit is contained in:
Tomáš Chvátal 2016-09-29 11:26:53 +00:00 committed by Git OBS Bridge
parent 82c68fbc01
commit 1dd4cb4b7a
2 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -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