diff --git a/.gitignore b/.gitignore index 1cca055..ae3eb41 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ /yoshimi-1.6.0.tar.bz2 /yoshimi-1.6.0.1.tar.bz2 /yoshimi-1.6.0.2.tar.bz2 +/yoshimi-1.6.1.tar.bz2 +/yoshimi-1.7.0.tar.bz2 diff --git a/sources b/sources index a7e4c61..5f2e952 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yoshimi-1.6.0.2.tar.bz2) = 4f8d1acf19030363fe41138cdc0ebbf320c5f82d5eb746c745b054c89a2a652186db045c93075ae211e58af2f903a9a729a9364fc8e1c8e97aaa6f8a485e81d4 +SHA512 (yoshimi-1.7.0.tar.bz2) = 327fedc75f8392b8d0d65fd99410a531d5208c12646e07a308d6f55a4d4fca20c6cdd96e8b3fde23d9fd1ca56631b992b5e18f18cce5b011921ed1dff4d79f7e diff --git a/yoshimi-cflags.patch b/yoshimi-cflags.patch index a9b615b..bb29610 100644 --- a/yoshimi-cflags.patch +++ b/yoshimi-cflags.patch @@ -1,17 +1,17 @@ ---- yoshimi-1.5.10.new/src/CMakeLists.txt 2019-01-03 16:55:56.000000000 +0000 -+++ yoshimi-1.5.10/src/CMakeLists.txt 2019-01-06 09:10:15.583415151 +0000 -@@ -101,12 +101,12 @@ +--- yoshimi-1.7.0/src/CMakeLists.txt 2020-01-18 15:00:29.000000000 +0000 ++++ yoshimi-1.7.0.new/src/CMakeLists.txt 2020-01-24 21:45:48.909253933 +0000 +@@ -104,12 +104,12 @@ ) set (BuildOptions_X86_64AMD - "-march=athlon64 -m64 -Wall -msse -msse2 -mfpmath=sse -ffast-math -fno-finite-math-only -fomit-frame-pointer" + ${CMAKE_C_FLAGS} - CACHE STRING "X86_64 compiler options" + CACHE STRING "X86_64 compiler options" ) set (BuildOptions_X86_64Core2 - "-march=core2 -m64 -Wall -msse -msse2 -mfpmath=sse -ffast-math -fno-finite-math-only -fomit-frame-pointer" + ${CMAKE_C_FLAGS} - CACHE STRING "X86_64 compiler options" + CACHE STRING "X86_64 compiler options" ) diff --git a/yoshimi.spec b/yoshimi.spec index 84609e8..e3a42c1 100644 --- a/yoshimi.spec +++ b/yoshimi.spec @@ -1,5 +1,5 @@ Name: yoshimi -Version: 1.6.0.2 +Version: 1.7.0 Release: 1%{?dist} Summary: Rewrite of ZynAddSubFx aiming for better JACK support @@ -65,7 +65,7 @@ chmod 755 %{buildroot}%{_datadir}/%{name}/banks/* chmod 755 %{buildroot}%{_datadir}/%{name}/presets chmod 755 %{buildroot}%{_datadir}/%{name}/presets/* -rm %{buildroot}%{_datadir}/doc/%{name}/yoshimi-user-manual-1.6.0.pdf +rm %{buildroot}%{_datadir}/doc/%{name}/yoshimi-user-manual-1.7.0.pdf %files %doc Changelog COPYING README.txt doc/* @@ -83,6 +83,9 @@ rm %{buildroot}%{_datadir}/doc/%{name}/yoshimi-user-manual-1.6.0.pdf %{_mandir}/man1/yoshimi.1* %changelog +* Fri Jan 24 2020 Adam Huffman - 1.7.0-1 +- Update to upstream release 1.7.0 + * Sun Oct 20 2019 Adam Huffman - 1.6.0.2-1 - Update to upstream bugfix release 1.6.0.2