Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package c3p0 for openSUSE:Factory checked in at 2022-03-29 19:45:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/c3p0 (Old) and /work/SRC/openSUSE:Factory/.c3p0.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "c3p0" Tue Mar 29 19:45:32 2022 rev:3 rq:965717 version:0.9.5.5 Changes: -------- --- /work/SRC/openSUSE:Factory/c3p0/c3p0.changes 2021-04-21 20:59:39.538225872 +0200 +++ /work/SRC/openSUSE:Factory/.c3p0.new.1900/c3p0.changes 2022-03-29 19:45:33.484132380 +0200 @@ -1,0 +2,5 @@ +Tue Mar 29 14:50:43 UTC 2022 - Michael Calmer <[email protected]> + +- fix building on EL8 OSes + +------------------------------------------------------------------- @@ -6,0 +12 @@ + (bsc#1120648) @@ -10,0 +17 @@ + CVE-2019-5427 (bsc#1133198) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ c3p0.spec ++++++ --- /var/tmp/diff_new_pack.qdHT5b/_old 2022-03-29 19:45:34.240133075 +0200 +++ /var/tmp/diff_new_pack.qdHT5b/_new 2022-03-29 19:45:34.248133082 +0200 @@ -1,7 +1,7 @@ # # spec file for package c3p0 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2000-2008, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -30,15 +30,22 @@ Source0: http://downloads.sourceforge.net/sourceforge/c3p0/c3p0-%{version}.src.tgz Patch1: %{name}-javadoc.patch BuildRequires: ant +%if !0%{?rhel} BuildRequires: ant-nodeps +%endif BuildRequires: fdupes BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: junit BuildRequires: mchange-commons >= %{mchange_commons_min_version} Requires: mchange-commons = %{mchange_commons_version} +%if 0%{?rhel} +Requires(post): chkconfig +Requires(postun):chkconfig +%else Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives +%endif Provides: hibernate_jdbc_cache BuildArch: noarch
