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-04-20 16:54:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/c3p0 (Old) and /work/SRC/openSUSE:Factory/.c3p0.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "c3p0" Wed Apr 20 16:54:46 2022 rev:4 rq:970688 version:0.9.5.5 Changes: -------- --- /work/SRC/openSUSE:Factory/c3p0/c3p0.changes 2022-03-29 19:45:33.484132380 +0200 +++ /work/SRC/openSUSE:Factory/.c3p0.new.1941/c3p0.changes 2022-04-20 16:54:50.782483849 +0200 @@ -1,0 +2,5 @@ +Thu Apr 14 13:30:53 UTC 2022 - Stefan Bluhm <stefan.bl...@clacee.eu> + +- Added building on Enterprise Linux 9. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ c3p0.spec ++++++ --- /var/tmp/diff_new_pack.7QuAsP/_old 2022-04-20 16:54:51.418484443 +0200 +++ /var/tmp/diff_new_pack.7QuAsP/_new 2022-04-20 16:54:51.422484447 +0200 @@ -38,6 +38,9 @@ BuildRequires: javapackages-local BuildRequires: junit BuildRequires: mchange-commons >= %{mchange_commons_min_version} +%if 0%{?rhel} >= 9 +BuildRequires: xmvn-tools +%endif Requires: mchange-commons = %{mchange_commons_version} %if 0%{?rhel} Requires(post): chkconfig @@ -77,8 +80,12 @@ sed -i "s/@c3p0.version.maven@/%{version}/g" src/maven/pom.xml sed -i "s/@mchange-commons-java.version.maven@/%{mchange_commons_version}/g" \ src/maven/pom.xml +%mvn_artifact src/maven/pom.xml build/%{name}-%{version}.jar %install +%if 0%{?rhel} +%mvn_install +%else # jars mkdir -p %{buildroot}%{_javadir} cp -p build/%{name}-%{version}.jar \ @@ -89,6 +96,7 @@ mkdir -p %{buildroot}%{_mavenpomdir} cp -p src/maven/pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom %add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar -a c3p0:c3p0 +%endif # javadoc mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}