diff --git a/.files b/.files index a3bf341..866a971 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index d29e3d2..27825ea 100644 --- a/.rev +++ b/.rev @@ -130,4 +130,12 @@ - Avoid forcing SSE/SSE2 on %ix86, it is not guaranteed to exist. 1136085 + + 2c9f48ac1ea45d073ab86dd616e6ccec + 1.8.6 + + anag+factory + + 1147881 + diff --git a/alembic.changes b/alembic.changes index eed5c24..abf999e 100644 --- a/alembic.changes +++ b/alembic.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Feb 20 11:02:59 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + +------------------------------------------------------------------- Tue Jan 2 09:22:11 UTC 2024 - Dirk Müller - update to 1.8.6: diff --git a/alembic.spec b/alembic.spec index 5dd9556..59421c1 100644 --- a/alembic.spec +++ b/alembic.spec @@ -63,8 +63,7 @@ libraries for %{name}. If you would like to develop programs using %{name}, you will need to install %{name}-devel. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 # Where to install the Alembic's cmake files sed -i "s/\(ConfigPackageLocation\) lib/\1 %{_lib}/" lib/Alembic/CMakeLists.txt