diff --git a/libvisual.changes b/libvisual.changes index 6e089fd..b1fb1b9 100644 --- a/libvisual.changes +++ b/libvisual.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 6 08:58:49 UTC 2023 - Dominique Leuenberger + +- Fix build with RPM 4.19: unnumbered patches are no longer + supported. + ------------------------------------------------------------------- Wed May 11 09:45:01 UTC 2022 - Jan Engelhardt diff --git a/libvisual.spec b/libvisual.spec index 00dfb4a..6647a98 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -1,7 +1,7 @@ # # spec file for package libvisual # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ Group: Productivity/Multimedia/Sound/Visualization URL: http://localhost.nl/~synap/libvisual-wiki/index.php/Main_Page Source: %name-%{version}.tar.bz2 Source2: baselibs.conf -Patch: %name-%{version}.diff +Patch0: %name-%{version}.diff Patch1: %name-%{version}-compiler_warnings.diff Patch2: libvisual.visual_cpu_get_altivec.patch Patch3: %name-%{version}-unref-static.diff @@ -71,7 +71,7 @@ This library is used by amaroK for example. %prep %setup -q -%patch +%patch0 %patch1 %patch2 -p1 %patch3