Ana Guerrero 2023-11-06 20:13:36 +00:00 committed by Git OBS Bridge
commit 13b76cd1f3
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 6 08:58:49 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
-------------------------------------------------------------------
Wed May 11 09:45:01 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -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