forked from pool/python-zstandard
Accepting request 1155205 from home:dimstar:Factory
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1155205 OBS-URL: https://build.opensuse.org/package/show/Archiving/python-zstandard?expand=0&rev=10
This commit is contained in:
@@ -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>
|
Thu Dec 28 15:34:05 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zstandard
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -48,8 +48,7 @@ BuildRequires: %{python_module pytest}
|
|||||||
Zstandard bindings for Python
|
Zstandard bindings for Python
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zstandard-%{version}
|
%autosetup -p1 -n zstandard-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
|
|||||||
Reference in New Issue
Block a user