2024-05-22 19:29:48 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 21 10:37:17 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Replace %patchN with %patch -P N: %patchN is deprecated.
-------------------------------------------------------------------
Tue Mar 5 23:05:44 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -43,7 +43,7 @@ OpenCensus threading Integration
%prep
%setup -q -n opencensus-python-%{repo_version}/contrib/opencensus-ext-threading
pushd ../..
%patch0 -p1
%patch -P 0 -p1
popd
# for discovery to work
touch tests/__init__.py