diff --git a/.files b/.files index 4f13859..5b16e28 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 988228b..b8a7a16 100644 --- a/.rev +++ b/.rev @@ -39,4 +39,12 @@ 975092 + + d81db9bee505b4fdd670ace9977d553a + 0.9.5.5 + + anag+factory + rpm 4.20 compat + 1148452 + diff --git a/c3p0.changes b/c3p0.changes index 46f8a1f..da6ea42 100644 --- a/c3p0.changes +++ b/c3p0.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Feb 21 08:35:16 UTC 2024 - Fridrich Strba + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- Tue May 3 19:03:18 UTC 2022 - Stefan Bluhm - Added additional class alias. diff --git a/c3p0.spec b/c3p0.spec index 9401df9..c445171 100644 --- a/c3p0.spec +++ b/c3p0.spec @@ -1,7 +1,7 @@ # # spec file for package c3p0 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2000-2008, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -44,10 +44,10 @@ BuildRequires: xmvn-tools Requires: mchange-commons = %{mchange_commons_version} %if 0%{?rhel} Requires(post): chkconfig -Requires(postun):chkconfig +Requires(postun): chkconfig %else Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %endif Provides: hibernate_jdbc_cache BuildArch: noarch @@ -67,7 +67,7 @@ Javadoc documentation for c3p0. %prep %setup -q -n %{name}-%{version}.src -%patch1 -p1 +%patch -P 1 -p1 %{mvn_file} :c3p0 %{name}/%{name} %{name} %build