Ana Guerrero 2024-03-14 16:42:19 +00:00 committed by Git OBS Bridge
commit b756e3fcb0
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 5 13:37:35 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows us to eliminate usage of deprecated
%patchN.
-------------------------------------------------------------------
Thu Dec 28 15:34:05 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-zstandard
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -48,8 +48,7 @@ BuildRequires: %{python_module pytest}
Zstandard bindings for Python
%prep
%setup -q -n zstandard-%{version}
%patch0 -p1
%autosetup -p1 -n zstandard-%{version}
%build
export CFLAGS="%{optflags}"