diff --git a/libvisual-0.4.0-format-security.patch b/libvisual-0.4.0-format-security.patch deleted file mode 100644 index ab1e4d6bcd01d413404db964cc336f4d4152dd31..0000000000000000000000000000000000000000 --- a/libvisual-0.4.0-format-security.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -up libvisual-0.4.0/libvisual/lv_plugin.c.format-security libvisual-0.4.0/libvisual/lv_plugin.c ---- libvisual-0.4.0/libvisual/lv_plugin.c.format-security 2014-06-11 15:38:36.786199952 -0400 -+++ libvisual-0.4.0/libvisual/lv_plugin.c 2014-06-11 15:38:45.990132144 -0400 -@@ -442,11 +442,11 @@ VisList *visual_plugin_registry_filter ( - - visual_list_add (list, ref); - } else if (ret != FALSE) { -- visual_log (VISUAL_LOG_WARNING, visual_error_to_string (ret)); -+ visual_log (VISUAL_LOG_WARNING, "%s", visual_error_to_string (ret)); - } - } - else if (ret != FALSE) { /* FIXME XXX TODO, patch frmo duilio check how this works */ -- visual_log (VISUAL_LOG_WARNING, visual_error_to_string (ret)); -+ visual_log (VISUAL_LOG_WARNING, "%s", visual_error_to_string (ret)); - } - } - diff --git a/libvisual-0.4.0.tar.gz b/libvisual-0.4.0.tar.gz deleted file mode 100644 index eee8f333ba1305349658b0a39cd427ad0659e7ec..0000000000000000000000000000000000000000 Binary files a/libvisual-0.4.0.tar.gz and /dev/null differ diff --git a/libvisual-0.4.1.tar.bz2 b/libvisual-0.4.1.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..d564216ccb6feb6c9ea0196109e13e146512904f Binary files /dev/null and b/libvisual-0.4.1.tar.bz2 differ diff --git a/libvisual.spec b/libvisual.spec index 35e3aa1dde5614d3c45ca49ae891e4fc3fb72988..a6656182201d7a1a84ecd68cb136343462d827b0 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -1,20 +1,16 @@ -%define anolis_release 3 +%define anolis_release 1 %global smallversion 0.4 Name: libvisual -Version: 0.4.0 +Version: 0.4.1 Release: %{anolis_release}%{?dist} Epoch: 1 Summary: Abstraction library for audio visualisation plugins License: LGPLv2+ URL: http://libvisual.sf.net -Source0: http://dl.sf.net/libvisual/libvisual-%{version}.tar.gz +Source0: https://download.sourceforge.net/project/libvisual/%{name}-%{version}.tar.bz2 BuildRequires: gcc-c++ BuildRequires: make -BuildRequires: xorg-x11-proto-devel - -#fix format-security -Patch0: libvisual-0.4.0-format-security.patch %description Libvisual is an abstraction library that comes between applications and @@ -49,19 +45,14 @@ This package contains the files needed to build an application with libvisual. %prep %setup -q -%patch0 -p1 -b .format-security %build -%global optflags %{optflags} -fno-strict-aliasing -%configure +%configure --disable-examples %make_build %install %make_install - -find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' - %find_lang %{name}-%{smallversion} %files -f %{name}-%{smallversion}.lang @@ -79,6 +70,9 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' %changelog +* Thu Dec 22 2022 Funda Wang - 1:0.4.1-1 +- New version 0.4.1 + * Mon Oct 10 2022 mgb01105731 - 1:0.4.0-3 - add doc package