diff --git a/c3p0.spec b/c3p0.spec index 22a44cd..0bdbeba 100644 --- a/c3p0.spec +++ b/c3p0.spec @@ -1,8 +1,8 @@ Name: c3p0 Version: 0.9.5.4 -Release: 2 +Release: 3 Summary: This is the JDBC DataSources/Resource Pools -License: LGPLv2 or EPL +License: LGPL-2.1-only OR EPL-1.0 URL: https://github.com/swaldman/c3p0 Source0: https://github.com/swaldman/c3p0/archive/c3p0-%{version}.tar.gz @@ -55,6 +55,9 @@ cp -pr build/apidocs/* %{buildroot}%{_javadocdir}/c3p0 %{_javadocdir}/c3p0 %changelog +* Wed May 11 2022 Ge Wang - 0.9.5.4-3 +- License compliance rectification + * Sat Dec 21 2019 duyeyu - 0.9.5.4-2 - Package init