diff --git a/python-construct.changes b/python-construct.changes index b425c39..6314a2f 100644 --- a/python-construct.changes +++ b/python-construct.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 29 01:59:28 UTC 2024 - Steve Kowalik + +- Switch to autosetup macro. + ------------------------------------------------------------------- Fri Dec 29 18:13:42 UTC 2023 - Dirk Müller diff --git a/python-construct.spec b/python-construct.spec index 7884904..1bd8723 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-construct # # Copyright (c) 2024 SUSE LLC # @@ -64,8 +64,7 @@ code, it can be used in one direction to parse data into Pythonic objects, and in the other direction to convert ("build") objects into binary data. %prep -%setup -q -n construct-%{version} -%patch0 -p1 +%autosetup -p1 -n construct-%{version} # remove gallery tests that require in place stuff rm -rf tests/gallery