From a3ca66d019c39c970bd8b1934f11feb381838ea5 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Fri, 22 Dec 2023 17:04:03 +0800 Subject: [PATCH] rebuild --- libvisual.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libvisual.spec b/libvisual.spec index a665618..ca15400 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global smallversion 0.4 Name: libvisual @@ -8,7 +8,7 @@ Epoch: 1 Summary: Abstraction library for audio visualisation plugins License: LGPLv2+ URL: http://libvisual.sf.net -Source0: https://download.sourceforge.net/project/libvisual/%{name}-%{version}.tar.bz2 +Source0: https://sourceforge.net/projects/libvisual/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2 BuildRequires: gcc-c++ BuildRequires: make @@ -70,6 +70,9 @@ This package contains the files needed to build an application with libvisual. %changelog +* Fri Dec 22 2023 mgb01105731 - 1:0.4.1-2 +- rebuild + * Thu Dec 22 2022 Funda Wang - 1:0.4.1-1 - New version 0.4.1 -- Gitee