From 85055c621310dc55948407a2233148e05f5b27e9 Mon Sep 17 00:00:00 2001 From: Brendan Jones Date: Sep 02 2014 19:49:50 +0000 Subject: Update to 1.2.3 --- diff --git a/.gitignore b/.gitignore index 55d12ee..69577c3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /yoshimi-1.2.0.tar.bz2 /yoshimi-1.2.1.tar.bz2 /yoshimi-1.2.2.tar.bz2 +/yoshimi-1.2.3.tar.bz2 diff --git a/sources b/sources index 83847e8..7875a49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -697cafa47702f31c0d718403931cb714 yoshimi-1.2.2.tar.bz2 +2f187e7cbe24896e2deeb12f08a7f89f yoshimi-1.2.3.tar.bz2 diff --git a/yoshimi-1.2.0-Wformat-security.patch b/yoshimi-1.2.0-Wformat-security.patch deleted file mode 100644 index 2bf62bf..0000000 --- a/yoshimi-1.2.0-Wformat-security.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -Nurp yoshimi-1.2.0/src/UI/MasterUI.fl yoshimi-1.2.0.mod/src/UI/MasterUI.fl ---- yoshimi-1.2.0/src/UI/MasterUI.fl 2014-03-16 18:01:06.000000000 +0100 -+++ yoshimi-1.2.0.mod/src/UI/MasterUI.fl 2014-03-19 09:48:48.305437197 +0100 -@@ -880,10 +880,10 @@ ZynAddSubFX} - if (result == -10) - { - msg += ",\\nit does not appear to be a valid parameter file."; -- fl_alert(msg.c_str()); -+ fl_alert("%s",msg.c_str()); - } - else -- fl_alert(msg.c_str()); -+ fl_alert("%s",msg.c_str()); - }} {} - } - Function {do_save_master(const char* file = NULL)} {} { diff --git a/yoshimi.spec b/yoshimi.spec index 71197b7..5106181 100644 --- a/yoshimi.spec +++ b/yoshimi.spec @@ -1,6 +1,6 @@ Name: yoshimi -Version: 1.2.2 -Release: 2%{?dist} +Version: 1.2.3 +Release: 1%{?dist} Summary: Rewrite of ZynAddSubFx aiming for better JACK support Group: Applications/Multimedia @@ -92,6 +92,9 @@ fi %{_datadir}/appdata/%{name}.appdata.xml %changelog +* Tue Sep 02 2014 Brendan Jones 1.2.3-1 +- Update to 1.2.3 + * Mon Aug 18 2014 Fedora Release Engineering - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild