diff --git a/.files b/.files index 0b532a5..e01d04c 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 3a9ee6e..7caa6fe 100644 --- a/.rev +++ b/.rev @@ -240,4 +240,12 @@ - remove bin symlink for non-suse distributions 1142423 + + 0feaa463ed7912e1101e1a401c8946fc + 1.42 + + dimstar_suse + + 1153181 + diff --git a/fillup.changes b/fillup.changes index eefd4b0..bbc3b3d 100644 --- a/fillup.changes +++ b/fillup.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon Feb 26 08:19:08 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- Wed Jan 17 17:32:18 UTC 2024 - Dirk Müller - remove bin symlink for non-suse distributions diff --git a/fillup.spec b/fillup.spec index cf59eb0..0ca8258 100644 --- a/fillup.spec +++ b/fillup.spec @@ -47,13 +47,13 @@ its variable name. %prep %setup -q -%patch0 -%patch1 -p1 -%patch2 -%patch3 -%patch4 -%patch5 -%patch6 -p1 +%patch -P 0 +%patch -P 1 -p1 +%patch -P 2 +%patch -P 3 +%patch -P 4 +%patch -P 5 +%patch -P 6 -p1 %build make %{?_smp_mflags} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="%{optflags}"