[yoshimi] Add patch to fix format security warnings

verdurin verdurin at fedoraproject.org
Thu Feb 19 22:07:03 UTC 2015


commit 04dbaf1d6463f20560d737ef95eda499ae02e9a2
Author: Adam Huffman <verdurin at fedoraproject.org>
Date:   Thu Feb 19 22:06:20 2015 +0000

    Add patch to fix format security warnings

 yoshimi.spec | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/yoshimi.spec b/yoshimi.spec
index 92dab91..2f1469c 100644
--- a/yoshimi.spec
+++ b/yoshimi.spec
@@ -9,6 +9,7 @@ URL:		http://sourceforge.net/projects/%{name}
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 Source1:	%{name}.desktop
 Patch0:		%{name}-cflags.patch
+Patch1:		%{name}-format-security.patch
 
 BuildRequires:	jack-audio-connection-kit-devel
 BuildRequires:	cmake 
@@ -39,6 +40,7 @@ effects like Reverb, Echo, Chorus, Phaser...
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cd src
@@ -95,6 +97,9 @@ fi
 %{_libdir}/lv2/%{name}.lv2/
 
 %changelog
+* Thu Feb 19 2015 Adam Huffman <bloch at verdurin.com> - 1.3.2-3
+- patch to fix format security warnings
+
 * Thu Feb 19 2015 Rex Dieter <rdieter at fedoraproject.org> 1.3.2-2
 - rebuild (fltk)
 


More information about the scm-commits mailing list